linux/security/apparmor
Will Deacon 26c4eb192c locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() with lockdep
The lockdep subsystem provides a robust way to assert that a lock is
held, so use that instead of write_can_lock, which can give incorrect
results for qrwlocks.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: John Johansen <john.johansen@canonical.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: paulmck@linux.vnet.ibm.com
Link: http://lkml.kernel.org/r/1507055129-12300-1-git-send-email-will.deacon@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2017-10-10 11:50:17 +02:00
..
include locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() with lockdep 2017-10-10 11:50:17 +02:00
.gitignore apparmor: add base infastructure for socket mediation 2017-09-22 13:00:58 -07:00
Kconfig
Makefile apparmor: add base infastructure for socket mediation 2017-09-22 13:00:58 -07:00
apparmorfs.c apparmor: fix apparmorfs DAC access permissions 2017-09-22 13:20:01 -07:00
audit.c apparmor: switch from profiles to using labels on contexts 2017-06-10 17:11:38 -07:00
capability.c apparmor: move capability checks to using labels 2017-06-10 17:11:40 -07:00
context.c apparmor: switch from profiles to using labels on contexts 2017-06-10 17:11:38 -07:00
crypto.c apparmor: use SHASH_DESC_ON_STACK 2017-04-07 08:58:35 +10:00
domain.c + Features 2017-09-23 05:33:29 -10:00
file.c apparmor: add base infastructure for socket mediation 2017-09-22 13:00:58 -07:00
ipc.c apparmor: add the ability to mediate signals 2017-09-22 13:00:57 -07:00
label.c locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() with lockdep 2017-10-10 11:50:17 +02:00
lib.c apparmor: add base infastructure for socket mediation 2017-09-22 13:00:58 -07:00
lsm.c + Features 2017-09-23 05:33:29 -10:00
match.c doc: ReSTify apparmor.txt 2017-05-18 10:32:38 -06:00
mount.c apparmor: add mount mediation 2017-09-22 13:00:57 -07:00
net.c apparmor: add base infastructure for socket mediation 2017-09-22 13:00:58 -07:00
nulldfa.in apparmor: add a default null dfa 2017-01-16 01:18:34 -08:00
path.c apparmor: Move path lookup to using preallocated buffers 2017-06-08 11:29:34 -07:00
policy.c apparmor: fix race condition in null profile creation 2017-09-22 13:00:58 -07:00
policy_ns.c apparmor: ensure unconfined profiles have dfas initialized 2017-09-22 13:00:58 -07:00
policy_unpack.c apparmor: add base infastructure for socket mediation 2017-09-22 13:00:58 -07:00
procattr.c apparmor: switch getprocattr to using label_print fns() 2017-06-10 17:11:39 -07:00
resource.c apparmor: move resource checks to using labels 2017-06-10 17:11:40 -07:00
secid.c