summaryrefslogtreecommitdiff
path: root/lib/tests
AgeCommit message (Expand)AuthorFilesLines
2025-06-03Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds1-0/+30
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+1
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-6/+0
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-7/+32
2025-05-22lib/crc32: remove unused support for CRC32C combinationEric Biggers1-6/+0
2025-05-08lib/tests: randstruct: Add deep function pointer layout testKees Cook1-14/+65
2025-05-08lib/tests: Add randstruct KUnit testKees Cook2-0/+284
2025-05-08kunit/overflow: Add tests for STACK_FLEX_ARRAY_SIZE() helperGustavo A. R. Silva1-0/+4
2025-05-06Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+1
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie1-0/+1
2025-04-30Kbuild: remove structleak gcc pluginArnd Bergmann1-9/+1
2025-04-29test_bits: add tests for BIT_U*()Vincent Mailhol1-0/+10
2025-04-29test_bits: add tests for GENMASK_U*()Lucas De Marchi1-0/+20
2025-04-29vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host orderingPetr Mladek1-2/+2
2025-04-28kunit/usercopy: Disable u64 test on 32-bit SPARCThomas Weißschuh1-0/+1
2025-04-21printf: add tests for generic FourCCsAditya Garg1-7/+32
2025-04-12kunit: slub: add module descriptionArnd Bergmann1-0/+1
2025-03-31Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-03-28Merge tag 'linux_kselftest-kunit-6.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-0/+86
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-0/+86
2025-03-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-4/+64
2025-03-25Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-0/+59
2025-03-25Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-03-14scanf: break kunit into test casesTamir Duberstein1-35/+47
2025-03-14scanf: convert self-test to KUnitTamir Duberstein2-0/+804
2025-03-13printf: implicate test line in failure messagesTamir Duberstein1-27/+33
2025-03-13printf: break kunit into test casesTamir Duberstein1-193/+102
2025-03-13printf: convert self-test to KUnitTamir Duberstein2-0/+889
2025-03-12kunit/fortify: Replace "volatile" with OPTIMIZER_HIDE_VAR()Kees Cook1-62/+77
2025-03-12kunit/fortify: Expand testing of __compiletime_strlen()Kees Cook1-0/+17
2025-03-10tests/module: nix-ifyJoel Granados1-1/+1
2025-03-06kunit/stackinit: Use fill byte different from Clang i386 patternKees Cook1-10/+20
2025-03-05kunit/overflow: Fix DEFINE_FLEX tests for counted_byKees Cook1-10/+28
2025-02-11lib/tests/kfifo_kunit.c: add tests for the kfifo structureDiego Vieira2-0/+225
2025-02-11lib: Move KUnit tests into tests/ subdirectoryKees Cook27-0/+11618
2024-11-28selftests: kallsyms: fix and clarify current test boundariesLuis Chamberlain1-2/+7
2024-11-28selftests: kallsyms: fix double build stupidityLuis Chamberlain1-9/+8
2024-11-08tests/module/gen_test_kallsyms.sh: use 0 value for variablesLuis Chamberlain1-1/+1
2024-10-29selftests: kallsyms: add MODULE_DESCRIPTIONArnd Bergmann1-0/+1
2024-10-24selftests: add new kallsyms selftestsLuis Chamberlain4-0/+148