========== build_clang - FAILED tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files In file included from ../net/ipv4/tcp_offload.c:11: In file included from ../include/net/gro.h:8: In file included from ../include/linux/ipv6.h:102: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :54:1: note: expanded from here 54 | __compiletime_assert_1369 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: net/ipv4/tcp_offload.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../net/ethtool/ioctl.c:143:15: warning: shift count >= width of type [-Wshift-count-overflow] 143 | if (valid & ~NETIF_F_ETHTOOL_BITS) | ^~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:196:32: note: expanded from macro 'NETIF_F_ETHTOOL_BITS' 196 | #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:105:50: note: expanded from macro '__NETIF_F_BIT' 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^ ~~~~~ ../net/ethtool/ioctl.c:143:15: warning: shift count >= width of type [-Wshift-count-overflow] 143 | if (valid & ~NETIF_F_ETHTOOL_BITS) | ^~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:197:4: note: expanded from macro 'NETIF_F_ETHTOOL_BITS' 197 | (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:105:50: note: expanded from macro '__NETIF_F_BIT' 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^ ~~~~~ ../net/ethtool/ioctl.c:94:2: error: call to '__compiletime_assert_1771' declared with 'error' attribute: BUILD_BUG_ON failed: ETHTOOL_DEV_FEATURE_WORDS * sizeof(u32) > sizeof(netdev_features_t) 94 | BUILD_BUG_ON(ETHTOOL_DEV_FEATURE_WORDS * sizeof(u32) > sizeof(netdev_features_t)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :5:1: note: expanded from here 5 | __compiletime_assert_1771 | ^ 2 warnings and 1 error generated. make[5]: *** [../scripts/Makefile.build:229: net/ethtool/ioctl.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../net/ethtool/features.c:48:17: warning: shift count is negative [-Wshift-count-negative] 48 | all_features = GENMASK_ULL(NETDEV_FEATURE_COUNT - 1, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/bits.h:37:31: note: expanded from macro 'GENMASK_ULL' 37 | (GENMASK_INPUT_CHECK(h, l) + __GENMASK_ULL(h, l)) | ^~~~~~~~~~~~~~~~~~~ ../include/uapi/linux/bits.h:13:20: note: expanded from macro '__GENMASK_ULL' 13 | (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../net/ethtool/features.c:152:31: warning: shift count >= width of type [-Wshift-count-overflow] 152 | ret &= ~(netdev_features_t)0 >> (nft_bits - NETDEV_FEATURE_COUNT); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../net/ethtool/features.c:247:44: warning: shift count >= width of type [-Wshift-count-overflow] 247 | if (ethnl_bitmap_to_features(req_mask) & ~NETIF_F_ETHTOOL_BITS) { | ^~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:196:32: note: expanded from macro 'NETIF_F_ETHTOOL_BITS' 196 | #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:105:50: note: expanded from macro '__NETIF_F_BIT' 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^ ~~~~~ ../net/ethtool/features.c:247:44: warning: shift count >= width of type [-Wshift-count-overflow] 247 | if (ethnl_bitmap_to_features(req_mask) & ~NETIF_F_ETHTOOL_BITS) { | ^~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:197:4: note: expanded from macro 'NETIF_F_ETHTOOL_BITS' 197 | (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:105:50: note: expanded from macro '__NETIF_F_BIT' 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^ ~~~~~ 4 warnings generated. In file included from ../net/core/sock.c:91: In file included from ../include/linux/errqueue.h:6: In file included from ../include/net/ip.h:29: In file included from ../include/net/inet_sock.h:19: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :32:1: note: expanded from here 32 | __compiletime_assert_1369 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: net/core/sock.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../net/ipv4/udp_offload.c:10: In file included from ../include/net/gro.h:8: In file included from ../include/linux/ipv6.h:102: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :67:1: note: expanded from here 67 | __compiletime_assert_1369 | ^ In file included from ../net/ipv4/udp_offload.c:10: In file included from ../include/net/gro.h:8: In file included from ../include/linux/ipv6.h:102: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :67:1: note: expanded from here 67 | __compiletime_assert_1369 | ^ 2 errors generated. make[5]: *** [../scripts/Makefile.build:229: net/ipv4/udp_offload.o] Error 1 make[4]: *** [../scripts/Makefile.build:478: net/ethtool] Error 2 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:478: net/ipv4] Error 2 In file included from ../net/core/skbuff.c:45: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :39:1: note: expanded from here 39 | __compiletime_assert_1369 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: net/core/skbuff.o] Error 1 In file included from ../net/core/dev.c:92: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1425' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :141:1: note: expanded from here 141 | __compiletime_assert_1425 | ^ ../net/core/dev.c:10444:2: error: call to '__compiletime_assert_3695' declared with 'error' attribute: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT 10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :85:1: note: expanded from here 85 | __compiletime_assert_3695 | ^ ../net/core/dev.c:10444:2: error: call to '__compiletime_assert_3695' declared with 'error' attribute: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :85:1: note: expanded from here 85 | __compiletime_assert_3695 | ^ 3 errors generated. make[5]: *** [../scripts/Makefile.build:229: net/core/dev.o] Error 1 In file included from ../drivers/net/tap.c:2: In file included from ../include/linux/etherdevice.h:21: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1332' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :222:1: note: expanded from here 222 | __compiletime_assert_1332 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: drivers/net/tap.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:478: net/core] Error 2 In file included from ../drivers/net/xen-netfront.c:36: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1332' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :244:1: note: expanded from here 244 | __compiletime_assert_1332 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: drivers/net/xen-netfront.o] Error 1 make[3]: *** [../scripts/Makefile.build:478: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:478: drivers/net] Error 2 make[3]: *** [../scripts/Makefile.build:478: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:1936: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files In file included from ../net/ipv4/tcp_offload.c:11: In file included from ../include/net/gro.h:8: In file included from ../include/linux/ipv6.h:102: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :54:1: note: expanded from here 54 | __compiletime_assert_1369 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: net/ipv4/tcp_offload.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../net/ipv4/udp_offload.c:10: In file included from ../include/net/gro.h:8: In file included from ../include/linux/ipv6.h:102: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :67:1: note: expanded from here 67 | __compiletime_assert_1369 | ^ In file included from ../net/ipv4/udp_offload.c:10: In file included from ../include/net/gro.h:8: In file included from ../include/linux/ipv6.h:102: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :67:1: note: expanded from here 67 | __compiletime_assert_1369 | ^ 2 errors generated. make[5]: *** [../scripts/Makefile.build:229: net/ipv4/udp_offload.o] Error 1 In file included from ../net/core/gso.c:5: In file included from ../include/net/gro.h:8: In file included from ../include/linux/ipv6.h:102: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :67:1: note: expanded from here 67 | __compiletime_assert_1369 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: net/core/gso.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../net/ethtool/ioctl.c:143:15: warning: shift count >= width of type [-Wshift-count-overflow] 143 | if (valid & ~NETIF_F_ETHTOOL_BITS) | ^~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:196:32: note: expanded from macro 'NETIF_F_ETHTOOL_BITS' 196 | #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:105:50: note: expanded from macro '__NETIF_F_BIT' 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^ ~~~~~ ../net/ethtool/ioctl.c:143:15: warning: shift count >= width of type [-Wshift-count-overflow] 143 | if (valid & ~NETIF_F_ETHTOOL_BITS) | ^~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:197:4: note: expanded from macro 'NETIF_F_ETHTOOL_BITS' 197 | (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:105:50: note: expanded from macro '__NETIF_F_BIT' 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^ ~~~~~ ../net/ethtool/ioctl.c:94:2: error: call to '__compiletime_assert_1771' declared with 'error' attribute: BUILD_BUG_ON failed: ETHTOOL_DEV_FEATURE_WORDS * sizeof(u32) > sizeof(netdev_features_t) 94 | BUILD_BUG_ON(ETHTOOL_DEV_FEATURE_WORDS * sizeof(u32) > sizeof(netdev_features_t)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :5:1: note: expanded from here 5 | __compiletime_assert_1771 | ^ 2 warnings and 1 error generated. make[5]: *** [../scripts/Makefile.build:229: net/ethtool/ioctl.o] Error 1 make[4]: *** [../scripts/Makefile.build:478: net/ethtool] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../net/core/sock.c:91: In file included from ../include/linux/errqueue.h:6: In file included from ../include/net/ip.h:29: In file included from ../include/net/inet_sock.h:19: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :32:1: note: expanded from here 32 | __compiletime_assert_1369 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: net/core/sock.o] Error 1 make[4]: *** [../scripts/Makefile.build:478: net/ipv4] Error 2 In file included from ../net/core/skbuff.c:45: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :39:1: note: expanded from here 39 | __compiletime_assert_1369 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: net/core/skbuff.o] Error 1 In file included from ../drivers/net/tap.c:2: In file included from ../include/linux/etherdevice.h:21: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1332' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :222:1: note: expanded from here 222 | __compiletime_assert_1332 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: drivers/net/tap.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../net/core/dev.c:92: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1425' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :141:1: note: expanded from here 141 | __compiletime_assert_1425 | ^ ../net/core/dev.c:10444:2: error: call to '__compiletime_assert_3695' declared with 'error' attribute: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT 10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :85:1: note: expanded from here 85 | __compiletime_assert_3695 | ^ ../net/core/dev.c:10444:2: error: call to '__compiletime_assert_3695' declared with 'error' attribute: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :85:1: note: expanded from here 85 | __compiletime_assert_3695 | ^ 3 errors generated. make[5]: *** [../scripts/Makefile.build:229: net/core/dev.o] Error 1 make[4]: *** [../scripts/Makefile.build:478: net/core] Error 2 In file included from ../drivers/net/xen-netfront.c:36: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1332' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :244:1: note: expanded from here 244 | __compiletime_assert_1332 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: drivers/net/xen-netfront.o] Error 1 make[4]: *** [../scripts/Makefile.build:478: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:478: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from ../net/sctp/output.c:29: In file included from ../include/linux/ipv6.h:102: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1332' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :230:1: note: expanded from here 230 | __compiletime_assert_1332 | ^ In file included from ../net/sctp/output.c:29: In file included from ../include/linux/ipv6.h:102: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1332' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :230:1: note: expanded from here 230 | __compiletime_assert_1332 | ^ 2 errors generated. make[5]: *** [../scripts/Makefile.build:229: net/sctp/output.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../net/sctp/offload.c:22: In file included from ../include/net/sctp/sctp.h:53: In file included from ../include/net/ipv6.h:12: In file included from ../include/linux/ipv6.h:102: In file included from ../include/linux/tcp.h:19: In file included from ../include/net/sock.h:46: ../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1364' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^ ../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^ ../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^ ./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' 505 | __compiletime_assert(condition, msg, prefix, suffix) | ^ ./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' 498 | prefix ## suffix(); \ | ^ :134:1: note: expanded from here 134 | __compiletime_assert_1364 | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:229: net/sctp/offload.o] Error 1 make[4]: *** [../scripts/Makefile.build:478: net/sctp] Error 2 make[3]: *** [../scripts/Makefile.build:478: net] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:1936: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 New errors added --- /tmp/tmp.RleQY81My4 2024-10-17 21:45:27.975983791 -0700 +++ /tmp/tmp.8QUFUWVsmD 2024-10-17 21:45:58.287721978 -0700 @@ -32,0 +33,81 @@ +In file included from ../net/ipv4/udp_offload.c:10: +In file included from ../include/net/gro.h:8: +In file included from ../include/linux/ipv6.h:102: +In file included from ../include/linux/tcp.h:19: +In file included from ../include/net/sock.h:46: +../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) + 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); + | ^ +../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' + 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) + | ^ +../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' + 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) + | ^ +./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' + 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^ +./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' + 505 | __compiletime_assert(condition, msg, prefix, suffix) + | ^ +./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' + 498 | prefix ## suffix(); \ + | ^ +:67:1: note: expanded from here + 67 | __compiletime_assert_1369 + | ^ +In file included from ../net/ipv4/udp_offload.c:10: +In file included from ../include/net/gro.h:8: +In file included from ../include/linux/ipv6.h:102: +In file included from ../include/linux/tcp.h:19: +In file included from ../include/net/sock.h:46: +../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) +../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' + 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) + | ^ +../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' + 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) + | ^ +./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' + 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^ +./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' + 505 | __compiletime_assert(condition, msg, prefix, suffix) + | ^ +./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' + 498 | prefix ## suffix(); \ + | ^ +:67:1: note: expanded from here + 67 | __compiletime_assert_1369 + | ^ +2 errors generated. +make[5]: *** [../scripts/Makefile.build:229: net/ipv4/udp_offload.o] Error 1 +In file included from ../net/core/gso.c:5: +In file included from ../include/net/gro.h:8: +In file included from ../include/linux/ipv6.h:102: +In file included from ../include/linux/tcp.h:19: +In file included from ../include/net/sock.h:46: +../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) + 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); + | ^ +../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' + 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) + | ^ +../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' + 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) + | ^ +./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' + 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^ +./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' + 505 | __compiletime_assert(condition, msg, prefix, suffix) + | ^ +./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' + 498 | prefix ## suffix(); \ + | ^ +:67:1: note: expanded from here + 67 | __compiletime_assert_1369 + | ^ +1 error generated. +make[5]: *** [../scripts/Makefile.build:229: net/core/gso.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... @@ -74,32 +155,2 @@ -make[5]: *** Waiting for unfinished jobs.... -../net/ethtool/features.c:48:17: warning: shift count is negative [-Wshift-count-negative] - 48 | all_features = GENMASK_ULL(NETDEV_FEATURE_COUNT - 1, 0); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../include/linux/bits.h:37:31: note: expanded from macro 'GENMASK_ULL' - 37 | (GENMASK_INPUT_CHECK(h, l) + __GENMASK_ULL(h, l)) - | ^~~~~~~~~~~~~~~~~~~ -../include/uapi/linux/bits.h:13:20: note: expanded from macro '__GENMASK_ULL' - 13 | (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) - | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../net/ethtool/features.c:152:31: warning: shift count >= width of type [-Wshift-count-overflow] - 152 | ret &= ~(netdev_features_t)0 >> (nft_bits - NETDEV_FEATURE_COUNT); - | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../net/ethtool/features.c:247:44: warning: shift count >= width of type [-Wshift-count-overflow] - 247 | if (ethnl_bitmap_to_features(req_mask) & ~NETIF_F_ETHTOOL_BITS) { - | ^~~~~~~~~~~~~~~~~~~~ -../include/linux/netdev_features.h:196:32: note: expanded from macro 'NETIF_F_ETHTOOL_BITS' - 196 | #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../include/linux/netdev_features.h:105:50: note: expanded from macro '__NETIF_F_BIT' - 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) - | ^ ~~~~~ -../net/ethtool/features.c:247:44: warning: shift count >= width of type [-Wshift-count-overflow] - 247 | if (ethnl_bitmap_to_features(req_mask) & ~NETIF_F_ETHTOOL_BITS) { - | ^~~~~~~~~~~~~~~~~~~~ -../include/linux/netdev_features.h:197:4: note: expanded from macro 'NETIF_F_ETHTOOL_BITS' - 197 | (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \ - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../include/linux/netdev_features.h:105:50: note: expanded from macro '__NETIF_F_BIT' - 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) - | ^ ~~~~~ -4 warnings generated. +make[4]: *** [../scripts/Makefile.build:478: net/ethtool] Error 2 +make[4]: *** Waiting for unfinished jobs.... @@ -133,4 +184,2 @@ -make[5]: *** Waiting for unfinished jobs.... -In file included from ../net/ipv4/udp_offload.c:10: -In file included from ../include/net/gro.h:8: -In file included from ../include/linux/ipv6.h:102: +make[4]: *** [../scripts/Makefile.build:478: net/ipv4] Error 2 +In file included from ../net/core/skbuff.c:45: @@ -157,2 +206,2 @@ -:67:1: note: expanded from here - 67 | __compiletime_assert_1369 +:39:1: note: expanded from here + 39 | __compiletime_assert_1369 @@ -160,6 +209,7 @@ -In file included from ../net/ipv4/udp_offload.c:10: -In file included from ../include/net/gro.h:8: -In file included from ../include/linux/ipv6.h:102: -In file included from ../include/linux/tcp.h:19: -In file included from ../include/net/sock.h:46: -../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) +1 error generated. +make[5]: *** [../scripts/Makefile.build:229: net/core/skbuff.o] Error 1 +In file included from ../drivers/net/tap.c:2: +In file included from ../include/linux/etherdevice.h:21: +../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1332' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) + 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); + | ^ @@ -181,2 +231,2 @@ -:67:1: note: expanded from here - 67 | __compiletime_assert_1369 +:222:1: note: expanded from here + 222 | __compiletime_assert_1332 @@ -184,9 +234,5 @@ -2 errors generated. -make[5]: *** [../scripts/Makefile.build:229: net/ipv4/udp_offload.o] Error 1 -make[4]: *** [../scripts/Makefile.build:478: net/ethtool] Error 2 -make[4]: *** Waiting for unfinished jobs.... -make[4]: *** [../scripts/Makefile.build:478: net/ipv4] Error 2 -In file included from ../net/core/skbuff.c:45: -In file included from ../include/linux/tcp.h:19: -In file included from ../include/net/sock.h:46: -../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1369' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) +1 error generated. +make[5]: *** [../scripts/Makefile.build:229: drivers/net/tap.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../net/core/dev.c:92: +../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1425' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) @@ -210,2 +256,2 @@ -:39:1: note: expanded from here - 39 | __compiletime_assert_1369 +:141:1: note: expanded from here + 141 | __compiletime_assert_1425 @@ -213,6 +259,3 @@ -1 error generated. -make[5]: *** [../scripts/Makefile.build:229: net/core/skbuff.o] Error 1 -In file included from ../net/core/dev.c:92: -../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1425' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) - 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); - | ^ +../net/core/dev.c:10444:2: error: call to '__compiletime_assert_3695' declared with 'error' attribute: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT + 10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < + | ^ @@ -234,2 +277,2 @@ -:141:1: note: expanded from here - 141 | __compiletime_assert_1425 +:85:1: note: expanded from here + 85 | __compiletime_assert_3695 @@ -238,2 +280,0 @@ - 10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < - | ^ @@ -258 +299,7 @@ -../net/core/dev.c:10444:2: error: call to '__compiletime_assert_3695' declared with 'error' attribute: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT +3 errors generated. +make[5]: *** [../scripts/Makefile.build:229: net/core/dev.o] Error 1 +make[4]: *** [../scripts/Makefile.build:478: net/core] Error 2 +In file included from ../drivers/net/xen-netfront.c:36: +../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1332' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) + 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); + | ^ @@ -274,2 +321,2 @@ -:85:1: note: expanded from here - 85 | __compiletime_assert_3695 +:244:1: note: expanded from here + 244 | __compiletime_assert_1332 @@ -277,4 +324,10 @@ -3 errors generated. -make[5]: *** [../scripts/Makefile.build:229: net/core/dev.o] Error 1 -In file included from ../drivers/net/tap.c:2: -In file included from ../include/linux/etherdevice.h:21: +1 error generated. +make[5]: *** [../scripts/Makefile.build:229: drivers/net/xen-netfront.o] Error 1 +make[4]: *** [../scripts/Makefile.build:478: drivers/net] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:478: drivers] Error 2 +make[3]: *** Waiting for unfinished jobs.... +In file included from ../net/sctp/output.c:29: +In file included from ../include/linux/ipv6.h:102: +In file included from ../include/linux/tcp.h:19: +In file included from ../include/net/sock.h:46: @@ -299,2 +352,2 @@ -:222:1: note: expanded from here - 222 | __compiletime_assert_1332 +:230:1: note: expanded from here + 230 | __compiletime_assert_1332 @@ -302,5 +355,4 @@ -1 error generated. -make[5]: *** [../scripts/Makefile.build:229: drivers/net/tap.o] Error 1 -make[5]: *** Waiting for unfinished jobs.... -make[4]: *** [../scripts/Makefile.build:478: net/core] Error 2 -In file included from ../drivers/net/xen-netfront.c:36: +In file included from ../net/sctp/output.c:29: +In file included from ../include/linux/ipv6.h:102: +In file included from ../include/linux/tcp.h:19: +In file included from ../include/net/sock.h:46: @@ -307,0 +360,28 @@ +../include/linux/build_bug.h:50:2: note: expanded from macro 'BUILD_BUG_ON' + 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) + | ^ +../include/linux/build_bug.h:39:37: note: expanded from macro 'BUILD_BUG_ON_MSG' + 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) + | ^ +./../include/linux/compiler_types.h:517:2: note: expanded from macro 'compiletime_assert' + 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^ +./../include/linux/compiler_types.h:505:2: note: expanded from macro '_compiletime_assert' + 505 | __compiletime_assert(condition, msg, prefix, suffix) + | ^ +./../include/linux/compiler_types.h:498:4: note: expanded from macro '__compiletime_assert' + 498 | prefix ## suffix(); \ + | ^ +:230:1: note: expanded from here + 230 | __compiletime_assert_1332 + | ^ +2 errors generated. +make[5]: *** [../scripts/Makefile.build:229: net/sctp/output.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../net/sctp/offload.c:22: +In file included from ../include/net/sctp/sctp.h:53: +In file included from ../include/net/ipv6.h:12: +In file included from ../include/linux/ipv6.h:102: +In file included from ../include/linux/tcp.h:19: +In file included from ../include/net/sock.h:46: +../include/linux/netdevice.h:5053:2: error: call to '__compiletime_assert_1364' declared with 'error' attribute: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) @@ -325,2 +405,2 @@ -:244:1: note: expanded from here - 244 | __compiletime_assert_1332 +:134:1: note: expanded from here + 134 | __compiletime_assert_1364 @@ -329 +409,2 @@ -make[5]: *** [../scripts/Makefile.build:229: drivers/net/xen-netfront.o] Error 1 +make[5]: *** [../scripts/Makefile.build:229: net/sctp/offload.o] Error 1 +make[4]: *** [../scripts/Makefile.build:478: net/sctp] Error 2 @@ -331,3 +411,0 @@ -make[3]: *** Waiting for unfinished jobs.... -make[4]: *** [../scripts/Makefile.build:478: drivers/net] Error 2 -make[3]: *** [../scripts/Makefile.build:478: drivers] Error 2 Per-file breakdown --- /tmp/tmp.CupIGfA1rX 2024-10-17 21:45:58.297721892 -0700 +++ /tmp/tmp.cAT7qO72Tz 2024-10-17 21:45:58.300721866 -0700 @@ -1 +1 @@ - 8 ../include/linux/netdevice.h + 12 ../include/linux/netdevice.h @@ -3 +2,0 @@ - 4 ../net/ethtool/features.c