Skip to content

Commit da0512b

Browse files
committed
Merge tag 'rcu-fixes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Pull RCU fix from Boqun Feng: - srcu: Make FORCE_NEED_SRCU_NMI_SAFE depend on RCU_EXPERT * tag 'rcu-fixes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux: srcu: Make FORCE_NEED_SRCU_NMI_SAFE depend on RCU_EXPERT
2 parents 002dcfd + 1dc1e0b commit da0512b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/rcu/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ config TREE_SRCU
6868
config FORCE_NEED_SRCU_NMI_SAFE
6969
bool "Force selection of NEED_SRCU_NMI_SAFE"
7070
depends on !TINY_SRCU
71+
depends on RCU_EXPERT
72+
depends on ARCH_HAS_NMI_SAFE_THIS_CPU_OPS
7173
select NEED_SRCU_NMI_SAFE
7274
default n
7375
help

0 commit comments

Comments
 (0)