diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-04 18:55:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-04 18:55:08 -0400 |
commit | 5bda4f638f36ef4c4e3b1397b02affc3db94356e (patch) | |
tree | d1bde148cde9981c31941382b2076084c7f5796c /lib | |
parent | a45c657f28f82b056173d1afc2e7ed1f1f68829f (diff) | |
parent | 01c9db827146ce321562a992a5dbc1a49b1a99ce (diff) |
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RCU changes from Ingo Molar:
"The main changes:
- torture-test updates
- callback-offloading changes
- maintainership changes
- update RCU documentation
- miscellaneous fixes"
* 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (32 commits)
rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missing
rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp()
rcu: Fix a sparse warning in rcu_initiate_boost()
rcu: Fix __rcu_reclaim() to use true/false for bool
rcu: Remove CONFIG_PROVE_RCU_DELAY
rcu: Use __this_cpu_read() instead of per_cpu_ptr()
rcu: Don't use NMIs to dump other CPUs' stacks
rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUs
rcu: Simplify priority boosting by putting rt_mutex in rcu_node
rcu: Check both root and current rcu_node when setting up future grace period
rcu: Allow post-unlock reference for rt_mutex
rcu: Loosen __call_rcu()'s rcu_head alignment constraint
rcu: Eliminate read-modify-write ACCESS_ONCE() calls
rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpu
rcu: Make rcu node arrays static const char * const
signal: Explain local_irq_save() call
rcu: Handle obsolete references to TINY_PREEMPT_RCU
rcu: Document deadlock-avoidance information for rcu_read_unlock()
scripts: Teach get_maintainer.pl about the new "R:" tag
rcu: Update rcu torture maintainership filename patterns
...
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 7a638aa3545b..12132e433e30 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1131,20 +1131,6 @@ config PROVE_RCU_REPEATEDLY | |||
1131 | 1131 | ||
1132 | Say N if you are unsure. | 1132 | Say N if you are unsure. |
1133 | 1133 | ||
1134 | config PROVE_RCU_DELAY | ||
1135 | bool "RCU debugging: preemptible RCU race provocation" | ||
1136 | depends on DEBUG_KERNEL && PREEMPT_RCU | ||
1137 | default n | ||
1138 | help | ||
1139 | There is a class of races that involve an unlikely preemption | ||
1140 | of __rcu_read_unlock() just after ->rcu_read_lock_nesting has | ||
1141 | been set to INT_MIN. This feature inserts a delay at that | ||
1142 | point to increase the probability of these races. | ||
1143 | |||
1144 | Say Y to increase probability of preemption of __rcu_read_unlock(). | ||
1145 | |||
1146 | Say N if you are unsure. | ||
1147 | |||
1148 | config SPARSE_RCU_POINTER | 1134 | config SPARSE_RCU_POINTER |
1149 | bool "RCU debugging: sparse-based checks for pointer usage" | 1135 | bool "RCU debugging: sparse-based checks for pointer usage" |
1150 | default n | 1136 | default n |