-
- Downloads
Merge tag 'linux_kselftest-kunit-6.11-rc1' of...
Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest Pull KUnit updates from Shuah Khan: - add vm_mmap() allocation resource manager - convert usercopy kselftest to KUnit - disable usercopy testing on !CONFIG_MMU - add MODULE_DESCRIPTION() to core, list, and usercopy tests - add tests for assertion formatting functions - assert.c - introduce KUNIT_ASSERT_MEMEQ and KUNIT_ASSERT_MEMNEQ macros - fix KUNIT_ASSERT_STRNEQ comments to make it clear that it is an assertion - rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT * tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: kunit: Introduce KUNIT_ASSERT_MEMEQ and KUNIT_ASSERT_MEMNEQ macros kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readability kunit: Fix the comment of KUNIT_ASSERT_STRNEQ as assertion kunit: executor: Simplify string allocation handling kunit/usercopy: Add missing MODULE_DESCRIPTION() kunit/usercopy: Disable testing on !CONFIG_MMU usercopy: Convert test_user_copy to KUnit test kunit: test: Add vm_mmap() allocation resource manager list: test: add the missing MODULE_DESCRIPTION() macro kunit: add missing MODULE_DESCRIPTION() macros to core modules list: test: remove unused struct 'klist_test_struct' kunit: Cover 'assert.c' with tests
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/input/tests/input_test.c 1 addition, 1 deletiondrivers/input/tests/input_test.c
- include/kunit/assert.h 12 additions, 1 deletioninclude/kunit/assert.h
- include/kunit/test.h 85 additions, 3 deletionsinclude/kunit/test.h
- kernel/fork.c 3 additions, 0 deletionskernel/fork.c
- lib/Kconfig.debug 9 additions, 12 deletionslib/Kconfig.debug
- lib/Makefile 1 addition, 1 deletionlib/Makefile
- lib/kunit/Makefile 2 additions, 0 deletionslib/kunit/Makefile
- lib/kunit/assert.c 11 additions, 8 deletionslib/kunit/assert.c
- lib/kunit/assert_test.c 388 additions, 0 deletionslib/kunit/assert_test.c
- lib/kunit/executor.c 3 additions, 9 deletionslib/kunit/executor.c
- lib/kunit/executor_test.c 1 addition, 1 deletionlib/kunit/executor_test.c
- lib/kunit/kunit-example-test.c 1 addition, 0 deletionslib/kunit/kunit-example-test.c
- lib/kunit/kunit-test.c 1 addition, 0 deletionslib/kunit/kunit-test.c
- lib/kunit/test.c 1 addition, 0 deletionslib/kunit/test.c
- lib/kunit/user_alloc.c 117 additions, 0 deletionslib/kunit/user_alloc.c
- lib/list-test.c 1 addition, 6 deletionslib/list-test.c
- lib/usercopy_kunit.c 335 additions, 0 deletionslib/usercopy_kunit.c
- mm/util.c 5 additions, 0 deletionsmm/util.c
Loading
Please register or sign in to comment