The patch titled Subject: net/9p/trans_xen.c: don't inclide rwlock.h directly has been added to the -mm tree. Its filename is xen-9pfs-dont-inclide-rwlockh-directly.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/xen-9pfs-dont-inclide-rwlockh-directly.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/xen-9pfs-dont-inclide-rwlockh-directly.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> Subject: net/9p/trans_xen.c: don't inclide rwlock.h directly rwlock.h should not be included directly. Instead linux/splinlock.h should be included. One thing it does is to break the RT build. Link: http://lkml.kernel.org/r/20180504100319.11880-1-bigeasy@xxxxxxxxxxxxx Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Eric Van Hensbergen <ericvh@xxxxxxxxx> Cc: Ron Minnich <rminnich@xxxxxxxxxx> Cc: Latchesar Ionkov <lucho@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/9p/trans_xen.c | 1 - 1 file changed, 1 deletion(-) diff -puN net/9p/trans_xen.c~xen-9pfs-dont-inclide-rwlockh-directly net/9p/trans_xen.c --- a/net/9p/trans_xen.c~xen-9pfs-dont-inclide-rwlockh-directly +++ a/net/9p/trans_xen.c @@ -38,7 +38,6 @@ #include <linux/module.h> #include <linux/spinlock.h> -#include <linux/rwlock.h> #include <net/9p/9p.h> #include <net/9p/client.h> #include <net/9p/transport.h> _ Patches currently in -mm which might be from bigeasy@xxxxxxxxxxxxx are xen-9pfs-dont-inclide-rwlockh-directly.patch percpu_ida-use-_irqsave-instead-of-local_irq_save-spin_lock.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