From: Jeff Mahoney <jeffm@xxxxxxxx> This patch set cleans up reiserfs message formatting so we properly handle potential buffer overflows as well as (mostly) stop abusing va_list handling for printing generic printk strings. Jeff Mahoney (4): reiserfs: use snprintf for formatting messages reiserfs: use pr_* routines instead of printk(KERN_* reiserfs: replace prepare_error_buf with reiserfs_snprintf reiserfs: rework reiserfs_snprintf to not abuse va_list (as much) fs/reiserfs/item_ops.c | 17 +- fs/reiserfs/prints.c | 553 ++++++++++++++++++++++++++++++++++--------------- fs/reiserfs/super.c | 2 +- 3 files changed, 390 insertions(+), 182 deletions(-) -- 2.12.3 -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html