summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-04-26 08:55:24 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-04-26 08:55:24 -0700
commita16ebe51a6a55fdeee12f60fa8b31a740c6af029 (patch)
tree661fda16b9e1406c96ddfbeb27d695553d211ae8 /tools
parentfa573aefdf9bc6e4a903551d381ddcbd60f37943 (diff)
parent4ea404fdbc39971814cd3eb36b43c11fb6f32e17 (diff)
Merge tag 'move-lib-kunit-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull kunit fix from Kees Cook: "A single fix for the kunit lib/tests/ relocation: - Ensure prime numbers tests are included in KUnit test runs (Mark Brown)" * tag 'move-lib-kunit-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: lib: Ensure prime numbers tests are included in KUnit test runs
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/kunit/configs/all_tests.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config
index cdd9782f9646..7bb885b0c32d 100644
--- a/tools/testing/kunit/configs/all_tests.config
+++ b/tools/testing/kunit/configs/all_tests.config
@@ -43,6 +43,8 @@ CONFIG_REGMAP_BUILD=y
CONFIG_AUDIT=y
+CONFIG_PRIME_NUMBERS=y
+
CONFIG_SECURITY=y
CONFIG_SECURITY_APPARMOR=y
CONFIG_SECURITY_LANDLOCK=y