On Tue, Apr 22, 2025 at 08:03:09AM -0700, Kees Cook wrote:
On Tue, Apr 22, 2025 at 01:10:47PM +0100, Mark Brown wrote:
This commit, which is now in mainline, causes the prime numbers test to vanish from my CI which is a regression - the selftests config fragment is obviously not picked up by the kunit runner when it builds the kernel. You should add any KUnit tests to one of the configs in tools/testing/kunit/configs/ - generally all_tests.config.
Ah! Thanks -- I forgot about these (apparently my memory horizon is at most 2 years, considering commit 4d9060981f88 ("kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML").
Does this look like you're expecting?
Yes, in fact I actually have roughly that patch in my CI already.