Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/socket.c:1735:21: warning: symbol 'update_socket_protocol' was not declared. Should it be static? ../net/bpf/test_run.c:510:17: warning: symbol 'bpf_fentry_test1' was not declared. Should it be static? ../net/bpf/test_run.c:516:14: warning: symbol 'bpf_fentry_test2' was not declared. Should it be static? ../net/bpf/test_run.c:521:14: warning: symbol 'bpf_fentry_test3' was not declared. Should it be static? ../net/bpf/test_run.c:526:14: warning: symbol 'bpf_fentry_test4' was not declared. Should it be static? ../net/bpf/test_run.c:531:14: warning: symbol 'bpf_fentry_test5' was not declared. Should it be static? ../net/bpf/test_run.c:536:14: warning: symbol 'bpf_fentry_test6' was not declared. Should it be static? ../net/bpf/test_run.c:545:14: warning: symbol 'bpf_fentry_test7' was not declared. Should it be static? ../net/bpf/test_run.c:551:14: warning: symbol 'bpf_fentry_test8' was not declared. Should it be static? ../net/bpf/test_run.c:556:17: warning: symbol 'bpf_fentry_test9' was not declared. Should it be static? ../net/bpf/test_run.c:561:14: warning: symbol 'bpf_fentry_test10' was not declared. Should it be static? ../net/bpf/test_run.c:566:15: warning: symbol 'bpf_fentry_test_sinfo' was not declared. Should it be static? ../net/bpf/test_run.c:570:17: warning: symbol 'bpf_modify_return_test' was not declared. Should it be static? ../net/bpf/test_run.c:576:17: warning: symbol 'bpf_modify_return_test2' was not declared. Should it be static? ../net/bpf/test_run.c:583:17: warning: symbol 'bpf_modify_return_test_tp' was not declared. Should it be static? ../net/bpf/test_run.c:590:14: warning: symbol 'bpf_fentry_shadow_test' was not declared. Should it be static? ../net/bpf/test_run.c:612:18: warning: symbol 'bpf_kfunc_call_test_release' was not declared. Should it be static? ../net/bpf/test_run.c:617:18: warning: symbol 'bpf_kfunc_call_test_release_dtor' was not declared. Should it be static? ../net/bpf/test_run.c:623:18: warning: symbol 'bpf_kfunc_call_memb_release' was not declared. Should it be static? ../net/bpf/test_run.c:627:18: warning: symbol 'bpf_kfunc_call_memb_release_dtor' was not declared. Should it be static? ../net/core/dev_addr_lists.c: note: in included file (through ../include/linux/sysctl.h, ../include/net/net_namespace.h, ../include/linux/netdevice.h): ../include/linux/rbtree.h:102:9: error: incompatible types in comparison expression (different address spaces): ../include/linux/rbtree.h:102:9: struct rb_node [noderef] __rcu * ../include/linux/rbtree.h:102:9: struct rb_node * ../net/core/sock.c:2602:9: warning: context imbalance in 'sk_clone' - different lock contexts for basic block ../net/core/sock.c:4280:13: warning: context imbalance in 'proto_seq_start' - wrong count at exit ../net/core/sock.c:4292:13: warning: context imbalance in 'proto_seq_stop' - wrong count at exit ../net/core/skbuff.c: note: in included file (through ../include/linux/skbuff.h, ../include/net/net_namespace.h, ../include/linux/inet.h): ../include/net/checksum.h:33:39: warning: incorrect type in argument 3 (different base types) ../include/net/checksum.h:33:39: expected restricted __wsum [usertype] sum ../include/net/checksum.h:33:39: got unsigned int ../net/core/rtnetlink.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:897:25: warning: context imbalance in 'rtnl_link_ops_get' - wrong count at exit ../net/core/rtnetlink.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...): ../include/linux/srcu.h:463:9: warning: context imbalance in 'rtnl_link_ops_put' - unexpected unlock ../net/core/rtnetlink.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:897:25: warning: context imbalance in 'rtnl_af_lookup' - wrong count at exit ../net/core/rtnetlink.c: note: in included file (through ../include/linux/notifier.h, ../arch/x86/include/asm/uprobes.h, ../include/linux/uprobes.h, ../include/linux/mm_types.h, ../include/linux/mmzone.h, ../include/linux/gfp.h, ...): ../include/linux/srcu.h:463:9: warning: context imbalance in 'rtnl_af_put' - unexpected unlock ../drivers/net/ethernet/cisco/enic/enic_main.c: In function ‘enic_request_intr’: ../drivers/net/ethernet/cisco/enic/enic_main.c:1572:40: warning: ‘%u’ directive output may be truncated writing between 1 and 10 bytes into a region of size between 5 and 20 [-Wformat-truncation=] 1572 | "%s-rx-%u", netdev->name, i); | ^~ ../drivers/net/ethernet/cisco/enic/enic_main.c:1572:33: note: directive argument in the range [0, 4294967294] 1572 | "%s-rx-%u", netdev->name, i); | ^~~~~~~~~~ ../drivers/net/ethernet/cisco/enic/enic_main.c:1570:25: note: ‘snprintf’ output between 6 and 30 bytes into a destination of size 24 1570 | snprintf(enic->msix[intr].devname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1571 | sizeof(enic->msix[intr].devname), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1572 | "%s-rx-%u", netdev->name, i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/cisco/enic/enic_main.c:1583:40: warning: ‘%u’ directive output may be truncated writing between 1 and 10 bytes into a region of size between 5 and 20 [-Wformat-truncation=] 1583 | "%s-tx-%u", netdev->name, i); | ^~ ../drivers/net/ethernet/cisco/enic/enic_main.c:1583:33: note: directive argument in the range [0, 4294967294] 1583 | "%s-tx-%u", netdev->name, i); | ^~~~~~~~~~ ../drivers/net/ethernet/cisco/enic/enic_main.c:1581:25: note: ‘snprintf’ output between 6 and 30 bytes into a destination of size 24 1581 | snprintf(enic->msix[intr].devname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1582 | sizeof(enic->msix[intr].devname), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1583 | "%s-tx-%u", netdev->name, i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../net/core/dev.c:5809:5: warning: symbol 'br_fdb_test_addr_hook' was not declared. Should it be static? ../net/core/dev.c: note: in included file (through ../include/linux/filter.h, ../include/trace/events/xdp.h, ../include/linux/bpf_trace.h): ../include/net/sch_generic.h:225:30: warning: context imbalance in '__dev_queue_xmit' - different lock contexts for basic block ../net/core/dev.c:5765:17: warning: context imbalance in 'net_tx_action' - different lock contexts for basic block ../net/core/filter.c:1440:39: warning: incorrect type in argument 1 (different address spaces) ../net/core/filter.c:1440:39: expected struct sock_filter const *filter ../net/core/filter.c:1440:39: got struct sock_filter [noderef] __user *filter ../net/core/filter.c:1518:39: warning: incorrect type in argument 1 (different address spaces) ../net/core/filter.c:1518:39: expected struct sock_filter const *filter ../net/core/filter.c:1518:39: got struct sock_filter [noderef] __user *filter ../net/core/filter.c:2342:45: warning: incorrect type in argument 2 (different base types) ../net/core/filter.c:2342:45: expected restricted __be32 [usertype] daddr ../net/core/filter.c:2342:45: got unsigned int [usertype] ipv4_nh ../net/core/filter.c:3963:29: warning: symbol 'bpf_xdp_get_buff_len_trace_proto' was not declared. Should it be static? ../net/core/filter.c:4703:29: warning: symbol 'bpf_skb_output_proto' was not declared. Should it be static? ../net/core/filter.c:5117:29: warning: symbol 'bpf_xdp_output_proto' was not declared. Should it be static? ../net/core/filter.c:8130:29: warning: symbol 'bpf_sk_storage_get_cg_sock_proto' was not declared. Should it be static? ../net/core/filter.c:12132:17: warning: symbol 'bpf_dynptr_from_skb' was not declared. Should it be static? ../net/core/filter.c:12162:17: warning: symbol 'bpf_dynptr_from_skb_meta' was not declared. Should it be static? ../net/core/filter.c:12178:17: warning: symbol 'bpf_dynptr_from_xdp' was not declared. Should it be static? ../net/core/filter.c:12194:17: warning: symbol 'bpf_sock_addr_set_sun_path' was not declared. Should it be static? ../net/core/filter.c:12215:17: warning: symbol 'bpf_sk_assign_tcp_reqsk' was not declared. Should it be static? ../net/core/filter.c:12312:17: warning: symbol 'bpf_sock_ops_enable_tx_tstamp' was not declared. Should it be static? ../net/core/filter.c:12362:17: warning: symbol 'bpf_xdp_pull_data' was not declared. Should it be static? ../net/core/filter.c:12538:17: warning: symbol 'bpf_sock_destroy' was not declared. Should it be static? ../net/core/filter.c:1948:43: warning: incorrect type in argument 2 (different base types) ../net/core/filter.c:1948:43: expected restricted __wsum [usertype] diff ../net/core/filter.c:1948:43: got unsigned long long [usertype] to ../net/core/filter.c:1951:36: warning: incorrect type in argument 2 (different base types) ../net/core/filter.c:1951:36: expected restricted __be16 [usertype] old ../net/core/filter.c:1951:36: got unsigned long long [usertype] from ../net/core/filter.c:1951:42: warning: incorrect type in argument 3 (different base types) ../net/core/filter.c:1951:42: expected restricted __be16 [usertype] new ../net/core/filter.c:1951:42: got unsigned long long [usertype] to ../net/core/filter.c:1954:36: warning: incorrect type in argument 2 (different base types) ../net/core/filter.c:1954:36: expected restricted __be32 [usertype] from ../net/core/filter.c:1954:36: got unsigned long long [usertype] from ../net/core/filter.c:1954:42: warning: incorrect type in argument 3 (different base types) ../net/core/filter.c:1954:42: expected restricted __be32 [usertype] to ../net/core/filter.c:1954:42: got unsigned long long [usertype] to ../net/core/filter.c:2000:59: warning: incorrect type in argument 3 (different base types) ../net/core/filter.c:2000:59: expected restricted __wsum [usertype] diff ../net/core/filter.c:2000:59: got unsigned long long [usertype] to ../net/core/filter.c:2003:52: warning: incorrect type in argument 3 (different base types) ../net/core/filter.c:2003:52: expected restricted __be16 [usertype] from ../net/core/filter.c:2003:52: got unsigned long long [usertype] from ../net/core/filter.c:2003:58: warning: incorrect type in argument 4 (different base types) ../net/core/filter.c:2003:58: expected restricted __be16 [usertype] to ../net/core/filter.c:2003:58: got unsigned long long [usertype] to ../net/core/filter.c:2006:52: warning: incorrect type in argument 3 (different base types) ../net/core/filter.c:2006:52: expected restricted __be32 [usertype] from ../net/core/filter.c:2006:52: got unsigned long long [usertype] from ../net/core/filter.c:2006:58: warning: incorrect type in argument 4 (different base types) ../net/core/filter.c:2006:58: expected restricted __be32 [usertype] to ../net/core/filter.c:2006:58: got unsigned long long [usertype] to ../net/core/filter.c:2073:35: warning: incorrect type in return expression (different base types) ../net/core/filter.c:2073:35: expected unsigned long long ../net/core/filter.c:2073:35: got restricted __wsum [usertype] csum ../net/core/filter.c:6046:17: warning: incorrect type in assignment (different base types) ../net/core/filter.c:6046:17: expected unsigned int [usertype] spi ../net/core/filter.c:6046:17: got restricted __be32 const [usertype] spi ../net/core/filter.c:6054:33: warning: incorrect type in assignment (different base types) ../net/core/filter.c:6054:33: expected unsigned int [usertype] remote_ipv4 ../net/core/filter.c:6054:33: got restricted __be32 const [usertype] a4 ../drivers/net/virtio_net.c:31:1: error: bad constant expression ../drivers/net/virtio_net.c:34:1: error: bad constant expression ../drivers/net/virtio_net.c:35:1: error: bad constant expression ../drivers/net/virtio_net.c:36:1: error: bad constant expression ../drivers/net/virtio_net.c:7252:1: error: bad constant expression ../drivers/net/virtio_net.c:7253:1: error: bad constant expression ../drivers/net/ethernet/cisco/enic/enic_main.c:78:1: error: bad constant expression ../drivers/net/ethernet/cisco/enic/enic_main.c:79:1: error: bad constant expression ../drivers/net/ethernet/cisco/enic/enic_main.c:80:1: error: bad constant expression ../net/core/lwtunnel.c:217:60: warning: incorrect type in initializer (different address spaces) ../net/core/lwtunnel.c:217:60: expected struct lwtunnel_encap_ops const *ops ../net/core/lwtunnel.c:217:60: got struct lwtunnel_encap_ops const [noderef] __rcu * ../drivers/net/ethernet/google/gve/gve_main.c:2986:1: error: bad constant expression ../drivers/net/ethernet/google/gve/gve_main.c:2987:1: error: bad constant expression ../drivers/net/ethernet/google/gve/gve_main.c:2988:1: error: bad constant expression ../drivers/net/ethernet/google/gve/gve_main.c:2989:1: error: bad constant expression ../drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c:34:1: error: bad constant expression ../drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c:35:1: error: bad constant expression ../drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c:36:1: error: bad constant expression ../drivers/net/ethernet/broadcom/bnxt/bnxt.c:82:1: error: bad constant expression ../drivers/net/ethernet/broadcom/bnxt/bnxt.c:83:1: error: bad constant expression ../drivers/net/ethernet/broadcom/bnxt/bnxt.c:84:1: error: bad constant expression ../drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:57:1: error: bad constant expression ../drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:58:1: error: bad constant expression ../drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:61:1: error: bad constant expression ../drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:62:1: error: bad constant expression ../drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:65:1: error: bad constant expression ../drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:6074:1: error: bad constant expression ../drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:6075:1: error: bad constant expression ../drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:6076:1: error: bad constant expression ../drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:6077:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:764:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:765:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:766:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:767:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:768:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:769:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:770:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:771:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:772:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:773:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:774:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:775:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:776:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:777:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:778:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:779:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:780:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:781:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:782:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:783:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:784:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:785:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:786:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:787:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:788:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:789:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:790:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:791:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:792:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:793:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:794:1: error: bad constant expression ../drivers/net/ethernet/realtek/r8169_main.c:795:1: error: bad constant expression ../drivers/net/ethernet/rocker/rocker_main.c:3192:1: error: bad constant expression ../drivers/net/ethernet/rocker/rocker_main.c:3193:1: error: bad constant expression ../drivers/net/ethernet/rocker/rocker_main.c:3194:1: error: bad constant expression ../drivers/net/ethernet/rocker/rocker_main.c:3195:1: error: bad constant expression ../drivers/net/ethernet/realtek/rtase/rtase_main.c:84:1: error: bad constant expression ../drivers/net/ethernet/realtek/rtase/rtase_main.c:85:1: error: bad constant expression ../drivers/net/ethernet/realtek/rtase/rtase_main.c:86:1: error: bad constant expression ../drivers/net/ethernet/intel/idpf/idpf_main.c:16:1: error: bad constant expression ../drivers/net/ethernet/intel/idpf/idpf_main.c:17:1: error: bad constant expression ../drivers/net/ethernet/intel/idpf/idpf_main.c:18:1: error: bad constant expression ../drivers/net/ethernet/intel/idpf/idpf_main.c:19:1: error: bad constant expression ../drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:160:1: error: bad constant expression ../drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:161:1: error: bad constant expression ../drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:166:1: error: bad constant expression ../drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:167:1: error: bad constant expression ../drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:172:1: error: bad constant expression ../drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:173:1: error: bad constant expression ../drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:175:1: error: bad constant expression ../drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:176:1: error: bad constant expression ../drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:177:1: error: bad constant expression ../drivers/net/ethernet/intel/idpf/xsk.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/netdevice.h, ../include/trace/events/xdp.h, ../include/linux/bpf_trace.h, ../include/net/libeth/xdp.h, ...): ../include/linux/rcupdate.h:897:25: warning: context imbalance in 'idpf_xsk_finalize_rx' - unexpected unlock ../drivers/net/ethernet/intel/idpf/xsk.c:464:5: warning: context imbalance in 'idpf_xskrq_poll' - wrong count at exit ../drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:880:14: error: too long token expansion ../drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:961:35: error: too long token expansion ../drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:1001:31: error: too long token expansion ../drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:1259:33: error: too long token expansion ../drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:1264:33: error: too long token expansion ../drivers/net/ethernet/intel/idpf/idpf_txrx.c: note: in included file (through ../include/linux/rculist.h, ../include/linux/netdevice.h, ../include/linux/if_vlan.h, ../include/net/pkt_sched.h, ../drivers/net/ethernet/intel/idpf/idpf.h): ../include/linux/rcupdate.h:897:25: warning: context imbalance in 'idpf_xdp_finalize_rx' - unexpected unlock ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:3624:29: warning: context imbalance in 'idpf_rx_splitq_clean' - wrong count at exit ../drivers/net/ethernet/sfc/efx.c:48:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:49:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:52:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:53:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:64:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:65:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:88:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:89:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:95:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:96:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:1459:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:1461:1: error: bad constant expression ../drivers/net/ethernet/sfc/efx.c:1462:1: error: bad constant expression ../drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c:1155:29: error: too long token expansion ../drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c:23:1: error: bad constant expression ../drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c:24:1: error: bad constant expression ../drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c:25:1: error: bad constant expression ../drivers/net/ethernet/tehuti/tn40.c:1855:1: error: bad constant expression ../drivers/net/ethernet/tehuti/tn40.c:1856:1: error: bad constant expression ../drivers/net/ethernet/tehuti/tn40.c:1857:1: error: bad constant expression ../drivers/net/netdevsim/netdev.c:36:1: error: bad constant expression ../drivers/net/netdevsim/netdev.c:1256:1: error: bad constant expression ../drivers/net/netdevsim/netdev.c:1257:1: error: bad constant expression ../drivers/net/netdevsim/netdev.c:1258:1: error: bad constant expression ../drivers/net/ethernet/xilinx/xilinx_axienet_main.c:3205:1: error: bad constant expression ../drivers/net/ethernet/xilinx/xilinx_axienet_main.c:3206:1: error: bad constant expression ../drivers/net/ethernet/xilinx/xilinx_axienet_main.c:3207:1: error: bad constant expression ../drivers/net/ethernet/mellanox/mlx5/core/en_main.c: note: in included file (through ../drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.h, ../drivers/net/ethernet/mellanox/mlx5/core/eswitch.h): ../drivers/net/ethernet/mellanox/mlx5/core/en.h:820:31: warning: context imbalance in 'mlx5e_trigger_napi_icosq' - unexpected unlock ../net/rds/rdma_transport.c:320:1: error: bad constant expression ../net/rds/rdma_transport.c:321:1: error: bad constant expression ../net/rds/rdma_transport.c:322:1: error: bad constant expression ../net/rds/af_rds.c:957:1: error: bad constant expression ../net/rds/af_rds.c:958:1: error: bad constant expression ../net/rds/af_rds.c:960:1: error: bad constant expression ../net/rds/af_rds.c:961:1: error: bad constant expression ../net/rds/af_rds.c:962:1: error: bad constant expression ../net/rds/ib.c:54:1: error: bad constant expression ../net/rds/ib.c:55:1: error: bad constant expression ../net/rds/ib.c:56:1: error: bad constant expression ../net/rds/ib.c:57:1: error: bad constant expression ../net/rds/ib.c:58:1: error: bad constant expression ../net/rds/ib.c:59:1: error: bad constant expression ../net/rds/ib.c:607:1: error: bad constant expression ../io_uring/zcrx.c:912:13: warning: context imbalance in 'io_zcrx_ring_refill' - wrong count at exit ../io_uring/zcrx.c:1083:9: warning: context imbalance in 'zcrx_parse_rq' - wrong count at exit ../net/rds/tcp.c:769:1: error: bad constant expression ../net/rds/tcp.c:770:1: error: bad constant expression ../net/rds/tcp.c:771:1: error: bad constant expression ../net/rds/send.c:56:1: error: bad constant expression ../net/rds/send.c:57:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:99:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:100:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:102:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:103:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:104:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:105:1: error: bad constant expression ../kernel/kheaders.c:51:1: error: bad constant expression ../kernel/kheaders.c:52:1: error: bad constant expression ../kernel/kheaders.c:53:1: error: bad constant expression ../arch/x86/boot/version.c:18:12: warning: symbol 'kernel_version' was not declared. Should it be static? Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/intel/i40e/i40e_main.c:99:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:100:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:102:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:103:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:104:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:105:1: error: bad constant expression Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/intel/i40e/i40e_main.c:99:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:100:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:102:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:103:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:104:1: error: bad constant expression ../drivers/net/ethernet/intel/i40e/i40e_main.c:105:1: error: bad constant expression