The patch titled Subject: mm: fix lockdep build in rcu-protected get_mm_exe_file() has been removed from the -mm tree. Its filename was mm-rcu-protected-get_mm_exe_file-fix.patch This patch was dropped because it was folded into mm-rcu-protected-get_mm_exe_file.patch ------------------------------------------------------ From: Konstantin Khlebnikov <khlebnikov@xxxxxxxxxxxxxx> Subject: mm: fix lockdep build in rcu-protected get_mm_exe_file() Signed-off-by: Konstantin Khlebnikov <khlebnikov@xxxxxxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/fork.c~mm-rcu-protected-get_mm_exe_file-fix kernel/fork.c --- a/kernel/fork.c~mm-rcu-protected-get_mm_exe_file-fix +++ a/kernel/fork.c @@ -719,7 +719,7 @@ void set_mm_exe_file(struct mm_struct *m { struct file *old_exe_file = rcu_dereference_protected(mm->exe_file, !atomic_read(&mm->mm_users) || current->in_execve || - lock_is_held(&mm->mmap_sem)); + lockdep_is_held(&mm->mmap_sem)); if (new_exe_file) get_file(new_exe_file); _ Patches currently in -mm which might be from khlebnikov@xxxxxxxxxxxxxx are origin.patch mm-rcu-protected-get_mm_exe_file.patch mm-rcu-protected-get_mm_exe_file-fix-2.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