aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/test_printf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+32
2019-10-17printf: add support for printing symbolic error namesRasmus Villemoes1-0/+21
2019-10-11lib/test_printf: Add tests for %pfw printk modifierSakari Ailus1-0/+32
2019-08-15lib/test_printf: Remove obvious comments from %pd and %pD testsPetr Mladek1-2/+0
2019-08-15lib/test_printf: Add test of null/invalid pointer dereference for dentryJia He1-0/+7
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-5/+24
2019-05-06Merge branch 'for-5.2-vsprintf-hardening' into for-linusPetr Mladek1-3/+22
2019-04-26vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek1-1/+21
2019-04-26vsprintf: Consolidate handling of unknown pointer specifiersPetr Mladek1-2/+1
2019-04-08lib: Use new kselftest headerTobin C. Harding1-18/+5
2019-04-08lib/test_printf: Add empty module_exit functionTobin C. Harding1-0/+6
2019-03-20lib/test_printf: Switch to bitmap_zalloc()Andy Shevchenko1-2/+2
2018-12-10lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko1-3/+58
2018-06-15lib/test_printf.c: accept "ptrval" as valid result for plain 'p' testsThierry Escande1-2/+22
2018-04-11lib/test_printf: Mark big constant with ULAndy Shevchenko1-1/+1
2017-11-29printk: hash addresses printed with %pTobin C. Harding1-38/+70
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka1-0/+53
2016-01-16lib/test_printf.c: test dentry printingRasmus Villemoes1-0/+27
2016-01-16lib/test_printf.c: add test for large bitmapsRasmus Villemoes1-0/+17
2016-01-16lib/test_printf.c: account for kvasprintf testsRasmus Villemoes1-0/+1
2016-01-16lib/test_printf.c: add a few number() testsRasmus Villemoes1-0/+24
2016-01-16lib/test_printf.c: test precision quirksRasmus Villemoes1-6/+15
2016-01-16lib/test_printf.c: check for out-of-bound writesRasmus Villemoes1-5/+19
2016-01-16lib/test_printf.c: don't BUGRasmus Villemoes1-1/+6
2015-11-06test_printf: test printf family at runtimeRasmus Villemoes1-0/+362