../drivers/vhost/net.c:81:2: warning: excess elements in array initializer [-Wexcess-initializers] 81 | VIRTIO_BIT(VIRTIO_NET_F_OUT_NET_HEADER), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/virtio_features.h:10:24: note: expanded from macro 'VIRTIO_BIT' 10 | #define VIRTIO_BIT(b) BIT_ULL((b) & 0x3f) | ^~~~~~~~~~~~~~~~~~~ ../include/vdso/bits.h:8:22: note: expanded from macro 'BIT_ULL' 8 | #define BIT_ULL(nr) (ULL(1) << (nr)) | ^~~~~~~~~~~~~~~~ 1 warning generated. New errors added --- /tmp/tmp.vinKafjBjc 2025-09-23 13:54:12.828518772 -0700 +++ /tmp/tmp.RovpzgRnIr 2025-09-23 13:56:55.143580592 -0700 @@ -0,0 +1,10 @@ +../drivers/vhost/net.c:81:2: warning: excess elements in array initializer [-Wexcess-initializers] + 81 | VIRTIO_BIT(VIRTIO_NET_F_OUT_NET_HEADER), + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/linux/virtio_features.h:10:24: note: expanded from macro 'VIRTIO_BIT' + 10 | #define VIRTIO_BIT(b) BIT_ULL((b) & 0x3f) + | ^~~~~~~~~~~~~~~~~~~ +../include/vdso/bits.h:8:22: note: expanded from macro 'BIT_ULL' + 8 | #define BIT_ULL(nr) (ULL(1) << (nr)) + | ^~~~~~~~~~~~~~~~ +1 warning generated. Per-file breakdown --- /tmp/tmp.hzqsqgd0te 2025-09-23 13:58:37.795987258 -0700 +++ /tmp/tmp.j7UvxbpeFI 2025-09-23 13:58:37.805173339 -0700 @@ -0,0 +1 @@ + 1 ../drivers/vhost/net.c