aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream-kmsan-base.config
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-11-01 13:05:28 +0100
committerAleksandr Nogikh <nogikh@google.com>2024-11-01 13:24:37 +0000
commit28194a719952cbe880a9f0f53f2dda6c86019b07 (patch)
tree41922a619e964dddf8f3f11f4b2fcc51df88fd37 /dashboard/config/linux/upstream-kmsan-base.config
parent96eb609f6eb9558e2fab491a2c63a11bb0556471 (diff)
dashboard/config: set RCU_EXP_CPU_STALL_TIMEOUT to 0
The zero values makes the kernel use the RCU_CPU_STALL_TIMEOUT value, which is already set to a big enough value. Context: see the recent LKML discussion at https://lore.kernel.org/all/6723aa4d.050a0220.35b515.0161.GAE@google.com/T/
Diffstat (limited to 'dashboard/config/linux/upstream-kmsan-base.config')
-rw-r--r--dashboard/config/linux/upstream-kmsan-base.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-kmsan-base.config b/dashboard/config/linux/upstream-kmsan-base.config
index 1eedd8684..e54f47296 100644
--- a/dashboard/config/linux/upstream-kmsan-base.config
+++ b/dashboard/config/linux/upstream-kmsan-base.config
@@ -4753,7 +4753,7 @@ CONFIG_DEBUG_PLIST=y
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_REF_SCALE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=100
-CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=21000
+CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0
# CONFIG_RCU_CPU_STALL_CPUTIME is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set