From: Al Viro Date: Tue, 7 Aug 2007 23:01:46 +0000 (+0100) Subject: fix oops in __audit_signal_info() X-Git-Tag: v2.6.23-rc3~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=175fc484256e9c85e043f599ec2f6bc0d2e6c443;p=pandora-kernel.git fix oops in __audit_signal_info() The check for audit_signals is misplaced and the check for audit_dummy_context() is missing; as the result, if we send a signal to auditd from task with NULL ->audit_context while we have audit_signals != 0 we end up with an oops. Signed-off-by: Al Viro Acked-by: James Morris Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed