Luck, Tony a écrit : > Just pulled latest git tree from Linus and a few ia64 configurations > (anything with CONFIG_NUMA=y) won't build. > > The offending commit appears to be: > > 230140cffa7feae90ad50bf259db1fa07674f3a7 > > Here's the error messages from the compiler: > > CC [M] drivers/infiniband/core/cma.o > In file included from include/net/tcp.h:35, > from drivers/infiniband/core/cma.c:40: > include/net/inet_hashtables.h: In function `inet_ehash_locks_alloc': > include/net/inet_hashtables.h:165: error: implicit declaration of > function `vmalloc' > include/net/inet_hashtables.h:165: warning: assignment makes pointer > from integer without a cast > include/net/inet_hashtables.h: In function `inet_ehash_locks_free': > include/net/inet_hashtables.h:186: error: implicit declaration of > function `vfree' > make[3]: *** [drivers/infiniband/core/cma.o] Error 1 > Hi Tony Seems an include is missing. Could you please apply this patch ? Thank you [NET] adds a missing include Signed-off-by: Eric Dumazet