The patch titled add-process_session-helper-routine-deprecate-old-field-fix-warnings fix has been removed from the -mm tree. Its filename was add-process_session-helper-routine-deprecate-old-field-fix-warnings-fix.patch This patch was dropped because it was folded into add-process_session-helper-routine-deprecate-old-field.patch ------------------------------------------------------ Subject: add-process_session-helper-routine-deprecate-old-field-fix-warnings fix From: Jeff Dike <jdike@xxxxxxxxxxx> add-process_session-helper-routine-deprecate-old-field-fix-warnings.patch in -mm causes UML to hang at shutdown - init is sitting in a select on the initctl socket. This patch fixes it for me. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Cedric Le Goater <clg@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/proc/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/proc/array.c~add-process_session-helper-routine-deprecate-old-field-fix-warnings-fix fs/proc/array.c --- a/fs/proc/array.c~add-process_session-helper-routine-deprecate-old-field-fix-warnings-fix +++ a/fs/proc/array.c @@ -381,7 +381,7 @@ static int do_task_stat(struct task_stru stime = cputime_add(stime, sig->stime); } - signal_session(sig); + sid = signal_session(sig); pgid = process_group(task); ppid = rcu_dereference(task->real_parent)->tgid; _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch tty-signal-tty-locking.patch uml-add-generic-bug-support.patch add-process_session-helper-routine-deprecate-old-field.patch add-process_session-helper-routine-deprecate-old-field-fix-warnings-fix.patch tty-switch-to-ktermios-uml-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