Commit df2694d80a84fb0b61ce9fa31353eb9c5f36ad36

Authored by Paul E. McKenney
Committed by Linus Torvalds
1 parent 9d6bf5aa17

Documentation/SubmitChecklist: add RCU debug config options

There have been persistent lockdep RCU splats, indicating that submitters
are not testing with CONFIG_PROVE_RCU.  Add this config option to the list
in Documentation/SubmitChecklist.  Also add CONFIG_DEBUG_OBJECTS_RCU_HEAD
for good measure.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

Documentation/SubmitChecklist
... ... @@ -53,8 +53,8 @@
53 53  
54 54 12: Has been tested with CONFIG_PREEMPT, CONFIG_DEBUG_PREEMPT,
55 55 CONFIG_DEBUG_SLAB, CONFIG_DEBUG_PAGEALLOC, CONFIG_DEBUG_MUTEXES,
56   - CONFIG_DEBUG_SPINLOCK, CONFIG_DEBUG_ATOMIC_SLEEP all simultaneously
57   - enabled.
  56 + CONFIG_DEBUG_SPINLOCK, CONFIG_DEBUG_ATOMIC_SLEEP, CONFIG_PROVE_RCU
  57 + and CONFIG_DEBUG_OBJECTS_RCU_HEAD all simultaneously enabled.
58 58  
59 59 13: Has been build- and runtime tested with and without CONFIG_SMP and
60 60 CONFIG_PREEMPT.