]> git.baikalelectronics.ru Git - kernel.git/commit
locking/lockdep: Detect chain_key collisions
authorIngo Molnar <mingo@kernel.org>
Mon, 29 Feb 2016 09:03:58 +0000 (10:03 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 29 Feb 2016 09:32:29 +0000 (10:32 +0100)
commitda0e29b7bf1c882332a34e20126aab11c359f4fc
treedf7a17c7b998c32e9c5a5dbd99b391aa25e7aa9b
parentff24c4e869441598f55532d305fc2efde1c413b9
locking/lockdep: Detect chain_key collisions

Add detection for chain_key collision under CONFIG_DEBUG_LOCKDEP.
When a collision is detected the problem is reported and all lock
debugging is turned off.

Tested using liblockdep and the added tests before and after
applying the fix, confirming both that the code added for the
detection correctly reports the problem and that the fix actually
fixes it.

Tested tweaking lockdep to generate false collisions and
verified that the problem is reported and that lock debugging is
turned off.

Also tested with lockdep's test suite after applying the patch:

    [    0.000000] Good, all 253 testcases passed! |

Signed-off-by: Alfredo Alvarez Fernandez <alfredoalvarezernandez@gmail.com>
Cc: Alfredo Alvarez Fernandez <alfredoalvarezfernandez@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: sasha.levin@oracle.com
Link: http://lkml.kernel.org/r/1455864533-7536-4-git-send-email-alfredoalvarezernandez@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/locking/lockdep.c