]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
locking, tracing: Annotate tracing locks as raw
authorThomas Gleixner <tglx@linutronix.de>
Sat, 25 Jul 2009 15:13:33 +0000 (17:13 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 Sep 2011 09:11:52 +0000 (11:11 +0200)
commit5389f6fad27019f2ba78f1b332f719ec05f12a42
tree01b9511a75c147808f48a7f4408bf2e35b12623d
parent740969f91e950b64a18fdd0a25164cdee042abf0
locking, tracing: Annotate tracing locks as raw

The tracing locks can be taken in atomic context and therefore
cannot be preempted on -rt - annotate it.

In mainline this change documents the low level nature of
the lock - otherwise there's no functional difference. Lockdep
and Sparse checking will work as usual.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/ring_buffer.c
kernel/trace/trace.c
kernel/trace/trace_irqsoff.c