The patch titled Subject: lib/list_kunit: follow new file name convention for KUnit tests has been added to the -mm tree. Its filename is lib-list_kunit-follow-new-file-name-convention-for-kunit-tests.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/lib-list_kunit-follow-new-file-name-convention-for-kunit-tests.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/lib-list_kunit-follow-new-file-name-convention-for-kunit-tests.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Subject: lib/list_kunit: follow new file name convention for KUnit tests Follow new file name convention for the KUnit tests. Since we have lib/*test*.c in a few variations, use 'kunit' suffix to distinguish usual test cases with KUnit-based ones. Link: https://lkml.kernel.org/r/20201112180732.75589-1-andriy.shevchenko@xxxxxxxxxxxxxxx Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Reviewed-by: David Gow <davidgow@xxxxxxxxxx> Acked-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx> Cc: Mark Brown <broonie@xxxxxxxxxx> Cc: Matti Vaittinen <matti.vaittinen@xxxxxxxxxxxxxxxxx> Cc: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> Cc: Vitor Massaru Iha <vitor@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 2 +- lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/lib/Makefile~lib-list_kunit-follow-new-file-name-convention-for-kunit-tests +++ a/lib/Makefile @@ -349,6 +349,6 @@ obj-$(CONFIG_PLDMFW) += pldmfw/ # KUnit tests obj-$(CONFIG_BITFIELD_KUNIT) += bitfield_kunit.o -obj-$(CONFIG_LIST_KUNIT_TEST) += list-test.o +obj-$(CONFIG_LIST_KUNIT_TEST) += list_kunit.o obj-$(CONFIG_LINEAR_RANGES_TEST) += test_linear_ranges.o obj-$(CONFIG_BITS_TEST) += test_bits.o --- a/MAINTAINERS~lib-list_kunit-follow-new-file-name-convention-for-kunit-tests +++ a/MAINTAINERS @@ -10183,7 +10183,7 @@ M: David Gow <davidgow@xxxxxxxxxx> L: linux-kselftest@xxxxxxxxxxxxxxx L: kunit-dev@xxxxxxxxxxxxxxxx S: Maintained -F: lib/list-test.c +F: lib/list_kunit.c LIVE PATCHING M: Josh Poimboeuf <jpoimboe@xxxxxxxxxx> _ Patches currently in -mm which might be from andriy.shevchenko@xxxxxxxxxxxxxxx are kernelh-split-out-mathematical-helpers.patch bitmap-convert-bitmap_empty-bitmap_full-to-return-boolean.patch lib-list_kunit-follow-new-file-name-convention-for-kunit-tests.patch lib-linear_ranges_kunit-follow-new-file-name-convention-for-kunit-tests.patch lib-bits_kunit-follow-new-file-name-convention-for-kunit-tests.patch lib-cmdline-fix-get_option-for-strings-starting-with-hyphen.patch lib-cmdline-allow-null-to-be-an-output-for-get_option.patch lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api.patch