========== build_32bit - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files In file included from ../include/uapi/linux/posix_types.h:5, from ../include/uapi/linux/types.h:14, from ../include/linux/types.h:6, from ../include/linux/kasan-checks.h:5, from ../include/asm-generic/rwonce.h:26, from ./arch/x86/include/generated/asm/rwonce.h:1, from ../include/linux/compiler.h:386, from ../include/linux/build_bug.h:5, from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../net/core/skbuff.c:37: ../net/core/skbuff.c: In function ‘skb_init’: ../include/linux/stddef.h:8:14: error: passing argument 5 of ‘kmem_cache_create_usercopy’ makes integer from pointer without a cast [-Wint-conversion] 8 | #define NULL ((void *)0) | ^~~~~~~~~~~ | | | void * ../net/core/skbuff.c:5164:49: note: in expansion of macro ‘NULL’ 5164 | NULL); | ^~~~ In file included from ../include/linux/mm.h:34, from ../net/core/skbuff.c:40: ../include/linux/slab.h:408:41: note: expected ‘unsigned int’ but argument is of type ‘void *’ 408 | unsigned int useroffset, unsigned int usersize, | ~~~~~~~~~~~~~^~~~~~~~~~ ../net/core/skbuff.c:5160:43: error: too few arguments to function ‘kmem_cache_create_usercopy’; expected 7, have 5 5160 | net_hotdata.skbuff_fclone_cache = kmem_cache_create_usercopy("skbuff_fclone_cache", | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/slab.h:406:1: note: declared here 406 | kmem_cache_create_usercopy(const char *name, unsigned int size, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:287: net/core/skbuff.o] Error 1 make[4]: *** [../scripts/Makefile.build:556: net/core] Error 2 make[3]: *** [../scripts/Makefile.build:556: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2030: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files In file included from ../include/uapi/linux/posix_types.h:5, from ../include/uapi/linux/types.h:14, from ../include/linux/types.h:6, from ../include/linux/kasan-checks.h:5, from ../include/asm-generic/rwonce.h:26, from ./arch/x86/include/generated/asm/rwonce.h:1, from ../include/linux/compiler.h:386, from ../include/linux/build_bug.h:5, from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../net/core/skbuff.c:37: ../net/core/skbuff.c: In function ‘skb_init’: ../include/linux/stddef.h:8:14: error: passing argument 5 of ‘kmem_cache_create_usercopy’ makes integer from pointer without a cast [-Wint-conversion] 8 | #define NULL ((void *)0) | ^~~~~~~~~~~ | | | void * ../net/core/skbuff.c:5164:49: note: in expansion of macro ‘NULL’ 5164 | NULL); | ^~~~ In file included from ../include/linux/mm.h:34, from ../net/core/skbuff.c:40: ../include/linux/slab.h:408:41: note: expected ‘unsigned int’ but argument is of type ‘void *’ 408 | unsigned int useroffset, unsigned int usersize, | ~~~~~~~~~~~~~^~~~~~~~~~ ../net/core/skbuff.c:5160:43: error: too few arguments to function ‘kmem_cache_create_usercopy’; expected 7, have 5 5160 | net_hotdata.skbuff_fclone_cache = kmem_cache_create_usercopy("skbuff_fclone_cache", | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/slab.h:406:1: note: declared here 406 | kmem_cache_create_usercopy(const char *name, unsigned int size, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:287: net/core/skbuff.o] Error 1 make[4]: *** [../scripts/Makefile.build:556: net/core] Error 2 make[3]: *** [../scripts/Makefile.build:556: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2030: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.OwNynKR7vW 2025-12-15 13:37:33.094607453 -0500 +++ /tmp/tmp.EXa2N7zOmD 2025-12-15 13:37:38.320712729 -0500 @@ -1,0 +2,39 @@ +In file included from ../include/uapi/linux/posix_types.h:5, + from ../include/uapi/linux/types.h:14, + from ../include/linux/types.h:6, + from ../include/linux/kasan-checks.h:5, + from ../include/asm-generic/rwonce.h:26, + from ./arch/x86/include/generated/asm/rwonce.h:1, + from ../include/linux/compiler.h:386, + from ../include/linux/build_bug.h:5, + from ../include/linux/container_of.h:5, + from ../include/linux/list.h:5, + from ../include/linux/module.h:12, + from ../net/core/skbuff.c:37: +../net/core/skbuff.c: In function ‘skb_init’: +../include/linux/stddef.h:8:14: error: passing argument 5 of ‘kmem_cache_create_usercopy’ makes integer from pointer without a cast [-Wint-conversion] + 8 | #define NULL ((void *)0) + | ^~~~~~~~~~~ + | | + | void * +../net/core/skbuff.c:5164:49: note: in expansion of macro ‘NULL’ + 5164 | NULL); + | ^~~~ +In file included from ../include/linux/mm.h:34, + from ../net/core/skbuff.c:40: +../include/linux/slab.h:408:41: note: expected ‘unsigned int’ but argument is of type ‘void *’ + 408 | unsigned int useroffset, unsigned int usersize, + | ~~~~~~~~~~~~~^~~~~~~~~~ +../net/core/skbuff.c:5160:43: error: too few arguments to function ‘kmem_cache_create_usercopy’; expected 7, have 5 + 5160 | net_hotdata.skbuff_fclone_cache = kmem_cache_create_usercopy("skbuff_fclone_cache", + | ^~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/linux/slab.h:406:1: note: declared here + 406 | kmem_cache_create_usercopy(const char *name, unsigned int size, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:287: net/core/skbuff.o] Error 1 +make[4]: *** [../scripts/Makefile.build:556: net/core] Error 2 +make[3]: *** [../scripts/Makefile.build:556: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2030: .] Error 2 +make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.gce5UEAvso 2025-12-15 13:37:38.324997432 -0500 +++ /tmp/tmp.avhiXZZc7t 2025-12-15 13:37:38.327081294 -0500 @@ -0,0 +1,2 @@ + 1 ../include/linux/stddef.h + 1 ../net/core/skbuff.c