Skip to content

Commit 30f984c

Browse files
authored
Merge branch 'main' into cel/azure-cloud-config
2 parents 686290e + c7daa8c commit 30f984c

File tree

24 files changed

+147
-6
lines changed

24 files changed

+147
-6
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,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SELFTESTS_SECTION_KMOD_TIMEOUT=0

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.

0 commit comments

Comments
 (0)