========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/core/skbuff.c:5164:11: error: too few arguments to function call, expected 7, have 5 5160 | net_hotdata.skbuff_fclone_cache = kmem_cache_create_usercopy("skbuff_fclone_cache", | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 5161 | sizeof(struct sk_buff_fclones), 5162 | 0, 5163 | SLAB_HWCACHE_ALIGN|SLAB_PANIC, 5164 | NULL); | ^ ../include/linux/slab.h:406:1: note: 'kmem_cache_create_usercopy' declared here 406 | kmem_cache_create_usercopy(const char *name, unsigned int size, | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 407 | unsigned int align, slab_flags_t flags, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 408 | unsigned int useroffset, unsigned int usersize, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 409 | void (*ctor)(void *)) | ~~~~~~~~~~~~~~~~~~~~ 1 error generated. 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 ../net/core/skbuff.c:5164:11: error: too few arguments to function call, expected 7, have 5 5160 | net_hotdata.skbuff_fclone_cache = kmem_cache_create_usercopy("skbuff_fclone_cache", | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 5161 | sizeof(struct sk_buff_fclones), 5162 | 0, 5163 | SLAB_HWCACHE_ALIGN|SLAB_PANIC, 5164 | NULL); | ^ ../include/linux/slab.h:406:1: note: 'kmem_cache_create_usercopy' declared here 406 | kmem_cache_create_usercopy(const char *name, unsigned int size, | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 407 | unsigned int align, slab_flags_t flags, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 408 | unsigned int useroffset, unsigned int usersize, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 409 | void (*ctor)(void *)) | ~~~~~~~~~~~~~~~~~~~~ 1 error generated. 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.XwhVL382x1 2025-12-15 13:39:01.303273030 -0500 +++ /tmp/tmp.InewhaTSti 2025-12-15 13:39:51.693833120 -0500 @@ -1,0 +2,25 @@ +../net/core/skbuff.c:5164:11: error: too few arguments to function call, expected 7, have 5 + 5160 | net_hotdata.skbuff_fclone_cache = kmem_cache_create_usercopy("skbuff_fclone_cache", + | ~~~~~~~~~~~~~~~~~~~~~~~~~~ + 5161 | sizeof(struct sk_buff_fclones), + 5162 | 0, + 5163 | SLAB_HWCACHE_ALIGN|SLAB_PANIC, + 5164 | NULL); + | ^ +../include/linux/slab.h:406:1: note: 'kmem_cache_create_usercopy' declared here + 406 | kmem_cache_create_usercopy(const char *name, unsigned int size, + | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 407 | unsigned int align, slab_flags_t flags, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 408 | unsigned int useroffset, unsigned int usersize, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 409 | void (*ctor)(void *)) + | ~~~~~~~~~~~~~~~~~~~~ +1 error generated. +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.2NrvPYpsUB 2025-12-15 13:39:51.697833085 -0500 +++ /tmp/tmp.xfxjFkRbDp 2025-12-15 13:39:51.699833067 -0500 @@ -0,0 +1 @@ + 1 ../net/core/skbuff.c