aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/test_printf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-21lib/vsprintf: declare no_hash_pointers in sprintf.hAndy Shevchenko1-2/+0
2023-08-21lib/vsprintf: split out sprintf() and friendsAndy Shevchenko1-0/+1
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo1-0/+26
2023-02-02mm: discard __GFP_ATOMICNeilBrown1-4/+4
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-1/+1
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-14/+12
2022-11-19lib: assume char is unsignedJason A. Donenfeld1-12/+0
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-01test_printf: Refactor fwnode_pointer() to make it more readableAndy Shevchenko1-14/+12
2022-07-28lib/test_printf.c: fix clang -Wformat warningsJustin Stitt1-3/+11
2022-07-11lib/test_printf.c: split write-beyond-buffer check in twoRasmus Villemoes1-1/+6
2021-10-27vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)1-2/+7
2021-10-27test_printf: Append strings more efficientlyMatthew Wilcox (Oracle)1-11/+7
2021-10-27test_printf: Remove custom appending of '|'Matthew Wilcox (Oracle)1-6/+1
2021-10-27test_printf: Remove separate page_flags variableMatthew Wilcox (Oracle)1-7/+5
2021-10-27test_printf: Make pft array constMatthew Wilcox (Oracle)1-13/+8
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song1-1/+1
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand1-3/+2
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-0/+5
2021-05-17lib/vsprintf: Allow to override ISO 8601 date and time separatorAndy Shevchenko1-0/+5
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+18
2021-03-19vsprintf: dump full information of page flags in pGpYafang Shao1-10/+80
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+18
2021-02-22Merge tag 'printk-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-2/+10
2021-02-17lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus1-0/+18
2021-02-15lib/vsprintf: no_hash_pointers prints all addresses as unhashedTimur Tabi1-0/+8
2021-02-15lib: use KSTM_MODULE_GLOBALS macro in kselftest driversTimur Tabi1-2/+2
2021-01-26media: lib/test_printf.c: Use helper function to unwind array of software_nodesDaniel Scally1-3/+1
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+3
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-3/+10
2020-05-27software node: implement software_node_unregister()Greg Kroah-Hartman1-1/+3
2020-05-20lib/vsprintf: Print time64_t in human readable formatAndy Shevchenko1-3/+10
2020-05-19vsprintf: don't obfuscate NULL and error pointersIlya Dryomov1-1/+18
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