audit: track the owner of the command mutex ourselves
authorPaul Moore <paul@paul-moore.com>
Tue, 20 Feb 2018 14:52:38 +0000 (09:52 -0500)
committerPaul Moore <paul@paul-moore.com>
Fri, 23 Feb 2018 16:22:22 +0000 (11:22 -0500)
commitce423631ce1f20564f818e7de6bc0eee0c01badd
tree8af35df7e249950085f24e6842b6d0058c6893c7
parent23138ead270045f1b3e912e667967b6094244999
audit: track the owner of the command mutex ourselves

Evidently the __mutex_owner() function was never intended for use
outside the core mutex code, so build a thing locking wrapper around
the mutex code which allows us to track the mutex owner.

One, arguably positive, side effect is that this allows us to hide
the audit_cmd_mutex inside of kernel/audit.c behind the lock/unlock
functions.

Reported-by: Peter Zijlstra <peterz@infradead.org>
Reviewed-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/audit.c
kernel/audit.h
kernel/audit_tree.c