Skip to content

Commit 74cc1e9

Browse files
committed
defconfigs: fix typo in selftests defconfig filenames
All selftests defconfig files were incorrectly named with "seltests-*" instead of "selftests-*", missing the 'f' from "self". This typo is inconsistent with the workflow name (workflows/selftests/), make targets (selftests-*), Kconfig symbols (CONFIG_SELFTESTS_SECTION_*), and Linux kernel convention (tools/testing/selftests/). Rename all eight affected defconfig files and update the three symlinks (linux-firmware-kpd, linux-mm-kpd, linux-modules-kpd) to point to the corrected filenames. Generated-by: Claude AI Signed-off-by: Daniel Gomez <[email protected]>
1 parent 2ea8b59 commit 74cc1e9

12 files changed

+4
-4
lines changed

PROMPTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ kdevops in-kernel and then in userspace. The in-kernel testing done requires
5757
using a loadable kernel module for each.
5858

5959
We have support for bundling these two tests under the
60-
defconfigs/seltests-radix-tree defconfig and we use the
60+
defconfigs/selftests-radix-tree defconfig and we use the
6161
SELFTESTS_TEST_BUNDLE_RADIX_TREE to help us bundle all radix-tree related tests.
6262
We want to extend this with a new userspace only test. Its the vma tests on the
6363
Linux kernel. So it won't have a corresponding Linux kernel module load,

defconfigs/linux-firmware-kpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
seltests-firmware
1+
selftests-firmware

defconfigs/linux-mm-kpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
seltests-radix-tree
1+
selftests-radix-tree

defconfigs/linux-modules-kpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
seltests-modules
1+
selftests-modules
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)