Linus Torvalds
f8d22a3195
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
2024-07-16 17:42:14 -07:00
..
2024-02-06 13:57:02 -08:00
2024-06-24 14:36:11 -04:00
2024-05-24 09:01:21 -07:00
2024-05-24 09:01:21 -07:00
2024-07-15 20:05:40 -07:00
2024-05-24 09:01:21 -07:00
2024-06-24 14:36:11 -04:00
2023-04-09 19:19:14 -07:00
2024-07-12 10:12:05 -06:00
2024-06-24 14:36:11 -04:00
2023-09-30 09:24:16 -07:00
2024-04-30 14:04:31 -07:00
2022-09-29 16:25:42 -07:00
2022-07-20 11:35:13 -07:00
2024-03-03 14:46:06 -08:00
2022-07-20 11:35:13 -07:00
2024-05-19 17:58:45 -07:00
2022-09-25 00:57:25 -07:00
2023-05-02 10:39:00 -07:00
2023-04-01 22:47:04 -07:00
2021-10-15 22:22:54 -07:00
2023-12-13 21:26:12 -08:00