projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734d168
)
rcu: Set default to RCU_CPU_STALL_INFO=y
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Mon, 8 Dec 2014 15:41:31 +0000
(07:41 -0800)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Tue, 6 Jan 2015 19:05:23 +0000
(11:05 -0800)
The RCU_CPU_STALL_INFO code has been in for quite some time, and has
proven reliable. This commit therefore enables it by default.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
lib/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 5f2ce616c0462db9b9055528110268385b2b653e..b47d9e474cbc0aa98769e88b34944ad82371bbd0 100644
(file)
--- a/
lib/Kconfig.debug
+++ b/
lib/Kconfig.debug
@@
-1257,7
+1257,7
@@
config RCU_CPU_STALL_TIMEOUT
config RCU_CPU_STALL_INFO
bool "Print additional diagnostics on RCU CPU stall"
depends on (TREE_RCU || PREEMPT_RCU) && DEBUG_KERNEL
- default
n
+ default
y
help
For each stalled CPU that is aware of the current RCU grace
period, print out additional per-CPU diagnostic information