diff options
| author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2026-05-08 08:58:25 +0900 |
|---|---|---|
| committer | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2026-05-25 15:07:58 +0900 |
| commit | 888c290a0240da1ce1a4d69beafe44f9abec93c0 (patch) | |
| tree | f88ae47fefbb7a36ae0d5a757b2cf5cbfb4d05af /lib | |
| parent | e66d61ddb1d8504e4bfd3dcc3fa26293f9d14d9d (diff) | |
| download | linux-next-history-888c290a0240da1ce1a4d69beafe44f9abec93c0.tar.gz | |
lib/Kconfig.debug: enable CONFIG_PREEMPT_RT for syzbot kernels.
This change is not for upstream. This change is for linux-next only.
I am debugging bugs that happen with CONFIG_PREEMPT_RT=y kernels.
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 152600b96fa6c..13f3297aa8230 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -2264,6 +2264,7 @@ config KCOV_SELFTEST config DEBUG_AID_FOR_SYZBOT bool "Additional debug code for syzbot" default n + select PREEMPT_RT if EXPERT && ARCH_SUPPORTS_RT && !COMPILE_TEST help This option is intended for testing by syzbot. |
