The patch titled Subject: ipc/mqueue: lock() => unlock() typo has been added to the -mm tree. Its filename is user-namespace-make-signalc-respect-user-namespaces-v5-fix-2.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Subject: ipc/mqueue: lock() => unlock() typo There was a double lock typo introduced in b085f4bd6b21 "user namespace: make signal.c respect user namespaces" Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: Oleg Nesterov <oleg@xxxxxxxxxx> Cc: Matt Helsley <matthltc@xxxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Acked-by: Serge Hallyn <serge@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- ipc/mqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN ipc/mqueue.c~user-namespace-make-signalc-respect-user-namespaces-v5-fix-2 ipc/mqueue.c --- a/ipc/mqueue.c~user-namespace-make-signalc-respect-user-namespaces-v5-fix-2 +++ a/ipc/mqueue.c @@ -558,7 +558,7 @@ static void __do_notify(struct mqueue_in ns_of_pid(info->notify_owner)); sig_i.si_uid = user_ns_map_uid(info->user->user_ns, current_cred(), current_uid()); - rcu_read_lock(); + rcu_read_unlock(); kill_pid_info(info->notify.sigev_signo, &sig_i, info->notify_owner); _ Subject: Subject: ipc/mqueue: lock() => unlock() typo Patches currently in -mm which might be from dan.carpenter@xxxxxxxxxx are origin.patch linux-next.patch user-namespace-make-signalc-respect-user-namespaces-v5-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