On Mon, Dec 02, 2024 at 03:55:37PM +0800, David Gow wrote:
As discussed in [1], the KUnit test naming scheme has changed to avoid name conflicts (and tab-completion woes) with the files being tested. These renames and moves have caused a nasty set of merge conflicts, so this series collates and rebases them all on top of v6.13-rc1, to be applied minimising any further conflicts. [2,3]
Thanks to everyone whose patches appear here, and everyone who reviewed on the original series. I hope I didn't break them too much during the rebase!
Link: https://lore.kernel.org/lkml/20240720165441.it.320-kees@kernel.org/ [1] Link: https://lore.kernel.org/lkml/CABVgOSmbSzcGUi=E4piSojh3A4_0GjE0fAYbqKjtYGbE9b... [2] Link: https://lore.kernel.org/linux-kselftest/CABVgOSkhD6=5K72oL_n35CUeMhbsiQjZ6ds... [3]
Bruno Sobreira França (1): lib/math: Add int_log test suite
Diego Vieira (1): lib/tests/kfifo_kunit.c: add tests for the kfifo structure
Gabriela Bittencourt (2): unicode: kunit: refactor selftest to kunit tests unicode: kunit: change tests filename and path
Kees Cook (1): lib: Move KUnit tests into tests/ subdirectory
Luis Felipe Hernandez (1): lib: math: Move kunit tests into tests/ subdir
Can we deduplicate test/kunit in the file names please?
See df7f9acd8646 ("platform/x86: intel: Add 'intel' prefix to the modules automatically") for the details how to achieve that in non-verbose way.