summaryrefslogtreecommitdiffstats
path: root/lib/test_printf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+1
|\
| * mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2021-09-081-1/+1
* | mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-3/+2
|/
* Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-291-0/+5
|\
| * lib/vsprintf: Allow to override ISO 8601 date and time separatorAndy Shevchenko2021-05-171-0/+5
* | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-0/+18
|\ \ | |/ |/|
| * Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-0/+18
| |\
| | * lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus2021-02-171-0/+18
* | | vsprintf: dump full information of page flags in pGpYafang Shao2021-03-191-10/+80
|/ /
* | Merge tag 'printk-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-221-2/+10
|\ \
| * | lib/vsprintf: no_hash_pointers prints all addresses as unhashedTimur Tabi2021-02-151-0/+8
| * | lib: use KSTM_MODULE_GLOBALS macro in kselftest driversTimur Tabi2021-02-151-2/+2
| |/
* / media: lib/test_printf.c: Use helper function to unwind array of software_nodesDaniel Scally2021-01-261-3/+1
|/
* Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-071-1/+3
|\
| * software node: implement software_node_unregister()Greg Kroah-Hartman2020-05-271-1/+3
* | Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-06-011-3/+10
|\ \ | |/ |/|
| * lib/vsprintf: Print time64_t in human readable formatAndy Shevchenko2020-05-201-3/+10
* | vsprintf: don't obfuscate NULL and error pointersIlya Dryomov2020-05-191-1/+18
|/
* Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-261-0/+32
|\
| * lib/test_printf: Add tests for %pfw printk modifierSakari Ailus2019-10-111-0/+32
* | printf: add support for printing symbolic error namesRasmus Villemoes2019-10-171-0/+21
|/
* lib/test_printf: Remove obvious comments from %pd and %pD testsPetr Mladek2019-08-151-2/+0
* lib/test_printf: Add test of null/invalid pointer dereference for dentryJia He2019-08-151-0/+7
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-5/+24
|\
| * Merge branch 'for-5.2-vsprintf-hardening' into for-linusPetr Mladek2019-05-061-3/+22
| |\
| | * vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek2019-04-261-1/+21
| | * vsprintf: Consolidate handling of unknown pointer specifiersPetr Mladek2019-04-261-2/+1
| * | lib/test_printf: Switch to bitmap_zalloc()Andy Shevchenko2019-03-201-2/+2
| |/
* | lib: Use new kselftest headerTobin C. Harding2019-04-081-18/+5
* | lib/test_printf: Add empty module_exit functionTobin C. Harding2019-04-081-0/+6
|/
* lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko2018-12-101-3/+58
* lib/test_printf.c: accept "ptrval" as valid result for plain 'p' testsThierry Escande2018-06-151-2/+22
* lib/test_printf: Mark big constant with ULAndy Shevchenko2018-04-111-1/+1
* printk: hash addresses printed with %pTobin C. Harding2017-11-291-38/+70
* mm, printk: introduce new format string for flagsVlastimil Babka2016-03-151-0/+53
* lib/test_printf.c: test dentry printingRasmus Villemoes2016-01-161-0/+27
* lib/test_printf.c: add test for large bitmapsRasmus Villemoes2016-01-161-0/+17
* lib/test_printf.c: account for kvasprintf testsRasmus Villemoes2016-01-161-0/+1
* lib/test_printf.c: add a few number() testsRasmus Villemoes2016-01-161-0/+24
* lib/test_printf.c: test precision quirksRasmus Villemoes2016-01-161-6/+15
* lib/test_printf.c: check for out-of-bound writesRasmus Villemoes2016-01-161-5/+19
* lib/test_printf.c: don't BUGRasmus Villemoes2016-01-161-1/+6
* test_printf: test printf family at runtimeRasmus Villemoes2015-11-061-0/+362