aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-02-27lib: overflow: Convert to KunitKees Cook
2022-02-26kasan: test: prevent cache merging in kmem_cache_double_destroyAndrey Konovalov
2022-02-25list: test: Add a test for list_entry_is_head()David Gow
2022-02-25list: test: Add a test for list_is_head()David Gow
2022-02-25list: test: Add test for list_del_init_careful()David Gow
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-02-25lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy
2022-02-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-02-21random: remove unused tracepointsJason A. Donenfeld
2022-02-21lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann
2022-02-21ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha
2022-02-16overflow: Provide constant expression struct_sizeKees Cook
2022-02-16overflow: Implement size_t saturating arithmetic helpersKees Cook
2022-02-13fortify: Detect struct member overflows in memset() at compile-timeKees Cook
2022-02-13fortify: Detect struct member overflows in memmove() at compile-timeKees Cook
2022-02-13fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10vsprintf: Move space out of string literals in fourcc_string()Andy Shevchenko
2022-02-10vsprintf: Fix potential unaligned accessAndy Shevchenko
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09test_overflow: Regularize test reporting outputKees Cook
2022-02-08cxl: Prove CXL lockingDan Williams
2022-02-08sbitmap: Delete old sbitmap_queue_get_shallow()John Garry
2022-02-08lib/sbitmap: kill 'depth' from sbitmap_wordMing Lei
2022-02-06ref_tracker: remove filter_irq_stacks() callEric Dumazet
2022-02-05ref_tracker: add a count of untracked referencesEric Dumazet
2022-02-05ref_tracker: implement use-after-free detectionEric Dumazet
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-02-02lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor
2022-02-02lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONNathan Chancellor
2022-01-31kunit: factor out str constants from binary assertion structsDaniel Latypov
2022-01-31kunit: remove va_format from kunit_assertDaniel Latypov
2022-01-31lib/crc32test: correct printed bytes countKevin Bracey
2022-01-31lib/crc32: Make crc32_be weak for arch overrideKevin Bracey
2022-01-31lib/crc32: remove unneeded castsKevin Bracey
2022-01-30kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song
2022-01-27blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu
2022-01-25kunit: split out part of kunit_assert into a static constDaniel Latypov
2022-01-25kunit: factor out kunit_base_assert_format() call into kunit_fail()Daniel Latypov
2022-01-25kunit: move check if assertion passed into the macrosDaniel Latypov
2022-01-25kunit: add example test case showing off all the expect macrosDaniel Latypov
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka
2022-01-22test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain