Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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
+2
kernel/rcu/Kconfig
··· 68 68 config FORCE_NEED_SRCU_NMI_SAFE 69 69 bool "Force selection of NEED_SRCU_NMI_SAFE" 70 70 depends on !TINY_SRCU 71 + depends on RCU_EXPERT 72 + depends on ARCH_HAS_NMI_SAFE_THIS_CPU_OPS 71 73 select NEED_SRCU_NMI_SAFE 72 74 default n 73 75 help