========== build_32bit - FAILED WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] 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 ../include/linux/bits.h:7, from ../include/linux/bitops.h:6, from ../include/linux/bitmap.h:8, from ../include/linux/ethtool.h:16, from ../include/uapi/linux/ethtool_netlink.h:12, from ../include/linux/ethtool_netlink.h:6, from ../net/ethtool/netlink.h:6, from ../net/ethtool/features.c:3: ../net/ethtool/features.c: In function ‘features_prepare_data’: ../include/uapi/linux/bits.h:13:20: warning: right shift count is negative [-Wshift-count-negative] 13 | (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) | ^~ ../include/linux/bits.h:37:38: note: in expansion of macro ‘__GENMASK_ULL’ 37 | (GENMASK_INPUT_CHECK(h, l) + __GENMASK_ULL(h, l)) | ^~~~~~~~~~~~~ ../net/ethtool/features.c:48:24: note: in expansion of macro ‘GENMASK_ULL’ 48 | all_features = GENMASK_ULL(NETDEV_FEATURE_COUNT - 1, 0); | ^~~~~~~~~~~ In file included from ../include/linux/skbuff.h:29, from ../include/linux/if_ether.h:19, from ../include/linux/ethtool.h:18: ../net/ethtool/features.c: In function ‘ethnl_set_features’: ../include/linux/netdev_features.h:105:55: warning: left shift count >= width of type [-Wshift-count-overflow] 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^~ ../include/linux/netdev_features.h:196:35: note: in expansion of macro ‘__NETIF_F_BIT’ 196 | #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ | ^~~~~~~~~~~~~ ../net/ethtool/features.c:247:51: note: in expansion of macro ‘NETIF_F_ETHTOOL_BITS’ 247 | if (ethnl_bitmap_to_features(req_mask) & ~NETIF_F_ETHTOOL_BITS) { | ^~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:105:55: warning: left shift count >= width of type [-Wshift-count-overflow] 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^~ ../include/linux/netdev_features.h:197:18: note: in expansion of macro ‘__NETIF_F_BIT’ 197 | (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \ | ^~~~~~~~~~~~~ ../net/ethtool/features.c:247:51: note: in expansion of macro ‘NETIF_F_ETHTOOL_BITS’ 247 | if (ethnl_bitmap_to_features(req_mask) & ~NETIF_F_ETHTOOL_BITS) { | ^~~~~~~~~~~~~~~~~~~~ In file included from : In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘tcp_gso_segment’ at ../net/ipv4/tcp_offload.c:163:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/ipv4/tcp_offload.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/skbuff.h:29, from ../include/linux/if_ether.h:19, from ../include/linux/etherdevice.h:20, from ../net/ethtool/ioctl.c:11: ../net/ethtool/ioctl.c: In function ‘ethtool_set_features’: ../include/linux/netdev_features.h:105:55: warning: left shift count >= width of type [-Wshift-count-overflow] 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^~ ../include/linux/netdev_features.h:196:35: note: in expansion of macro ‘__NETIF_F_BIT’ 196 | #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ | ^~~~~~~~~~~~~ ../net/ethtool/ioctl.c:143:22: note: in expansion of macro ‘NETIF_F_ETHTOOL_BITS’ 143 | if (valid & ~NETIF_F_ETHTOOL_BITS) | ^~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:105:55: warning: left shift count >= width of type [-Wshift-count-overflow] 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^~ ../include/linux/netdev_features.h:197:18: note: in expansion of macro ‘__NETIF_F_BIT’ 197 | (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \ | ^~~~~~~~~~~~~ ../net/ethtool/ioctl.c:143:22: note: in expansion of macro ‘NETIF_F_ETHTOOL_BITS’ 143 | if (valid & ~NETIF_F_ETHTOOL_BITS) | ^~~~~~~~~~~~~~~~~~~~ In file included from : In function ‘ethtool_get_features’, inlined from ‘__dev_ethtool’ at ../net/ethtool/ioctl.c:3277:8: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_865’ declared with attribute error: BUILD_BUG_ON failed: ETHTOOL_DEV_FEATURE_WORDS * sizeof(u32) > sizeof(netdev_features_t) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../net/ethtool/ioctl.c:94:9: note: in expansion of macro ‘BUILD_BUG_ON’ 94 | BUILD_BUG_ON(ETHTOOL_DEV_FEATURE_WORDS * sizeof(u32) > sizeof(netdev_features_t)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/ethtool/ioctl.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from : In function ‘net_gso_ok’, inlined from ‘sk_can_gso’ at ../include/net/sock.h:2164:9, inlined from ‘sk_setup_caps’ at ../net/core/sock.c:2523:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/core/sock.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from : In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘__udp_gso_segment’ at ../net/ipv4/udp_offload.c:292:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘__udp_gso_segment’ at ../net/ipv4/udp_offload.c:292:6, inlined from ‘udp4_ufo_fragment’ at ../net/ipv4/udp_offload.c:436:10: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/ipv4/udp_offload.o] Error 1 make[4]: *** [../scripts/Makefile.build:478: net/ipv4] Error 2 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:478: net/ethtool] Error 2 In file included from : In function ‘net_gso_ok’, inlined from ‘skb_segment’ at ../net/core/skbuff.c:4747:9: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/core/skbuff.o] Error 1 In file included from : ../net/core/dev.c: In function ‘register_netdevice’: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1712’ declared with attribute error: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../net/core/dev.c:10444:9: note: in expansion of macro ‘BUILD_BUG_ON’ 10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < | ^~~~~~~~~~~~ In function ‘register_netdevice’, inlined from ‘register_netdev’ at ../net/core/dev.c:10687:8: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1712’ declared with attribute error: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../net/core/dev.c:10444:9: note: in expansion of macro ‘BUILD_BUG_ON’ 10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < | ^~~~~~~~~~~~ In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘netif_needs_gso’ at ../include/linux/netdevice.h:5083:30, inlined from ‘validate_xmit_skb’ at ../net/core/dev.c:3668:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_623’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ 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 : In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘netif_needs_gso’ at ../include/linux/netdevice.h:5083:30, inlined from ‘tap_handle_frame’ at ../drivers/net/tap.c:345:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_612’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: drivers/net/tap.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from : In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘netif_needs_gso’ at ../include/linux/netdevice.h:5083:30, inlined from ‘xennet_start_xmit’ at ../drivers/net/xen-netfront.c:776:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_612’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: drivers/net/xen-netfront.o] Error 1 make[4]: *** [../scripts/Makefile.build:478: drivers/net] Error 2 make[3]: *** [../scripts/Makefile.build:478: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... 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 WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] 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 : In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘tcp_gso_segment’ at ../net/ipv4/tcp_offload.c:163:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/ipv4/tcp_offload.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from : In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘__udp_gso_segment’ at ../net/ipv4/udp_offload.c:292:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘__udp_gso_segment’ at ../net/ipv4/udp_offload.c:292:6, inlined from ‘udp4_ufo_fragment’ at ../net/ipv4/udp_offload.c:436:10: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/ipv4/udp_offload.o] Error 1 In file included from ../include/linux/skbuff.h:29, from ../include/linux/if_ether.h:19, from ../include/linux/etherdevice.h:20, from ../net/ethtool/ioctl.c:11: ../net/ethtool/ioctl.c: In function ‘ethtool_set_features’: ../include/linux/netdev_features.h:105:55: warning: left shift count >= width of type [-Wshift-count-overflow] 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^~ ../include/linux/netdev_features.h:196:35: note: in expansion of macro ‘__NETIF_F_BIT’ 196 | #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ | ^~~~~~~~~~~~~ ../net/ethtool/ioctl.c:143:22: note: in expansion of macro ‘NETIF_F_ETHTOOL_BITS’ 143 | if (valid & ~NETIF_F_ETHTOOL_BITS) | ^~~~~~~~~~~~~~~~~~~~ ../include/linux/netdev_features.h:105:55: warning: left shift count >= width of type [-Wshift-count-overflow] 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) | ^~ ../include/linux/netdev_features.h:197:18: note: in expansion of macro ‘__NETIF_F_BIT’ 197 | (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \ | ^~~~~~~~~~~~~ ../net/ethtool/ioctl.c:143:22: note: in expansion of macro ‘NETIF_F_ETHTOOL_BITS’ 143 | if (valid & ~NETIF_F_ETHTOOL_BITS) | ^~~~~~~~~~~~~~~~~~~~ In file included from : In function ‘ethtool_get_features’, inlined from ‘__dev_ethtool’ at ../net/ethtool/ioctl.c:3277:8: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_865’ declared with attribute error: BUILD_BUG_ON failed: ETHTOOL_DEV_FEATURE_WORDS * sizeof(u32) > sizeof(netdev_features_t) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../net/ethtool/ioctl.c:94:9: note: in expansion of macro ‘BUILD_BUG_ON’ 94 | BUILD_BUG_ON(ETHTOOL_DEV_FEATURE_WORDS * sizeof(u32) > sizeof(netdev_features_t)); | ^~~~~~~~~~~~ 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 : In function ‘net_gso_ok’, inlined from ‘sk_can_gso’ at ../include/net/sock.h:2164:9, inlined from ‘sk_setup_caps’ at ../net/core/sock.c:2523:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/core/sock.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:478: net/ipv4] Error 2 In file included from : In function ‘net_gso_ok’, inlined from ‘skb_segment’ at ../net/core/skbuff.c:4747:9: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/core/skbuff.o] Error 1 In file included from : ../net/core/dev.c: In function ‘register_netdevice’: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1712’ declared with attribute error: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../net/core/dev.c:10444:9: note: in expansion of macro ‘BUILD_BUG_ON’ 10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < | ^~~~~~~~~~~~ In function ‘register_netdevice’, inlined from ‘register_netdev’ at ../net/core/dev.c:10687:8: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1712’ declared with attribute error: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../net/core/dev.c:10444:9: note: in expansion of macro ‘BUILD_BUG_ON’ 10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < | ^~~~~~~~~~~~ In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘netif_needs_gso’ at ../include/linux/netdevice.h:5083:30, inlined from ‘validate_xmit_skb’ at ../net/core/dev.c:3668:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_623’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ 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 : In function ‘net_gso_ok’, inlined from ‘sk_can_gso’ at ../include/net/sock.h:2164:9, inlined from ‘sctp_packet_config’ at ../net/sctp/output.c:137:21: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_612’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ In function ‘net_gso_ok’, inlined from ‘sk_can_gso’ at ../include/net/sock.h:2164:9, inlined from ‘sctp_packet_transmit’ at ../net/sctp/output.c:589:9: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_612’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/sctp/output.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from : In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘netif_needs_gso’ at ../include/linux/netdevice.h:5083:30, inlined from ‘tap_handle_frame’ at ../drivers/net/tap.c:345:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_612’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: drivers/net/tap.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from : In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘sctp_gso_segment’ at ../net/sctp/offload.c:54:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_634’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/sctp/offload.o] Error 1 make[4]: *** [../scripts/Makefile.build:478: net/sctp] Error 2 In file included from : In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘netif_needs_gso’ at ../include/linux/netdevice.h:5083:30, inlined from ‘xennet_start_xmit’ at ../drivers/net/xen-netfront.c:776:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_612’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ 498 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); | ^~~~~~~~~~~~ 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.... 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.yp6Z3qywLQ 2024-10-17 20:35:05.574368547 -0700 +++ /tmp/tmp.FBGUQblgz2 2024-10-17 20:35:37.418099435 -0700 @@ -14,40 +13,0 @@ -In file included from ../include/linux/bits.h:7, - from ../include/linux/bitops.h:6, - from ../include/linux/bitmap.h:8, - from ../include/linux/ethtool.h:16, - from ../include/uapi/linux/ethtool_netlink.h:12, - from ../include/linux/ethtool_netlink.h:6, - from ../net/ethtool/netlink.h:6, - from ../net/ethtool/features.c:3: -../net/ethtool/features.c: In function ‘features_prepare_data’: -../include/uapi/linux/bits.h:13:20: warning: right shift count is negative [-Wshift-count-negative] - 13 | (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) - | ^~ -../include/linux/bits.h:37:38: note: in expansion of macro ‘__GENMASK_ULL’ - 37 | (GENMASK_INPUT_CHECK(h, l) + __GENMASK_ULL(h, l)) - | ^~~~~~~~~~~~~ -../net/ethtool/features.c:48:24: note: in expansion of macro ‘GENMASK_ULL’ - 48 | all_features = GENMASK_ULL(NETDEV_FEATURE_COUNT - 1, 0); - | ^~~~~~~~~~~ -In file included from ../include/linux/skbuff.h:29, - from ../include/linux/if_ether.h:19, - from ../include/linux/ethtool.h:18: -../net/ethtool/features.c: In function ‘ethnl_set_features’: -../include/linux/netdev_features.h:105:55: warning: left shift count >= width of type [-Wshift-count-overflow] - 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) - | ^~ -../include/linux/netdev_features.h:196:35: note: in expansion of macro ‘__NETIF_F_BIT’ - 196 | #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ - | ^~~~~~~~~~~~~ -../net/ethtool/features.c:247:51: note: in expansion of macro ‘NETIF_F_ETHTOOL_BITS’ - 247 | if (ethnl_bitmap_to_features(req_mask) & ~NETIF_F_ETHTOOL_BITS) { - | ^~~~~~~~~~~~~~~~~~~~ -../include/linux/netdev_features.h:105:55: warning: left shift count >= width of type [-Wshift-count-overflow] - 105 | #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit)) - | ^~ -../include/linux/netdev_features.h:197:18: note: in expansion of macro ‘__NETIF_F_BIT’ - 197 | (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \ - | ^~~~~~~~~~~~~ -../net/ethtool/features.c:247:51: note: in expansion of macro ‘NETIF_F_ETHTOOL_BITS’ - 247 | if (ethnl_bitmap_to_features(req_mask) & ~NETIF_F_ETHTOOL_BITS) { - | ^~~~~~~~~~~~~~~~~~~~ @@ -77,0 +38,45 @@ +In file included from : +In function ‘net_gso_ok’, + inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, + inlined from ‘__udp_gso_segment’ at ../net/ipv4/udp_offload.c:292:6: +./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) + 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^ +./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ + 498 | prefix ## suffix(); \ + | ^~~~~~ +./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ + 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^~~~~~~~~~~~~~~~~~~ +../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ + 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) + | ^~~~~~~~~~~~~~~~~~ +../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ + 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) + | ^~~~~~~~~~~~~~~~ +../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ + 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); + | ^~~~~~~~~~~~ +In function ‘net_gso_ok’, + inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, + inlined from ‘__udp_gso_segment’ at ../net/ipv4/udp_offload.c:292:6, + inlined from ‘udp4_ufo_fragment’ at ../net/ipv4/udp_offload.c:436:10: +./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) + 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^ +./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ + 498 | prefix ## suffix(); \ + | ^~~~~~ +./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ + 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^~~~~~~~~~~~~~~~~~~ +../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ + 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) + | ^~~~~~~~~~~~~~~~~~ +../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ + 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) + | ^~~~~~~~~~~~~~~~ +../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ + 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); + | ^~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:229: net/ipv4/udp_offload.o] Error 1 @@ -123 +128,2 @@ -make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:478: net/ethtool] Error 2 +make[4]: *** Waiting for unfinished jobs.... @@ -147,0 +154 @@ +make[4]: *** [../scripts/Makefile.build:478: net/ipv4] Error 2 @@ -150,2 +157 @@ - inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, - inlined from ‘__udp_gso_segment’ at ../net/ipv4/udp_offload.c:292:6: + inlined from ‘skb_segment’ at ../net/core/skbuff.c:4747:9: @@ -170,5 +176,4 @@ -In function ‘net_gso_ok’, - inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, - inlined from ‘__udp_gso_segment’ at ../net/ipv4/udp_offload.c:292:6, - inlined from ‘udp4_ufo_fragment’ at ../net/ipv4/udp_offload.c:436:10: -./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) +make[5]: *** [../scripts/Makefile.build:229: net/core/skbuff.o] Error 1 +In file included from : +../net/core/dev.c: In function ‘register_netdevice’: +./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1712’ declared with attribute error: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT @@ -189,2 +194,22 @@ -../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ - 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); +../net/core/dev.c:10444:9: note: in expansion of macro ‘BUILD_BUG_ON’ +10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < + | ^~~~~~~~~~~~ +In function ‘register_netdevice’, + inlined from ‘register_netdev’ at ../net/core/dev.c:10687:8: +./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1712’ declared with attribute error: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT + 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^ +./../include/linux/compiler_types.h:498:25: note: in definition of macro ‘__compiletime_assert’ + 498 | prefix ## suffix(); \ + | ^~~~~~ +./../include/linux/compiler_types.h:517:9: note: in expansion of macro ‘_compiletime_assert’ + 517 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^~~~~~~~~~~~~~~~~~~ +../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ + 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) + | ^~~~~~~~~~~~~~~~~~ +../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ + 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) + | ^~~~~~~~~~~~~~~~ +../net/core/dev.c:10444:9: note: in expansion of macro ‘BUILD_BUG_ON’ +10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < @@ -192,5 +216,0 @@ -make[5]: *** [../scripts/Makefile.build:229: net/ipv4/udp_offload.o] Error 1 -make[4]: *** [../scripts/Makefile.build:478: net/ipv4] Error 2 -make[4]: *** Waiting for unfinished jobs.... -make[4]: *** [../scripts/Makefile.build:478: net/ethtool] Error 2 -In file included from : @@ -198,2 +218,4 @@ - inlined from ‘skb_segment’ at ../net/core/skbuff.c:4747:9: -./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_615’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) + inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, + inlined from ‘netif_needs_gso’ at ../include/linux/netdevice.h:5083:30, + inlined from ‘validate_xmit_skb’ at ../net/core/dev.c:3668:6: +./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_623’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) @@ -217 +239,2 @@ -make[5]: *** [../scripts/Makefile.build:229: net/core/skbuff.o] Error 1 +make[5]: *** [../scripts/Makefile.build:229: net/core/dev.o] Error 1 +make[4]: *** [../scripts/Makefile.build:478: net/core] Error 2 @@ -219,2 +242,4 @@ -../net/core/dev.c: In function ‘register_netdevice’: -./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1712’ declared with attribute error: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT +In function ‘net_gso_ok’, + inlined from ‘sk_can_gso’ at ../include/net/sock.h:2164:9, + inlined from ‘sctp_packet_config’ at ../net/sctp/output.c:137:21: +./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_612’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) @@ -235,2 +260,2 @@ -../net/core/dev.c:10444:9: note: in expansion of macro ‘BUILD_BUG_ON’ -10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < +../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ + 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); @@ -238,3 +263,4 @@ -In function ‘register_netdevice’, - inlined from ‘register_netdev’ at ../net/core/dev.c:10687:8: -./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1712’ declared with attribute error: BUILD_BUG_ON failed: sizeof(netdev_features_t) * BITS_PER_BYTE < NETDEV_FEATURE_COUNT +In function ‘net_gso_ok’, + inlined from ‘sk_can_gso’ at ../include/net/sock.h:2164:9, + inlined from ‘sctp_packet_transmit’ at ../net/sctp/output.c:589:9: +./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_612’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) @@ -255,2 +281,2 @@ -../net/core/dev.c:10444:9: note: in expansion of macro ‘BUILD_BUG_ON’ -10444 | BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < +../include/linux/netdevice.h:5053:9: note: in expansion of macro ‘BUILD_BUG_ON’ + 5053 | BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); @@ -257,0 +284,3 @@ +make[5]: *** [../scripts/Makefile.build:229: net/sctp/output.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from : @@ -261,2 +290,2 @@ - inlined from ‘validate_xmit_skb’ at ../net/core/dev.c:3668:6: -./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_623’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) + inlined from ‘tap_handle_frame’ at ../drivers/net/tap.c:345:6: +./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_612’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) @@ -280,2 +309,2 @@ -make[5]: *** [../scripts/Makefile.build:229: net/core/dev.o] Error 1 -make[4]: *** [../scripts/Makefile.build:478: net/core] Error 2 +make[5]: *** [../scripts/Makefile.build:229: drivers/net/tap.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... @@ -285,3 +314,2 @@ - inlined from ‘netif_needs_gso’ at ../include/linux/netdevice.h:5083:30, - inlined from ‘tap_handle_frame’ at ../drivers/net/tap.c:345:6: -./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_612’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) + inlined from ‘sctp_gso_segment’ at ../net/sctp/offload.c:54:6: +./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_634’ declared with attribute error: BUILD_BUG_ON failed: SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT) @@ -305,2 +333,2 @@ -make[5]: *** [../scripts/Makefile.build:229: drivers/net/tap.o] Error 1 -make[5]: *** Waiting for unfinished jobs.... +make[5]: *** [../scripts/Makefile.build:229: net/sctp/offload.o] Error 1 +make[4]: *** [../scripts/Makefile.build:478: net/sctp] Error 2 @@ -331,0 +360 @@ +make[4]: *** Waiting for unfinished jobs.... Per-file breakdown --- /tmp/tmp.N59fy5mwo3 2024-10-17 20:35:37.444099215 -0700 +++ /tmp/tmp.4JRDR5DjOD 2024-10-17 20:35:37.453099139 -0700 @@ -1,2 +1 @@ - 4 ../include/linux/netdev_features.h - 1 ../include/uapi/linux/bits.h + 2 ../include/linux/netdev_features.h