]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - lib/Kconfig.debug
rt_mutex: Add lockdep annotations
authorPeter Zijlstra <peterz@infradead.org>
Mon, 19 Sep 2016 10:15:37 +0000 (12:15 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 8 Jun 2017 08:35:49 +0000 (10:35 +0200)
commitf5694788ad8da5da41b501f3d6d2ae22379c4ef9
tree660f642ba2afcd13ef71449526184480202e8d63
parent3942b77121986519ee52ab4dd4ae8f4383dfe765
rt_mutex: Add lockdep annotations

Now that (PI) futexes have their own private RT-mutex interface and
implementation we can easily add lockdep annotations to the existing
RT-mutex interface.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/rtmutex.h
kernel/locking/rtmutex-debug.c
kernel/locking/rtmutex-debug.h
kernel/locking/rtmutex.c
kernel/locking/rtmutex.h
lib/Kconfig.debug