From: Thomas Gleixner Date: Sat, 25 Jul 2009 14:09:17 +0000 (+0200) Subject: locking, kprobes: Annotate the hash locks and kretprobe.lock as raw X-Git-Tag: v3.2-rc1~166^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec484608c5885931c432e99ecfd2772288cd993c;p=pandora-kernel.git locking, kprobes: Annotate the hash locks and kretprobe.lock as raw The kprobe 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed