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 ../net/ipv4/tcp_ipv4.c:3401:41: warning: incorrect type in argument 1 (different address spaces) ../net/ipv4/tcp_ipv4.c:3401:41: expected void const *data ../net/ipv4/tcp_ipv4.c:3401:41: got struct tcp_congestion_ops const [noderef] __rcu *tcp_congestion_control ../net/ipv4/tcp_ipv4.c:3522:45: warning: incorrect type in argument 1 (different address spaces) ../net/ipv4/tcp_ipv4.c:3522:45: expected void const *data ../net/ipv4/tcp_ipv4.c:3522:45: got struct tcp_congestion_ops const [noderef] __rcu *extern [addressable] [toplevel] tcp_congestion_control ../net/ipv4/tcp_ipv4.c:3526:50: warning: incorrect type in assignment (different address spaces) ../net/ipv4/tcp_ipv4.c:3526:50: expected struct tcp_congestion_ops const [noderef] __rcu *tcp_congestion_control ../net/ipv4/tcp_ipv4.c:3526:50: got struct tcp_congestion_ops * ../net/ipv4/tcp_ipv4.c:1836:25: warning: context imbalance in 'tcp_v4_syn_recv_sock' - unexpected unlock ../net/ipv4/tcp_ipv4.c:2128:17: warning: context imbalance in 'tcp_add_backlog' - unexpected unlock ../net/ipv4/tcp_ipv4.c:2389:21: warning: context imbalance in 'tcp_v4_rcv' - different lock contexts for basic block ../net/ipv4/tcp_ipv4.c:2598:13: warning: context imbalance in 'listening_get_first' - wrong count at exit ../net/ipv4/tcp_ipv4.c:2646:29: warning: context imbalance in 'listening_get_next' - unexpected unlock ../net/ipv4/tcp_ipv4.c:2679:13: warning: context imbalance in 'established_get_first' - wrong count at exit ../net/ipv4/tcp_ipv4.c:2724:40: warning: context imbalance in 'established_get_next' - unexpected unlock ../net/ipv4/tcp_ipv4.c:2856:36: warning: context imbalance in 'tcp_seq_stop' - unexpected unlock ../net/ipv4/tcp_ipv4.c:3077:20: warning: context imbalance in 'bpf_iter_tcp_listening_batch' - unexpected unlock ../net/ipv4/tcp_ipv4.c:3105:40: warning: context imbalance in 'bpf_iter_tcp_established_batch' - unexpected unlock ../net/ipv4/tcp_ipv4.c:3402:41: warning: dereference of noderef expression ../net/ipv4/tcp_ipv4.c:3402:41: warning: dereference of noderef expression ../net/ipv4/tcp_ipv4.c:3523:45: warning: dereference of noderef expression ../net/ipv4/tcp_ipv4.c:3523:45: warning: dereference of noderef expression 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_1367’ 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[4]: *** [../scripts/Makefile.build:478: net/ipv4] Error 2 make[4]: *** Waiting for unfinished jobs.... ../net/phonet/socket.c:619:14: error: incompatible types in comparison expression (different address spaces): ../net/phonet/socket.c:619:14: struct sock [noderef] __rcu * ../net/phonet/socket.c:619:14: struct sock * ../net/phonet/socket.c:642:17: error: incompatible types in comparison expression (different address spaces): ../net/phonet/socket.c:642:17: struct sock [noderef] __rcu * ../net/phonet/socket.c:642:17: struct sock * ../net/phonet/socket.c:658:17: error: incompatible types in comparison expression (different address spaces): ../net/phonet/socket.c:658:17: struct sock [noderef] __rcu * ../net/phonet/socket.c:658:17: struct sock * ../net/phonet/socket.c:677:25: error: incompatible types in comparison expression (different address spaces): ../net/phonet/socket.c:677:25: struct sock [noderef] __rcu * ../net/phonet/socket.c:677:25: struct sock * ../net/phonet/socket.c:726:21: warning: context imbalance in 'pn_res_seq_start' - wrong count at exit ../net/phonet/socket.c:741:13: warning: context imbalance in 'pn_res_seq_stop' - wrong count at exit 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_1769’ 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.... ../net/rds/af_rds.c:245:22: warning: invalid assignment: |= ../net/rds/af_rds.c:245:22: left side has type restricted __poll_t ../net/rds/af_rds.c:245:22: right side has type int 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_1367’ 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/ethtool] Error 2 ../net/phonet/af_phonet.c:35:14: error: incompatible types in comparison expression (different address spaces): ../net/phonet/af_phonet.c:35:14: struct phonet_protocol const [noderef] __rcu * ../net/phonet/af_phonet.c:35:14: struct phonet_protocol const * ../net/phonet/af_phonet.c:474:17: error: incompatible types in comparison expression (different address spaces): ../net/phonet/af_phonet.c:474:17: struct phonet_protocol const [noderef] __rcu * ../net/phonet/af_phonet.c:474:17: struct phonet_protocol const * ../net/phonet/af_phonet.c:486:9: error: incompatible types in comparison expression (different address spaces): ../net/phonet/af_phonet.c:486:9: struct phonet_protocol const [noderef] __rcu * ../net/phonet/af_phonet.c:486:9: struct phonet_protocol const * ../net/caif/cfmuxl.c:127:14: error: incompatible types in comparison expression (different address spaces): ../net/caif/cfmuxl.c:127:14: struct cflayer [noderef] __rcu * ../net/caif/cfmuxl.c:127:14: struct cflayer * ../net/caif/cfmuxl.c:131:17: error: incompatible types in comparison expression (different address spaces): ../net/caif/cfmuxl.c:131:17: struct cflayer [noderef] __rcu * ../net/caif/cfmuxl.c:131:17: struct cflayer * ../net/caif/cfmuxl.c:111:9: error: incompatible types in comparison expression (different address spaces): ../net/caif/cfmuxl.c:111:9: struct cflayer [noderef] __rcu * ../net/caif/cfmuxl.c:111:9: struct cflayer * ../net/caif/cfmuxl.c:141:14: error: incompatible types in comparison expression (different address spaces): ../net/caif/cfmuxl.c:141:14: struct cflayer [noderef] __rcu * ../net/caif/cfmuxl.c:141:14: struct cflayer * ../net/caif/cfmuxl.c:145:17: error: incompatible types in comparison expression (different address spaces): ../net/caif/cfmuxl.c:145:17: struct cflayer [noderef] __rcu * ../net/caif/cfmuxl.c:145:17: struct cflayer * ../net/caif/cfmuxl.c:167:9: error: incompatible types in comparison expression (different address spaces): ../net/caif/cfmuxl.c:167:9: struct cflayer [noderef] __rcu * ../net/caif/cfmuxl.c:167:9: struct cflayer * ../net/sctp/sm_make_chunk.c:3107:48: warning: incorrect type in argument 2 (different base types) ../net/sctp/sm_make_chunk.c:3107:48: expected int optname ../net/sctp/sm_make_chunk.c:3107:48: got restricted __be16 ../net/sctp/sm_make_chunk.c:3179:48: warning: incorrect type in argument 2 (different base types) ../net/sctp/sm_make_chunk.c:3179:48: expected int optname ../net/sctp/sm_make_chunk.c:3179:48: got restricted __be16 ../net/rds/connection.c:71:31: warning: incorrect type in argument 1 (different base types) ../net/rds/connection.c:71:31: expected restricted __be32 const [usertype] laddr ../net/rds/connection.c:71:31: got unsigned int [assigned] [usertype] lhash ../net/rds/connection.c:71:41: warning: incorrect type in argument 3 (different base types) ../net/rds/connection.c:71:41: expected restricted __be32 const [usertype] faddr ../net/rds/connection.c:71:41: got unsigned int [assigned] [usertype] fhash In file included from : ../net/core/dev.c: In function ‘register_netdevice’: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_3693’ 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_3693’ 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_1423’ 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 ../net/rds/recv.c:218:42: warning: cast to restricted __be16 ../net/rds/recv.c:222:44: warning: cast to restricted __be32 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_1367’ 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 make[4]: *** [../scripts/Makefile.build:478: net/core] Error 2 ../net/caif/cffrml.c:92:15: warning: cast to restricted __le16 ../net/caif/cffrml.c:110:27: warning: cast to restricted __le16 ../net/dccp/qpolicy.c:88:27: warning: incorrect type in initializer (different base types) ../net/dccp/qpolicy.c:88:27: expected restricted __be32 [usertype] params ../net/dccp/qpolicy.c:88:27: got int ../net/dccp/qpolicy.c:133:33: warning: restricted __be32 degrades to integer ../net/dccp/qpolicy.c:133:24: warning: restricted __be32 degrades to integer ../net/dccp/proto.c:536:52: warning: incorrect type in argument 2 (different base types) ../net/dccp/proto.c:536:52: expected restricted __be32 const [usertype] service ../net/dccp/proto.c:536:52: got int [addressable] val ../net/dccp/proto.c:719:57: warning: incorrect type in argument 2 (different base types) ../net/dccp/proto.c:719:57: expected restricted __be32 [usertype] param ../net/dccp/proto.c:719:57: got int cmsg_type ../net/rds/send.c:1050:24: warning: incorrect type in argument 1 (different base types) ../net/rds/send.c:1050:24: expected unsigned int [usertype] a ../net/rds/send.c:1050:24: got restricted __be16 [usertype] sin6_port ../net/rds/send.c:1052:24: warning: incorrect type in argument 1 (different base types) ../net/rds/send.c:1052:24: expected unsigned int [usertype] a ../net/rds/send.c:1052:24: got restricted __be16 [usertype] sin6_port ../net/rds/send.c:1457:30: warning: incorrect type in initializer (different base types) ../net/rds/send.c:1457:30: expected unsigned short [usertype] npaths ../net/rds/send.c:1457:30: got restricted __be16 [usertype] ../net/rds/send.c:1458:34: warning: incorrect type in initializer (different base types) ../net/rds/send.c:1458:34: expected unsigned int [usertype] my_gen_num ../net/rds/send.c:1458:34: got restricted __be32 [usertype] ../net/dccp/ccids/ccid3.c:474:25: warning: incorrect type in assignment (different base types) ../net/dccp/ccids/ccid3.c:474:25: expected restricted __be32 [usertype] opt_val ../net/dccp/ccids/ccid3.c:474:25: got unsigned int [usertype] ../net/dccp/ccids/ccid3.c:478:39: warning: incorrect type in assignment (different base types) ../net/dccp/ccids/ccid3.c:478:39: expected unsigned long long [usertype] tx_x_recv ../net/dccp/ccids/ccid3.c:478:39: got restricted __be32 [usertype] opt_val ../net/dccp/ccids/ccid3.c:485:64: warning: incorrect type in argument 1 (different base types) ../net/dccp/ccids/ccid3.c:485:64: expected unsigned int [usertype] loss_event_rate ../net/dccp/ccids/ccid3.c:485:64: got restricted __be32 [usertype] opt_val 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_1330’ 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_1330’ 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 ‘sctp_gso_segment’ at ../net/sctp/offload.c:54:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1362’ 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 ../net/sctp/input.c:460:13: warning: context imbalance in 'sctp_err_lookup' - different lock contexts for basic block ../net/sctp/input.c:632:9: warning: context imbalance in 'sctp_v4_err' - unexpected unlock ../net/sctp/input.c:657:17: warning: context imbalance in 'sctp_udp_v4_err' - unexpected unlock 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_1330’ 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.... ../net/atm/lec.c:889:39: warning: context imbalance in 'lec_priv_walk' - unexpected unlock ../net/atm/lec.c:945:39: warning: context imbalance in 'lec_seq_stop' - unexpected unlock ../net/caif/caif_usb.c:110:32: warning: restricted __be16 degrades to integer ../net/caif/caif_usb.c:111:33: warning: restricted __be16 degrades to integer ../net/atm/mpc.c:123:20: warning: symbol 'mpcs' was not declared. Should it be static? ../net/rds/tcp_listen.c:301:33: warning: incorrect type in assignment (different base types) ../net/rds/tcp_listen.c:301:33: expected restricted __be16 [usertype] sin6_port ../net/rds/tcp_listen.c:301:33: got unsigned short [usertype] ../net/rds/tcp_listen.c:308:38: warning: incorrect type in assignment (different base types) ../net/rds/tcp_listen.c:308:38: expected restricted __be32 [usertype] s_addr ../net/rds/tcp_listen.c:308:38: got unsigned long ../net/rds/tcp_listen.c:309:31: warning: incorrect type in assignment (different base types) ../net/rds/tcp_listen.c:309:31: expected restricted __be16 [usertype] sin_port ../net/rds/tcp_listen.c:309:31: got unsigned short [usertype] ../net/sctp/socket.c:8505:23: warning: context imbalance in 'sctp_get_port_local' - unexpected unlock 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_1330’ 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 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_1367’ 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_1367’ 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 : In function ‘net_gso_ok’, inlined from ‘skb_gso_ok’ at ../include/linux/netdevice.h:5076:9, inlined from ‘__skb_gso_segment’ at ../net/core/gso.c:111:8: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1367’ 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/gso.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 ‘sctp_packet_config’ at ../net/sctp/output.c:137:21: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1330’ 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_1330’ 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 ‘sctp_gso_segment’ at ../net/sctp/offload.c:54:6: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_1362’ 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 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_1367’ 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 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_1769’ 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.... ../net/ipv4/icmp.c: note: in included file (through ../include/linux/spinlock.h, ../include/linux/sched.h, ../include/linux/percpu.h, ../arch/x86/include/asm/msr.h, ../arch/x86/include/asm/tsc.h, ...): ../include/linux/bottom_half.h:33:30: warning: context imbalance in 'icmp_reply' - different lock contexts for basic block ../include/linux/bottom_half.h:33:30: warning: context imbalance in '__icmp_send' - different lock contexts for basic block 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_1330’ 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.... ../net/core/netpoll.c:358:25: warning: context imbalance in '__netpoll_send_skb' - different lock contexts for basic block ../net/ipv4/ipmr_base.c:147:6: warning: context imbalance in 'mr_mfc_seq_idx' - wrong count at exit ../net/ipv4/ipmr_base.c:200:23: warning: context imbalance in 'mr_mfc_seq_next' - unexpected unlock ../net/core/lwtunnel.c:223:60: warning: incorrect type in initializer (different address spaces) ../net/core/lwtunnel.c:223:60: expected struct lwtunnel_encap_ops const *ops ../net/core/lwtunnel.c:223:60: got struct lwtunnel_encap_ops const [noderef] __rcu * ../net/ipv4/igmp.c: note: in included file (through ../include/linux/igmp.h): ../include/uapi/linux/igmp.h:60:32: warning: array of flexible structures ../net/ipv4/igmp.c:2953:31: warning: context imbalance in 'igmp_mcf_get_next' - unexpected unlock ../net/ipv4/igmp.c:2979:9: warning: context imbalance in 'igmp_mcf_get_idx' - wrong count at exit ../net/ipv4/igmp.c:2996:9: warning: context imbalance in 'igmp_mcf_seq_next' - wrong count at exit ../net/ipv4/igmp.c: note: in included file (through ../include/linux/rbtree.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ../include/linux/umh.h, ../include/linux/kmod.h, ...): ../include/linux/rcupdate.h:880:25: warning: context imbalance in 'igmp_mcf_seq_stop' - unexpected unlock ../net/ipv4/tcp_ipv4.c:3401:41: warning: incorrect type in argument 1 (different address spaces) ../net/ipv4/tcp_ipv4.c:3401:41: expected void const *data ../net/ipv4/tcp_ipv4.c:3401:41: got struct tcp_congestion_ops const [noderef] __rcu *tcp_congestion_control ../net/ipv4/tcp_ipv4.c:3522:45: warning: incorrect type in argument 1 (different address spaces) ../net/ipv4/tcp_ipv4.c:3522:45: expected void const *data ../net/ipv4/tcp_ipv4.c:3522:45: got struct tcp_congestion_ops const [noderef] __rcu *extern [addressable] [toplevel] tcp_congestion_control ../net/ipv4/tcp_ipv4.c:3526:50: warning: incorrect type in assignment (different address spaces) ../net/ipv4/tcp_ipv4.c:3526:50: expected struct tcp_congestion_ops const [noderef] __rcu *tcp_congestion_control ../net/ipv4/tcp_ipv4.c:3526:50: got struct tcp_congestion_ops * ../net/ipv4/tcp_ipv4.c:1836:25: warning: context imbalance in 'tcp_v4_syn_recv_sock' - unexpected unlock ../net/ipv4/tcp_ipv4.c:2128:17: warning: context imbalance in 'tcp_add_backlog' - unexpected unlock ../net/ipv4/tcp_ipv4.c:2389:21: warning: context imbalance in 'tcp_v4_rcv' - different lock contexts for basic block ../net/ipv4/tcp_ipv4.c:2598:13: warning: context imbalance in 'listening_get_first' - wrong count at exit ../net/ipv4/tcp_ipv4.c:2646:29: warning: context imbalance in 'listening_get_next' - unexpected unlock ../net/ipv4/tcp_ipv4.c:2679:13: warning: context imbalance in 'established_get_first' - wrong count at exit ../net/ipv4/tcp_ipv4.c:2724:40: warning: context imbalance in 'established_get_next' - unexpected unlock ../net/ipv4/tcp_ipv4.c:2856:36: warning: context imbalance in 'tcp_seq_stop' - unexpected unlock ../net/ipv4/tcp_ipv4.c:3077:20: warning: context imbalance in 'bpf_iter_tcp_listening_batch' - unexpected unlock ../net/ipv4/tcp_ipv4.c:3105:40: warning: context imbalance in 'bpf_iter_tcp_established_batch' - unexpected unlock ../net/ipv4/tcp_ipv4.c:3402:41: warning: dereference of noderef expression ../net/ipv4/tcp_ipv4.c:3402:41: warning: dereference of noderef expression ../net/ipv4/tcp_ipv4.c:3523:45: warning: dereference of noderef expression ../net/ipv4/tcp_ipv4.c:3523:45: warning: dereference of noderef expression make[4]: *** [../scripts/Makefile.build:478: net/sctp] Error 2 ../net/ipv4/nexthop.c: note: in included file (through ../include/linux/sysctl.h, ../include/net/net_namespace.h, ../include/linux/netdevice.h, ../include/linux/rtnetlink.h): ../include/linux/rbtree.h:74:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:74:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:74:9: struct rb_node * In file included from : ../net/core/dev.c: In function ‘register_netdevice’: ./../include/linux/compiler_types.h:517:45: error: call to ‘__compiletime_assert_3693’ 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_3693’ 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_1423’ 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: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... ../net/ipv4/ipmr.c:2916:13: warning: context imbalance in 'ipmr_vif_seq_start' - different lock contexts for basic block ../net/ipv4/ipmr.c: note: in included file (through ../include/linux/mroute.h): ../include/linux/mroute_base.h:432:31: warning: context imbalance in 'mr_mfc_seq_stop' - unexpected unlock 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_1367’ 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 make[4]: *** [../scripts/Makefile.build:478: net/ipv4] Error 2 ../net/nfc/nci/core.c: note: in included file: ../include/net/nfc/nci.h:263:56: warning: array of flexible structures make[3]: *** [../scripts/Makefile.build:478: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:478: net/core] 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