The patch titled whitespace fixes: execution domains has been removed from the -mm tree. Its filename was whitespace-fixes-execution-domains.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: whitespace fixes: execution domains From: Daniel Walker <dwalker@xxxxxxxxxx> Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/exec_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/exec_domain.c~whitespace-fixes-execution-domains kernel/exec_domain.c --- a/kernel/exec_domain.c~whitespace-fixes-execution-domains +++ a/kernel/exec_domain.c @@ -57,7 +57,7 @@ lookup_exec_domain(u_long personality) { struct exec_domain * ep; u_long pers = personality(personality); - + read_lock(&exec_domains_lock); for (ep = exec_domains; ep; ep = ep->next) { if (pers >= ep->pers_low && pers <= ep->pers_high) _ 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