The patch titled Subject: uapi: fix to export linux/vm_sockets.h has been added to the -mm tree. Its filename is uapi-fix-to-export-linux-vm_socketsh.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/uapi-fix-to-export-linux-vm_socketsh.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/uapi-fix-to-export-linux-vm_socketsh.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: Masahiro Yamada <yamada.m@xxxxxxxxxxxxxxxx> Subject: uapi: fix to export linux/vm_sockets.h A typo "header=y" was introduced by commit 7071cf7fc435 ("uapi: add missing network related headers to kbuild"). Signed-off-by: Masahiro Yamada <yamada.m@xxxxxxxxxxxxxxxx> Cc: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx> Cc: David Miller <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/uapi/linux/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/uapi/linux/Kbuild~uapi-fix-to-export-linux-vm_socketsh include/uapi/linux/Kbuild --- a/include/uapi/linux/Kbuild~uapi-fix-to-export-linux-vm_socketsh +++ a/include/uapi/linux/Kbuild @@ -432,7 +432,7 @@ header-y += virtio_net.h header-y += virtio_pci.h header-y += virtio_ring.h header-y += virtio_rng.h -header=y += vm_sockets.h +header-y += vm_sockets.h header-y += vt.h header-y += wait.h header-y += wanrouter.h _ Patches currently in -mm which might be from yamada.m@xxxxxxxxxxxxxxxx are uapi-fix-to-export-linux-vm_socketsh.patch linux-next.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