========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/virtio_net.c:6642:14: warning: result of comparison of constant 256 with expression of type 'u8' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] 6642 | if (key_sz > NETDEV_RSS_KEY_LEN) { | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ 1 warning generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/virtio_net.c:6642:25: error: use of undeclared identifier 'vi' 6642 | BUILD_BUG_ON(type_max(vi->rss_key_size) >= NETDEV_RSS_KEY_LEN); | ^~ 1 error generated. make[5]: *** [../scripts/Makefile.build:289: drivers/net/virtio_net.o] Error 1 make[4]: *** [../scripts/Makefile.build:546: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:546: drivers] Error 2 make[2]: *** [/srv/nipa-poller/net/wt-0/Makefile:2101: .] Error 2 make[1]: *** [/srv/nipa-poller/net/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.abKh8klTLA 2026-02-24 00:23:58.124879605 -0500 +++ /tmp/tmp.VUZ0SI93L8 2026-02-24 00:24:33.447511173 -0500 @@ -2,4 +2,11 @@ -../drivers/net/virtio_net.c:6642:14: warning: result of comparison of constant 256 with expression of type 'u8' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] - 6642 | if (key_sz > NETDEV_RSS_KEY_LEN) { - | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ -1 warning generated. +../drivers/net/virtio_net.c:6642:25: error: use of undeclared identifier 'vi' + 6642 | BUILD_BUG_ON(type_max(vi->rss_key_size) >= NETDEV_RSS_KEY_LEN); + | ^~ +1 error generated. +make[5]: *** [../scripts/Makefile.build:289: drivers/net/virtio_net.o] Error 1 +make[4]: *** [../scripts/Makefile.build:546: drivers/net] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:546: drivers] Error 2 +make[2]: *** [/srv/nipa-poller/net/wt-0/Makefile:2101: .] Error 2 +make[1]: *** [/srv/nipa-poller/net/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown