The patch titled whitespace fixes: audit filtering has been removed from the -mm tree. Its filename was whitespace-fixes-audit-filtering.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: whitespace fixes: audit filtering From: Daniel Walker <dwalker@xxxxxxxxxx> Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 @@ -1498,7 +1498,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; @@ -1678,7 +1678,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; _ Patches currently in -mm which might be from dwalker@xxxxxxxxxx are origin.patch whitespace-fixes-task-exit-handling.patch profile-likely-unlikely-macros.patch profile-likely-unlikely-macros-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html