summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/kernel-parameters.txt
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2020-12-15 15:16:45 +0100
committerPaul E. McKenney <paulmck@kernel.org>2021-01-04 22:43:50 +0100
commit2341bc4a0311e4319ced6c2828bb19309dee74fd (patch)
treeaf32b8028f1d91efe6ca53421b344aa338daf5e1 /Documentation/admin-guide/kernel-parameters.txt
parentLinux 5.11-rc1 (diff)
downloadlinux-2341bc4a0311e4319ced6c2828bb19309dee74fd.tar.xz
linux-2341bc4a0311e4319ced6c2828bb19309dee74fd.zip
rcu: Make RCU_BOOST default on CONFIG_PREEMPT_RT
On PREEMPT_RT kernels, RCU callbacks are deferred to the `rcuc' kthread. This can stall RCU grace periods due to lengthy preemption not only of RCU readers but also of 'rcuc' kthreads, either of which prevent grace periods from completing, which can in turn result in OOM. Because PREEMPT_RT kernels have more kthreads that can block grace periods, it is more important for such kernels to enable RCU_BOOST. This commit therefore makes RCU_BOOST the default on PREEMPT_RT. RCU_BOOST can still be manually disabled if need be. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.txt')
0 files changed, 0 insertions, 0 deletions