../lib/vsprintf.c: In function ‘va_format’: ../lib/vsprintf.c:1704:9: warning: function ‘va_format’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 1704 | buf += vsnprintf(buf, end > buf ? end - buf : 0, va_fmt->fmt, va); | ^~~ In file included from ../include/linux/string.h:392, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../include/linux/sched.h:13, from ../include/linux/ratelimit.h:6, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../drivers/nfc/pn533/pn533.c:9: In function ‘fortify_memcpy_chk’, inlined from ‘pn533_target_found_felica’ at ../drivers/nfc/pn533/pn533.c:781:2: ../include/linux/fortify-string.h:580:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 580 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/block/drbd/drbd_bitmap.c:1220: warning: Function parameter or struct member 'peer_device' not described in 'drbd_bm_read' ../drivers/block/drbd/drbd_bitmap.c:1232: warning: Function parameter or struct member 'peer_device' not described in 'drbd_bm_write' ../drivers/block/drbd/drbd_bitmap.c:1244: warning: Function parameter or struct member 'peer_device' not described in 'drbd_bm_write_all' ../drivers/block/drbd/drbd_bitmap.c:1271: warning: Function parameter or struct member 'peer_device' not described in 'drbd_bm_write_copy_pages' In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../include/linux/bpf-cgroup.h:5, from ../net/socket.c:55: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:207: net/socket.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/log2.h:12, from ../arch/x86/include/asm/div64.h:8, from ../include/linux/math.h:6, from ../include/linux/math64.h:6, from ../include/linux/time.h:6, from ../include/linux/compat.h:10, from ../net/ethtool/ioctl.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ethtool/ioctl.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../net/bpf/test_run.c:4: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/bpf/test_run.o] Error 1 make[4]: *** [../scripts/Makefile.build:465: net/bpf] Error 2 In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/log2.h:12, from ../arch/x86/include/asm/div64.h:8, from ../include/linux/math.h:6, from ../include/linux/math64.h:6, from ../include/linux/time.h:6, from ../include/linux/compat.h:10, from ../fs/select.c:18: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:207: fs/select.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:465: fs] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../io_uring/poll.c:2: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:207: io_uring/poll.o] Error 1 make[4]: *** Waiting for unfinished jobs.... ../kernel/audit.c: In function ‘audit_log_vformat’: ../kernel/audit.c:1978:9: warning: function ‘audit_log_vformat’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 1978 | len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args); | ^~~ ../kernel/audit.c:1987:17: warning: function ‘audit_log_vformat’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 1987 | len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args2); | ^~~ In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../net/core/datagram.c:37: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/core/datagram.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/bits.h:22, from ../include/linux/capability.h:18, from ../net/core/sock.c:89: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/core/sock.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../io_uring/io_uring.c:42: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:207: io_uring/io_uring.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../include/net/xdp_sock.h:9, from ../include/net/xdp_sock_drv.h:9, from ../net/ethtool/channels.c:3: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ethtool/channels.o] Error 1 make[4]: *** [../scripts/Makefile.build:465: net/ethtool] Error 2 In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../io_uring/sqpoll.c:6: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:207: io_uring/sqpoll.o] Error 1 In file included from ../include/linux/atomic/atomic-instrumented.h:15, from ../include/linux/atomic.h:82, from ../include/linux/filter.h:8, from ../net/core/sysctl_net_core.c:9: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/core/sysctl_net_core.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/log2.h:12, from ../net/xdp/xsk_queue.c:6: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/xdp/xsk_queue.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/init.h:5, from ../net/xdp/xdp_umem.c:6: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/xdp/xdp_umem.o] Error 1 In file included from ../include/linux/init.h:5, from ../net/xdp/xsk.c:15: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/xdp/xsk.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/ratelimit_types.h:5, from ../include/linux/ratelimit.h:5, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../include/linux/dma-mapping.h:5, from ../include/net/xsk_buff_pool.h:9, from ../net/xdp/xsk_buff_pool.c:3: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/xdp/xsk_buff_pool.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../net/xdp/xsk_diag.c:9: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/xdp/xsk_diag.o] Error 1 make[4]: *** [../scripts/Makefile.build:465: net/xdp] Error 2 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/net/tcp.h:19, from ../net/ipv4/tcp_minisocks.c:22: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ipv4/tcp_minisocks.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../io_uring/register.c:7: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:207: io_uring/register.o] Error 1 In file included from ../include/linux/atomic/atomic-instrumented.h:15, from ../include/linux/atomic.h:82, from ../include/crypto/hash.h:11, from ../net/ipv4/tcp.c:246: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ipv4/tcp.o] Error 1 make[3]: *** [../scripts/Makefile.build:465: io_uring] Error 2 In file included from ../arch/x86/include/asm/percpu.h:31, from ../arch/x86/include/asm/preempt.h:6, from ../include/linux/preempt.h:79, from ../include/linux/bottom_half.h:6, from ../net/ipv4/tcp_ipv4.c:50: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ipv4/tcp_ipv4.o] Error 1 In file included from ../include/linux/init.h:5, from ../include/linux/printk.h:6, from ../include/asm-generic/bug.h:22, from ../arch/x86/include/asm/bug.h:99, from ../include/linux/bug.h:5, from ../include/linux/mmdebug.h:5, from ../include/linux/mm.h:6, from ../net/ipv4/tcp_input.c:67: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ipv4/tcp_input.o] Error 1 make[4]: *** [../scripts/Makefile.build:465: net/ipv4] Error 2 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../net/core/xdp.c:6: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/core/xdp.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../include/linux/bpf-cgroup.h:5, from ../net/ipv6/udp.c:20: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ipv6/udp.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../drivers/nvme/host/tcp.c:7: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:207: drivers/nvme/host/tcp.o] Error 1 make[5]: *** [../scripts/Makefile.build:465: drivers/nvme/host] Error 2 make[4]: *** [../scripts/Makefile.build:465: drivers/nvme] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/linux/minmax.h:5, from ../include/linux/uaccess.h:7, from ../net/core/dev.c:71: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/core/dev.o] Error 1 In file included from ../include/linux/string.h:392, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/module.h:13, from ../drivers/scsi/qla2xxx/qla_def.h:12, from ../drivers/scsi/qla2xxx/qla_init.c:6: In function ‘fortify_memcpy_chk’, inlined from ‘qla81xx_nvram_config’ at ../drivers/scsi/qla2xxx/qla_init.c:9250:2: ../include/linux/fortify-string.h:580:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 580 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/linux/atomic/atomic-instrumented.h:15, from ../include/linux/atomic.h:82, from ../net/core/filter.c:20: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/core/filter.o] Error 1 make[4]: *** [../scripts/Makefile.build:465: net/core] Error 2 In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/cpumask_types.h:5, from ../include/linux/cpu_rmap.h:10, from ../drivers/net/ethernet/amazon/ena/ena_netdev.c:9: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/amazon/ena/ena_netdev.o] Error 1 make[8]: *** Waiting for unfinished jobs.... ../drivers/scsi/qla2xxx/qla_isr.c:3891: warning: Function parameter or struct member 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../include/linux/skbuff.h:13, from ../include/linux/if_ether.h:19, from ../include/linux/etherdevice.h:20, from ../drivers/net/tap.c:2: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: drivers/net/tap.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../drivers/net/tun.c:35: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: drivers/net/tun.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../include/linux/skbuff.h:13, from ../include/linux/if_ether.h:19, from ../include/linux/etherdevice.h:20, from ../drivers/net/ethernet/aquantia/atlantic/aq_common.h:13, from ../drivers/net/ethernet/aquantia/atlantic/aq_main.h:12, from ../drivers/net/ethernet/aquantia/atlantic/aq_main.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/aquantia/atlantic/aq_main.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../include/linux/interrupt.h:6, from ../drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/aquantia/atlantic/aq_pci_func.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/bitmap.h:8, from ../include/linux/ethtool.h:16, from ../drivers/net/ethernet/aquantia/atlantic/aq_nic.h:13, from ../drivers/net/ethernet/aquantia/atlantic/aq_nic.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/aquantia/atlantic/aq_nic.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../include/linux/skbuff.h:13, from ../include/linux/if_ether.h:19, from ../include/linux/etherdevice.h:20, from ../drivers/net/ethernet/aquantia/atlantic/aq_common.h:13, from ../drivers/net/ethernet/aquantia/atlantic/aq_vec.h:15, from ../drivers/net/ethernet/aquantia/atlantic/aq_vec.c:12: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/aquantia/atlantic/aq_vec.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/bitmap.h:8, from ../include/linux/ethtool.h:16, from ../drivers/net/ethernet/amazon/ena/ena_ethtool.c:6: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/amazon/ena/ena_ethtool.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/bitmap.h:8, from ../include/linux/ethtool.h:16, from ../drivers/net/ethernet/aquantia/atlantic/aq_nic.h:13, from ../drivers/net/ethernet/aquantia/atlantic/aq_ring.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/aquantia/atlantic/aq_ring.o] Error 1 In file included from ../include/linux/atomic/atomic-instrumented.h:15, from ../include/linux/atomic.h:82, from ../include/linux/filter.h:8, from ../kernel/bpf/core.c:21: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: kernel/bpf/core.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c:8: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[9]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.o] Error 1 make[8]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/chelsio/inline_crypto/chtls] Error 2 make[7]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/chelsio/inline_crypto] Error 2 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../include/linux/skbuff.h:13, from ../include/linux/if_ether.h:19, from ../include/linux/etherdevice.h:20, from ../drivers/net/ethernet/aquantia/atlantic/aq_common.h:13, from ../drivers/net/ethernet/aquantia/atlantic/aq_ethtool.h:12, from ../drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/aquantia/atlantic/aq_ethtool.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../drivers/net/ethernet/cisco/enic/enic_main.c:20: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/cisco/enic/enic_main.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/netdevice.h:24, from ../drivers/net/veth.c:12: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: drivers/net/veth.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../include/linux/iopoll.h:9, from ../drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.h:15, from ../drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.c:12: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.o] Error 1 In file included from ../arch/x86/include/asm/percpu.h:31, from ../arch/x86/include/asm/preempt.h:6, from ../include/linux/preempt.h:79, from ../include/linux/bottom_half.h:6, from ../net/ipv6/tcp_ipv6.c:22: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ipv6/tcp_ipv6.o] Error 1 make[4]: *** [../scripts/Makefile.build:465: net/ipv6] Error 2 make[7]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/cisco/enic] Error 2 make[6]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/cisco] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../kernel/bpf/syscall.c:4: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: kernel/bpf/syscall.o] Error 1 In file included from ../include/linux/init.h:5, from ../kernel/bpf/inode.c:11: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: kernel/bpf/inode.o] Error 1 In file included from ../include/linux/init.h:5, from ../drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.o] Error 1 make[7]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/aquantia/atlantic] Error 2 make[6]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/aquantia] Error 2 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/netdevice.h:24, from ../drivers/net/virtio_net.c:7: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: drivers/net/virtio_net.o] Error 1 In file included from ../include/linux/string.h:392, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/thread_info.h:12, from ../include/linux/thread_info.h:60, from ../include/linux/spinlock.h:60, from ../include/linux/mmzone.h:8, from ../include/linux/gfp.h:7, from ../drivers/scsi/bnx2i/bnx2i_hwi.c:17: In function ‘fortify_memcpy_chk’, inlined from ‘bnx2i_process_login_resp.isra’ at ../drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2: ../include/linux/fortify-string.h:580:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 580 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../drivers/net/ethernet/amazon/ena/ena_netdev.h:9, from ../drivers/net/ethernet/amazon/ena/ena_xdp.h:9, from ../drivers/net/ethernet/amazon/ena/ena_xdp.c:6: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/amazon/ena/ena_xdp.o] Error 1 make[7]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/amazon/ena] Error 2 make[6]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/amazon] Error 2 In file included from ../include/linux/bits.h:22, from ../include/linux/ratelimit_types.h:5, from ../include/linux/ratelimit.h:5, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../include/linux/platform_device.h:13, from ../drivers/net/ethernet/engleder/tsnep.h:9, from ../drivers/net/ethernet/engleder/tsnep_main.c:18: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/engleder/tsnep_main.o] Error 1 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/linux/init.h:5, from ../arch/x86/include/asm/mem_encrypt.h:15, from ../include/linux/mem_encrypt.h:17, from ../arch/x86/include/asm/processor-flags.h:6, from ../arch/x86/include/asm/processor.h:5, from ../include/linux/prefetch.h:15, from ../drivers/net/ethernet/emulex/benet/be_main.c:14: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/emulex/benet/be_main.o] Error 1 make[7]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/emulex/benet] Error 2 make[6]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/emulex] Error 2 In file included from ../include/linux/bits.h:22, from ../include/linux/ratelimit_types.h:5, from ../include/linux/ratelimit.h:5, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../include/linux/platform_device.h:13, from ../drivers/net/ethernet/engleder/tsnep.h:9, from ../drivers/net/ethernet/engleder/tsnep_ethtool.c:4: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/engleder/tsnep_ethtool.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/ratelimit_types.h:5, from ../include/linux/ratelimit.h:5, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../include/linux/platform_device.h:13, from ../drivers/net/ethernet/engleder/tsnep.h:9, from ../drivers/net/ethernet/engleder/tsnep_ptp.c:4: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/engleder/tsnep_ptp.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/ratelimit_types.h:5, from ../include/linux/ratelimit.h:5, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../include/linux/dma-mapping.h:5, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c:11: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/bitmap.h:8, from ../include/linux/ethtool.h:16, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c:11: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/ratelimit_types.h:5, from ../include/linux/ratelimit.h:5, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../include/linux/platform_device.h:13, from ../drivers/net/ethernet/engleder/tsnep.h:9, from ../drivers/net/ethernet/engleder/tsnep_tc.c:4: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/engleder/tsnep_tc.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/ratelimit_types.h:5, from ../include/linux/ratelimit.h:5, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../include/linux/platform_device.h:13, from ../drivers/net/ethernet/engleder/tsnep.h:9, from ../drivers/net/ethernet/engleder/tsnep_rxnfc.c:4: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/engleder/tsnep_rxnfc.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/netdevice.h:24, from ../include/linux/if_vlan.h:10, from ../drivers/net/ethernet/engleder/tsnep_xdp.c:4: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/engleder/tsnep_xdp.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:11: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../include/linux/skbuff.h:13, from ../drivers/net/ethernet/chelsio/cxgb4/sge.c:35: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/chelsio/cxgb4/sge.o] Error 1 make[7]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/chelsio/cxgb4] Error 2 make[6]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/chelsio] Error 2 In file included from ../include/linux/bits.h:22, from ../include/linux/ratelimit_types.h:5, from ../include/linux/ratelimit.h:5, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../include/linux/platform_device.h:13, from ../drivers/net/ethernet/engleder/tsnep.h:9, from ../drivers/net/ethernet/engleder/tsnep_selftests.c:4: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/engleder/tsnep_selftests.o] Error 1 make[6]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/engleder] Error 2 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/netdevice.h:24, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c:11: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../include/linux/bpf-cgroup.h:5, from ../kernel/bpf/verifier.c:7: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: kernel/bpf/verifier.o] Error 1 make[4]: *** [../scripts/Makefile.build:465: kernel/bpf] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/linux/bitfield.h:10, from ../include/linux/fortify-string.h:5, from ../include/linux/string.h:392, from ../include/linux/uuid.h:11, from ../include/linux/mod_devicetable.h:14, from ../include/linux/pci.h:27, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/dim.h:7, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_dim.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_dim.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:9: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.o] Error 1 In file included from ../include/linux/bitfield.h:10, from ../include/linux/fortify-string.h:5, from ../include/linux/string.h:392, from ../include/linux/uuid.h:11, from ../include/linux/mod_devicetable.h:14, from ../include/linux/pci.h:27, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c:9: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c:9: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../drivers/net/ethernet/broadcom/bnxt/bnxt.c:11: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt.o] Error 1 In file included from ../include/linux/bitfield.h:10, from ../include/linux/fortify-string.h:5, from ../include/linux/string.h:392, from ../include/linux/uuid.h:11, from ../include/linux/mod_devicetable.h:14, from ../include/linux/pci.h:27, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c:12: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/wait.h:7, from ../include/linux/wait_bit.h:8, from ../include/linux/fs.h:6, from ../include/linux/debugfs.h:15, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/ratelimit_types.h:5, from ../include/linux/ratelimit.h:5, from ../include/linux/dev_printk.h:16, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_hwmon.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_hwmon.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/netdevice.h:24, from ../drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/broadcom/bnxt/bnxt_tc.o] Error 1 make[7]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/broadcom/bnxt] Error 2 make[6]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/broadcom] Error 2 make[5]: *** [../scripts/Makefile.build:465: drivers/net/ethernet] Error 2 make[4]: *** [../scripts/Makefile.build:465: drivers/net] Error 2 make[3]: *** [../scripts/Makefile.build:465: net] Error 2 make[3]: *** [../scripts/Makefile.build:465: drivers] Error 2 make[3]: *** [../scripts/Makefile.build:465: kernel] Error 2 make[2]: *** [/home/nipa/bpf-next/wt-0/Makefile:1989: .] Error 2 make[1]: *** [/home/nipa/bpf-next/wt-0/Makefile:251: __sub-make] Error 2 make: *** [Makefile:251: __sub-make] Error 2 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../include/linux/bpf-cgroup.h:5, from ../net/socket.c:55: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:207: net/socket.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../net/bpf/test_run.c:4: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/bpf/test_run.o] Error 1 make[4]: *** [../scripts/Makefile.build:465: net/bpf] Error 2 In file included from ../include/linux/bits.h:22, from ../include/linux/capability.h:18, from ../net/core/sock.c:89: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/core/sock.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../io_uring/io_uring.c:42: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:207: io_uring/io_uring.o] Error 1 make[3]: *** [../scripts/Makefile.build:465: io_uring] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/log2.h:12, from ../arch/x86/include/asm/div64.h:8, from ../include/linux/math.h:6, from ../include/linux/math64.h:6, from ../include/linux/time.h:6, from ../include/linux/compat.h:10, from ../net/ethtool/ioctl.c:10: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ethtool/ioctl.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/log2.h:12, from ../arch/x86/include/asm/div64.h:8, from ../include/linux/math.h:6, from ../include/linux/math64.h:6, from ../include/linux/time.h:6, from ../include/linux/compat.h:10, from ../fs/select.c:18: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:207: fs/select.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../net/core/datagram.c:37: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/core/datagram.o] Error 1 make[3]: *** [../scripts/Makefile.build:465: fs] Error 2 make[4]: *** [../scripts/Makefile.build:465: net/ethtool] Error 2 ../lib/vsprintf.c: In function ‘va_format’: ../lib/vsprintf.c:1704:9: warning: function ‘va_format’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 1704 | buf += vsnprintf(buf, end > buf ? end - buf : 0, va_fmt->fmt, va); | ^~~ In file included from ../include/linux/atomic/atomic-instrumented.h:15, from ../include/linux/atomic.h:82, from ../include/crypto/hash.h:11, from ../net/ipv4/tcp.c:246: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ipv4/tcp.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/init.h:5, from ../include/linux/printk.h:6, from ../include/asm-generic/bug.h:22, from ../arch/x86/include/asm/bug.h:99, from ../include/linux/bug.h:5, from ../include/linux/mmdebug.h:5, from ../include/linux/mm.h:6, from ../net/ipv4/tcp_input.c:67: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ipv4/tcp_input.o] Error 1 In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/net/tcp.h:19, from ../net/ipv4/tcp_minisocks.c:22: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ipv4/tcp_minisocks.o] Error 1 In file included from ../arch/x86/include/asm/percpu.h:31, from ../arch/x86/include/asm/preempt.h:6, from ../include/linux/preempt.h:79, from ../include/linux/bottom_half.h:6, from ../net/ipv4/tcp_ipv4.c:50: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: net/ipv4/tcp_ipv4.o] Error 1 make[4]: *** [../scripts/Makefile.build:465: net/core] Error 2 make[4]: *** [../scripts/Makefile.build:465: net/ipv4] Error 2 In file included from ../include/linux/string.h:392, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../include/linux/sched.h:13, from ../include/linux/ratelimit.h:6, from ../include/linux/dev_printk.h:16, from ../include/linux/device.h:15, from ../drivers/nfc/pn533/pn533.c:9: In function ‘fortify_memcpy_chk’, inlined from ‘pn533_target_found_felica’ at ../drivers/nfc/pn533/pn533.c:781:2: ../include/linux/fortify-string.h:580:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 580 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/block/drbd/drbd_bitmap.c:1220: warning: Function parameter or struct member 'peer_device' not described in 'drbd_bm_read' ../drivers/block/drbd/drbd_bitmap.c:1232: warning: Function parameter or struct member 'peer_device' not described in 'drbd_bm_write' ../drivers/block/drbd/drbd_bitmap.c:1244: warning: Function parameter or struct member 'peer_device' not described in 'drbd_bm_write_all' ../drivers/block/drbd/drbd_bitmap.c:1271: warning: Function parameter or struct member 'peer_device' not described in 'drbd_bm_write_copy_pages' In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/cpumask_types.h:5, from ../include/linux/cpu_rmap.h:10, from ../drivers/net/ethernet/amazon/ena/ena_netdev.c:9: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/amazon/ena/ena_netdev.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../include/linux/bitmap.h:8, from ../include/linux/ethtool.h:16, from ../drivers/net/ethernet/amazon/ena/ena_ethtool.c:6: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/amazon/ena/ena_ethtool.o] Error 1 In file included from ../include/linux/bits.h:22, from ../include/linux/bitops.h:6, from ../drivers/net/ethernet/amazon/ena/ena_netdev.h:9, from ../drivers/net/ethernet/amazon/ena/ena_xdp.h:9, from ../drivers/net/ethernet/amazon/ena/ena_xdp.c:6: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:207: drivers/net/ethernet/amazon/ena/ena_xdp.o] Error 1 make[7]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/amazon/ena] Error 2 make[6]: *** [../scripts/Makefile.build:465: drivers/net/ethernet/amazon] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../drivers/nvme/host/tcp.c:7: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:207: drivers/nvme/host/tcp.o] Error 1 make[5]: *** [../scripts/Makefile.build:465: drivers/nvme/host] Error 2 make[4]: *** [../scripts/Makefile.build:465: drivers/nvme] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/module.h:12, from ../drivers/net/tun.c:35: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: drivers/net/tun.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/kernel.h:22, from ../include/linux/skbuff.h:13, from ../include/linux/if_ether.h:19, from ../include/linux/etherdevice.h:20, from ../drivers/net/tap.c:2: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: drivers/net/tap.o] Error 1 ../kernel/audit.c: In function ‘audit_log_vformat’: ../kernel/audit.c:1978:9: warning: function ‘audit_log_vformat’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 1978 | len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args); | ^~~ ../kernel/audit.c:1987:17: warning: function ‘audit_log_vformat’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 1987 | len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args2); | ^~~ make[5]: *** [../scripts/Makefile.build:465: drivers/net/ethernet] Error 2 ../drivers/scsi/qla2xxx/qla_isr.c:3891: warning: Function parameter or struct member 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' In file included from ../include/linux/string.h:392, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/module.h:13, from ../drivers/scsi/qla2xxx/qla_def.h:12, from ../drivers/scsi/qla2xxx/qla_init.c:6: In function ‘fortify_memcpy_chk’, inlined from ‘qla81xx_nvram_config’ at ../drivers/scsi/qla2xxx/qla_init.c:9250:2: ../include/linux/fortify-string.h:580:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 580 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/linux/atomic/atomic-instrumented.h:15, from ../include/linux/atomic.h:82, from ../include/linux/filter.h:8, from ../kernel/bpf/core.c:21: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: kernel/bpf/core.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../kernel/bpf/syscall.c:4: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: kernel/bpf/syscall.o] Error 1 In file included from ../include/linux/init.h:5, from ../kernel/bpf/inode.c:11: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: kernel/bpf/inode.o] Error 1 In file included from ../include/linux/string.h:392, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/thread_info.h:12, from ../include/linux/thread_info.h:60, from ../include/linux/spinlock.h:60, from ../include/linux/mmzone.h:8, from ../include/linux/gfp.h:7, from ../drivers/scsi/bnx2i/bnx2i_hwi.c:17: In function ‘fortify_memcpy_chk’, inlined from ‘bnx2i_process_login_resp.isra’ at ../drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2: ../include/linux/fortify-string.h:580:25: warning: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 580 | __read_overflow2_field(q_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/linux/container_of.h:5, from ../include/linux/list.h:5, from ../include/linux/timer.h:5, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../include/linux/bpf-cgroup.h:5, from ../kernel/bpf/verifier.c:7: ../include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct xdp_frame) == _XDP_FRAME_SIZE" 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~~~~~~~~~~~ ../include/linux/build_bug.h:77:34: note: in expansion of macro ‘__static_assert’ 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ^~~~~~~~~~~~~~~ ../include/net/xdp.h:294:1: note: in expansion of macro ‘static_assert’ 294 | static_assert(sizeof(struct xdp_frame) == _XDP_FRAME_SIZE); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:207: kernel/bpf/verifier.o] Error 1 make[4]: *** [../scripts/Makefile.build:465: kernel/bpf] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:465: kernel] Error 2 make[4]: *** [../scripts/Makefile.build:465: drivers/net] Error 2 make[3]: *** [../scripts/Makefile.build:465: drivers] Error 2 make[3]: *** [../scripts/Makefile.build:465: net] Error 2 make[2]: *** [/home/nipa/bpf-next/wt-0/Makefile:1989: .] Error 2 make[1]: *** [/home/nipa/bpf-next/wt-0/Makefile:251: __sub-make] Error 2 make: *** [Makefile:251: __sub-make] Error 2