Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is set
authorzhangxiliang <zhangxiliang@cn.fujitsu.com>
Sat, 2 Aug 2008 02:56:37 +0000 (10:56 +0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Aug 2008 10:13:50 +0000 (06:13 -0400)
commit1a61c88defcd611bd148d6c960b498e1b8bbbe00
tree8b8d84cb828caabd61d849967b3a6f8de6df2b66
parent2b12a4c524812fb3f6ee590a02e65b95c8c32229
Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is set

Sorry, I miss a blank between if and "(".
And I add "unlikely" to check "ctx" in audit_match_perm() and audit_match_filetype().
This is a new patch for it.

Signed-off-by: Zhang Xiliang <zhangxiliang@cn.fujitsu.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/auditsc.c