aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-08-12 06:12:12 -0400
committerIngo Molnar <mingo@kernel.org>2015-08-12 06:12:12 -0400
commit9b9412dc7008f360c8e8ed10a654d3c8719f69d8 (patch)
treef70ad5404519008315d576de91eb1d4fb55116d5 /init
parent58ccab91342c1cc1fe08da9b198ac5d763706c2e (diff)
parent3dbe43f6fba9f2a0e46e371733575a45704c22ab (diff)
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Pull RCU changes from Paul E. McKenney: - The combination of tree geometry-initialization simplifications and OS-jitter-reduction changes to expedited grace periods. These two are stacked due to the large number of conflicts that would otherwise result. [ With one addition, a temporary commit to silence a lockdep false positive. Additional changes to the expedited grace-period primitives (queued for 4.4) remove the cause of this false positive, and therefore include a revert of this temporary commit. ] - Documentation updates. - Torture-test updates. - Miscellaneous fixes. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 1 insertions, 9 deletions
diff --git a/init/Kconfig b/init/Kconfig
index af09b4fb43d2..ba1e6eaf4c36 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -538,15 +538,6 @@ config RCU_STALL_COMMON
538config CONTEXT_TRACKING 538config CONTEXT_TRACKING
539 bool 539 bool
540 540
541config RCU_USER_QS
542 bool
543 help
544 This option sets hooks on kernel / userspace boundaries and
545 puts RCU in extended quiescent state when the CPU runs in
546 userspace. It means that when a CPU runs in userspace, it is
547 excluded from the global RCU state machine and thus doesn't
548 try to keep the timer tick on for RCU.
549
550config CONTEXT_TRACKING_FORCE 541config CONTEXT_TRACKING_FORCE
551 bool "Force context tracking" 542 bool "Force context tracking"
552 depends on CONTEXT_TRACKING 543 depends on CONTEXT_TRACKING
@@ -707,6 +698,7 @@ config RCU_BOOST_DELAY
707config RCU_NOCB_CPU 698config RCU_NOCB_CPU
708 bool "Offload RCU callback processing from boot-selected CPUs" 699 bool "Offload RCU callback processing from boot-selected CPUs"
709 depends on TREE_RCU || PREEMPT_RCU 700 depends on TREE_RCU || PREEMPT_RCU
701 depends on RCU_EXPERT || NO_HZ_FULL
710 default n 702 default n
711 help 703 help
712 Use this option to reduce OS jitter for aggressive HPC or 704 Use this option to reduce OS jitter for aggressive HPC or