Message ID | 20241011072509.3068328-2-davidgow@google.com (mailing list archive) |
---|---|
Headers | show |
Series | KUnit test moves / renames | expand |
On 10/11/24 01:25, 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 to be applied via > mm-nonmm-unstable alongside any lib/ changes[2]. > > 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_0GjE0fAYbqKjtYGbE9beYRQ@mail.gmail.com/ [2] > --- > > 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 These look good to me. Thank you. Acked-by: Shuah Khan <skhan@linuxfoundation.org> thanks, -- Shuah
On Fri, Oct 11, 2024 at 07:53:43AM -0600, Shuah Khan wrote: > On 10/11/24 01:25, 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 to be applied via > > mm-nonmm-unstable alongside any lib/ changes[2]. > > > > 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_0GjE0fAYbqKjtYGbE9beYRQ@mail.gmail.com/ [2] > > --- > > > > 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 > > > These look good to me. Thank you. > > Acked-by: Shuah Khan <skhan@linuxfoundation.org> Shall I carry this in the hardening tree? I didn't see it land in the merge window, and I still don't see it in -next? -Kees
Hi all, On Mon, 10 Feb 2025 04:43:28 +0530 Shuah Khan <skhan@linuxfoundation.org> wrote: > > On Sun, Feb 9, 2025, 2:44 AM Kees Cook <kees@kernel.org> wrote: > > > On Fri, Oct 11, 2024 at 07:53:43AM -0600, Shuah Khan wrote: > > > On 10/11/24 01:25, 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 to be applied via > > > > mm-nonmm-unstable alongside any lib/ changes[2]. > > > > Shall I carry this in the hardening tree? I didn't see it land in the > > merge window, and I still don't see it in -next? > > > > My thinking was that this series would go through Andrew's tree to avoid > conflicts. Please take it through yours. If they have been rebased onto mm-nonmm-unstable, then they really need to go through Andrew' tree (since mm-nonmm-unstable gets rebased often).