Re: [PATCH] module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2022-08-12 08:07:29
Also in:
linux-kselftest, lkml
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2022-08-12 08:07:29
Also in:
linux-kselftest, lkml
Hi David, On Wed, Jul 13, 2022 at 2:55 AM David Gow [off-list ref] wrote:
The new KUnit module handling has KUnit test suites listed in a
.kunit_test_suites section of each module. This should be loaded when
the module is, but at the moment this only happens if KUnit is built-in.
Also load this when KUnit is enabled as a module: it'll not be usable
unless KUnit is loaded, but such modules are likely to depend on KUnit
anyway, so it's unlikely to ever be loaded needlessly.
Fixes: 3d6e44623841 ("kunit: unify module and builtin suite definitions")
Signed-off-by: David Gow <redacted>
Thanks for your patch!
This fixes the regression where modular tests are no longer run
after loading them.
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds