]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS
authorByungchul Park <byungchul.park@lge.com>
Fri, 13 Jan 2017 02:42:04 +0000 (11:42 +0900)
committerIngo Molnar <mingo@kernel.org>
Fri, 10 Feb 2017 08:09:48 +0000 (09:09 +0100)
commitf9af456a61ecfbef8233c5046a9e347c9b98ba05
tree5619c1f7e8350f124ab5b192aee7035462181a78
parentff86b30010eee8249dc244ce1868b886bbee6449
lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS

Bug messages and stack dump for MAX_LOCKDEP_CHAIN_HLOCKS should only
be printed once.

Signed-off-by: Byungchul Park <byungchul.park@lge.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sasha Levin <sasha.levin@oracle.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1484275324-28192-1-git-send-email-byungchul.park@lge.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/locking/lockdep.c