summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-292-3/+4
|\
| * lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn2022-10-281-2/+2
| * Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko2022-10-281-1/+2
* | Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-271-36/+22
|\ \
| * | rhashtable: make test actually randomRolf Eike Beer2022-10-261-36/+22
* | | Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-271-11/+36
|\ \ \ | |/ / |/| |
| * | overflow: Refactor test skips for Clang-specific issuesKees Cook2022-10-251-17/+35
| * | overflow: disable failing tests for older clang versionsNick Desaulniers2022-10-251-1/+8
| |/
* / kunit: update NULL vs IS_ERR() testsDan Carpenter2022-10-182-3/+3
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1617-47/+38
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-113-3/+3
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-116-12/+12
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
| * treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-112-14/+5
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-118-15/+15
* | Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-161-2/+8
|\ \
| * | lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor2022-10-171-2/+7
| * | Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULTMasahiro Yamada2022-10-131-0/+1
| * | Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5Masahiro Yamada2022-10-131-2/+2
* | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-143-25/+126
|\ \ \
| * | | hmm-tests: add test for migrate_device_range()Alistair Popple2022-10-122-21/+100
| * | | mm: free device private pages have zero refcountAlistair Popple2022-10-121-1/+1
| * | | mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-121-3/+4
| * | | lib/test_meminit: add checks for the allocation functionsXiaoke Wang2022-10-121-0/+21
* | | | Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-141-1/+1
|\ \ \ \
| * | | | parisc: Convert PDC console to an early consoleHelge Deller2022-10-111-1/+1
* | | | | Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-10-124-95/+43
|\ \ \ \ \
| * | | | | kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov2022-10-071-3/+4
| * | | | | kunit: make kunit_kfree(NULL) a no-op to match kfree()Daniel Latypov2022-10-071-0/+3
| * | | | | kunit: make kunit_kfree() not segfault on invalid inputsDaniel Latypov2022-10-071-12/+2
| * | | | | kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov2022-10-072-2/+15
| * | | | | kunit: drop test pointer in string_stream_fragmentDaniel Latypov2022-10-072-6/+5
| * | | | | kunit: string-stream: Simplify resource useDavid Gow2022-10-073-76/+18
* | | | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-123-10/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | lib: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-1/+1
| * | | | | llist: use try_cmpxchg in llist_add_batch and llist_del_firstUros Bizjak2022-09-111-8/+4
| * | | | | lib/cmdline: avoid page fault in next_argNeel Natu2022-09-111-1/+1
* | | | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-1015-1600/+45612
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | kmsan: disable strscpy() optimization under KMSANAlexander Potapenko2022-10-031-0/+8
| * | | | kmsan: add tests for KMSANAlexander Potapenko2022-10-031-0/+12
| * | | | kmsan: add iomap supportAlexander Potapenko2022-10-031-0/+44
| * | | | kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko2022-10-031-0/+3
| * | | | kmsan: add KMSAN runtime coreAlexander Potapenko2022-10-032-0/+51
| * | | | instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko2022-10-032-4/+8
| * | | | stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko2022-10-031-5/+24
| * | | | mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä2022-10-031-3/+10
| * | | | kasan: move tests to mm/kasan/Andrey Konovalov2022-10-033-1596/+0
| * | | | kasan: add another use-after-free testAndrey Konovalov2022-10-031-0/+24
| * | | | kasan: drop CONFIG_KASAN_TAGS_IDENTIFYAndrey Konovalov2022-10-031-8/+0