A few printf-related patches I've been sitting on. I also have some documentation updates, but I'll wait until I see Martin's patch [1] in -next. There's also the %pb issue [2], but I'm not sure there's consensus on the best fix for that.
[1] https://lkml.org/lkml/2015/9/24/256 [2] https://lkml.org/lkml/2015/9/16/769 Rasmus Villemoes (4): lib/vsprintf.c: handle invalid format specifiers more robustly lib/vsprintf.c: also improve sanity check in bstr_printf() lib/vsprintf.c: Remove SPECIAL handling in pointer() test_printf: test printf family at runtime lib/Kconfig.debug | 3 + lib/Makefile | 1 + lib/test_printf.c | 364 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/vsprintf.c | 35 ++++-- 4 files changed, 391 insertions(+), 12 deletions(-) create mode 100644 lib/test_printf.c -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/