From c8a4c94efa5dd706580dd89801b802866dcff70e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 27 Apr 2023 14:28:04 +0200 Subject: dashboard/config/linux: update configs to latest kernels --- dashboard/config/linux/bits/base.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits/base.yml') diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml index 7fee06569..be4bb45d1 100644 --- a/dashboard/config/linux/bits/base.yml +++ b/dashboard/config/linux/bits/base.yml @@ -140,7 +140,7 @@ config: # Some kernel oops'es are large. Largest observed for a stack overflow is ~42KB. # There are 2 such buffers per CPU (safe and nmi), so this adds 128KB per CPU. # The config was removed in "Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT". - - PRINTK_SAFE_LOG_BUF_SHIFT: [16, -linux-next] + - PRINTK_SAFE_LOG_BUF_SHIFT: [16, -v6.3] # Fault injection. - FAULT_INJECTION @@ -150,6 +150,7 @@ config: - FAIL_IO_TIMEOUT - FAIL_FUTEX - FAULT_INJECTION_DEBUG_FS + - FAULT_INJECTION_CONFIGFS: [v6.3] - FAULT_INJECTION_USERCOPY: [v5.10] # Options enabled to boot Debian Wheezy. -- cgit mrf-deployment