The patch titled infiniband: drivers/infiniband/core/cma.c needs vmalloc.h has been added to the -mm tree. Its filename is infiniband-drivers-infiniband-core-cmac-needs-vmalloch.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: infiniband: drivers/infiniband/core/cma.c needs vmalloc.h From: Eric Dumazet <dada1@xxxxxxxxxxxxx> Signed-off-by: Eric Dumazet <dada1@xxxxxxxxxxxxx> Cc: "Luck, Tony" <tony.luck@xxxxxxxxx> Cc: Roland Dreier <rolandd@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/net/inet_hashtables.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/net/inet_hashtables.h~infiniband-drivers-infiniband-core-cmac-needs-vmalloch include/net/inet_hashtables.h --- a/include/net/inet_hashtables.h~infiniband-drivers-infiniband-core-cmac-needs-vmalloch +++ a/include/net/inet_hashtables.h @@ -23,6 +23,7 @@ #include <linux/spinlock.h> #include <linux/types.h> #include <linux/wait.h> +#include <linux/vmalloc.h> #include <net/inet_connection_sock.h> #include <net/inet_sock.h> _ Patches currently in -mm which might be from dada1@xxxxxxxxxxxxx are infiniband-drivers-infiniband-core-cmac-needs-vmalloch.patch git-net.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