From: Daniel Walker Signed-off-by: Daniel Walker Cc: David Woodhouse Signed-off-by: Andrew Morton --- kernel/auditfilter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN kernel/auditfilter.c~whitespace-fixes-audit-filtering kernel/auditfilter.c --- a/kernel/auditfilter.c~whitespace-fixes-audit-filtering +++ a/kernel/auditfilter.c @@ -1523,7 +1523,7 @@ int audit_receive_filter(int type, int p * auditctl to read from it... which isn't ever going to * happen if we're actually running in the context of auditctl * trying to _send_ the stuff */ - + dest = kmalloc(sizeof(struct audit_netlink_list), GFP_KERNEL); if (!dest) return -ENOMEM; @@ -1703,7 +1703,7 @@ int audit_filter_type(int type) { struct audit_entry *e; int result = 0; - + rcu_read_lock(); if (list_empty(&audit_filter_list[AUDIT_FILTER_TYPE])) goto unlock_and_return; _