summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2022-02-16overflow: Implement size_t saturating arithmetic helpersKees Cook-0/+98
2022-02-13fortify: Detect struct member overflows in memset() at compile-timeKees Cook-0/+5
2022-02-13fortify: Detect struct member overflows in memmove() at compile-timeKees Cook-0/+10
2022-02-13fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook-1/+18
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2022-02-10vsprintf: Move space out of string literals in fourcc_string()Andy Shevchenko-1/+2
2022-02-10vsprintf: Fix potential unaligned accessAndy Shevchenko-5/+7
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-2/+10
2022-02-09test_overflow: Regularize test reporting outputKees Cook-24/+30
2022-02-08cxl: Prove CXL lockingDan Williams-0/+23
2022-02-08sbitmap: Delete old sbitmap_queue_get_shallow()John Garry-3/+3
2022-02-08lib/sbitmap: kill 'depth' from sbitmap_wordMing Lei-20/+14
2022-02-06ref_tracker: remove filter_irq_stacks() callEric Dumazet-2/+0
2022-02-05ref_tracker: add a count of untracked referencesEric Dumazet-1/+11
2022-02-05ref_tracker: implement use-after-free detectionEric Dumazet-0/+5
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld-2/+2
2022-02-02lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor-1/+1
2022-02-02lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONNathan Chancellor-2/+2
2022-01-31kunit: factor out str constants from binary assertion structsDaniel Latypov-19/+19
2022-01-31kunit: remove va_format from kunit_assertDaniel Latypov-16/+23
2022-01-31lib/crc32test: correct printed bytes countKevin Bracey-1/+1
2022-01-31lib/crc32: Make crc32_be weak for arch overrideKevin Bracey-2/+3
2022-01-31lib/crc32: remove unneeded castsKevin Bracey-6/+3
2022-01-30kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver-0/+5
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang-0/+252
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song-0/+8
2022-01-27blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu-2/+6
2022-01-25kunit: split out part of kunit_assert into a static constDaniel Latypov-10/+14
2022-01-25kunit: factor out kunit_base_assert_format() call into kunit_fail()Daniel Latypov-6/+1
2022-01-25kunit: move check if assertion passed into the macrosDaniel Latypov-9/+4
2022-01-25kunit: add example test case showing off all the expect macrosDaniel Latypov-0/+42
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-21/+87
2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver-0/+13
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka-6/+33
2022-01-22test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain-21/+1
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+22
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+4
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds-184/+167
2022-01-20lib: remove redundant assignment to variable retColin Ian King-2/+0
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook-35/+0
2022-01-20kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver-0/+2
2022-01-20lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBNathan Chancellor-0/+1
2022-01-20lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov-0/+1
2022-01-20test_hash.c: refactor into kunitIsabella Basso-143/+81
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso-4/+13
2022-01-20test_hash.c: split test_hash_initIsabella Basso-12/+54
2022-01-20test_hash.c: split test_int_hash into arch-specific functionsIsabella Basso-29/+62
2022-01-20hash.h: remove unused define directiveIsabella Basso-23/+1
2022-01-20lib/list_debug.c: print more list debugging context in __list_del_entry_valid()Zhen Lei-4/+4
2022-01-20kstrtox: uninline everythingAlexey Dobriyan-0/+12