The patch titled Subject: ipc/mqueue: add missing sparse annotation has been added to the -mm tree. Its filename is ipc-mqueue-add-missing-sparse-annotation.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ipc-mqueue-add-missing-sparse-annotation.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ipc-mqueue-add-missing-sparse-annotation.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> Subject: ipc/mqueue: add missing sparse annotation Link: http://lkml.kernel.org/r/20170128235704.45302-1-luc.vanoostenryck@xxxxxxxxx Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- ipc/mqueue.c | 1 + 1 file changed, 1 insertion(+) diff -puN ipc/mqueue.c~ipc-mqueue-add-missing-sparse-annotation ipc/mqueue.c --- a/ipc/mqueue.c~ipc-mqueue-add-missing-sparse-annotation +++ a/ipc/mqueue.c @@ -558,6 +558,7 @@ static void wq_add(struct mqueue_inode_i */ static int wq_sleep(struct mqueue_inode_info *info, int sr, ktime_t *timeout, struct ext_wait_queue *ewp) + __releases(&info->lock) { int retval; signed long time; _ Patches currently in -mm which might be from luc.vanoostenryck@xxxxxxxxx are ipc-mqueue-add-missing-sparse-annotation.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