========== build_allmodconfig_warn - FAILED .pylintrc: warning: ignored by one of the .gitignore files ../net/psp/psp_sock.c:298: error: expected ‘;’ at end of input make[5]: *** [../scripts/Makefile.build:287: net/psp/psp_sock.o] Error 1 make[4]: *** [../scripts/Makefile.build:554: net/psp] Error 2 make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... ../drivers/net/ethernet/mellanox/mlx5/core/en/qos.c:377:40: warning: incorrect type in initializer (different address spaces) ../drivers/net/ethernet/mellanox/mlx5/core/en/qos.c:377:40: expected struct Qdisc *qdisc ../drivers/net/ethernet/mellanox/mlx5/core/en/qos.c:377:40: got struct Qdisc [noderef] __rcu *qdisc_sleeping In file included from ../include/uapi/linux/posix_types.h:5, from ../include/uapi/linux/types.h:14, from ../include/linux/types.h:6, from ../include/linux/kasan-checks.h:5, from ../include/asm-generic/rwonce.h:26, from ./arch/x86/include/generated/asm/rwonce.h:1, from ../include/linux/compiler.h:390, from ../include/linux/array_size.h:5, from ../include/linux/kernel.h:16, from ../include/linux/mlx5/driver.h:36, from ../include/linux/mlx5/transobj.h:36, from ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/internal.h:7, from ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:4: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c: In function ‘hws_definer_conv_misc2’: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/stddef.h:16:58: note: in definition of macro ‘offsetof’ 16 | #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) | ^~~~~~ ../include/linux/mlx5/device.h:54:34: note: in expansion of macro ‘__mlx5_bit_off’ 54 | #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) | ^~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:97:30: note: in expansion of macro ‘__mlx5_dw_off’ 97 | u32 dw_off = __mlx5_dw_off(fte_match_param, hdr); \ | ^~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:106:32: note: in expansion of macro ‘HWS_IS_FLD_SET_DW_ARR’ 106 | (((sz_in_bits) > 32) ? HWS_IS_FLD_SET_DW_ARR(match_param, hdr, sz_in_bits) : \ | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ In file included from ../include/linux/swab.h:5, from ../include/uapi/linux/byteorder/little_endian.h:14, from ../include/linux/byteorder/little_endian.h:5, from ../arch/x86/include/uapi/asm/byteorder.h:5, from ../include/asm-generic/qrwlock_types.h:6, from ../arch/x86/include/asm/spinlock_types.h:7, from ../include/linux/spinlock_types_raw.h:7, from ../include/linux/ratelimit_types.h:7, from ../include/linux/printk.h:9, from ../include/asm-generic/bug.h:22, from ../arch/x86/include/asm/bug.h:103, from ../arch/x86/include/asm/alternative.h:9, from ../arch/x86/include/asm/barrier.h:5, from ../include/asm-generic/bitops/generic-non-atomic.h:7, from ../include/linux/bitops.h:28, from ../include/linux/kernel.h:23: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/uapi/linux/swab.h:115:54: note: in definition of macro ‘__swab32’ 115 | #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) | ^ ../include/linux/byteorder/generic.h:95:21: note: in expansion of macro ‘__be32_to_cpu’ 95 | #define be32_to_cpu __be32_to_cpu | ^~~~~~~~~~~~~ ../include/linux/mlx5/device.h:52:35: note: in expansion of macro ‘offsetof’ 52 | #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) | ^~~~~~~~ ../include/linux/mlx5/device.h:54:34: note: in expansion of macro ‘__mlx5_bit_off’ 54 | #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) | ^~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:97:1: note: in expansion of macro ‘__mlx5_dw_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ In file included from ../include/linux/mlx5/driver.h:53: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:51:59: note: in definition of macro ‘__mlx5_bit_sz’ 51 | #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) | ^~~ ../include/linux/mlx5/device.h:97:30: note: in expansion of macro ‘__mlx5_dw_bit_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/stddef.h:16:58: note: in definition of macro ‘offsetof’ 16 | #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) | ^~~~~~ ../include/linux/mlx5/device.h:57:70: note: in expansion of macro ‘__mlx5_bit_off’ 57 | #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1f)) | ^~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:97:30: note: in expansion of macro ‘__mlx5_dw_bit_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:51:59: note: in definition of macro ‘__mlx5_bit_sz’ 51 | #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) | ^~~ ../include/linux/mlx5/device.h:98:1: note: in expansion of macro ‘__mlx5_mask’ 98 | __mlx5_mask(typ, fld)) | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:287: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.o] Error 1 make[8]: *** Waiting for unfinished jobs.... ../drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c:1803:14: warning: restricted __be64 degrades to integer make[7]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/mellanox/mlx5/core] Error 2 make[6]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/mellanox] Error 2 make[5]: *** [../scripts/Makefile.build:554: drivers/net/ethernet] Error 2 make[4]: *** [../scripts/Makefile.build:554: drivers/net] Error 2 make[3]: *** [../scripts/Makefile.build:554: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files ../kernel/sys.c:1115:32: warning: incorrect type in argument 1 (different address spaces) ../kernel/sys.c:1115:32: expected struct task_struct *p1 ../kernel/sys.c:1115:32: got struct task_struct [noderef] __rcu *real_parent ../kernel/sys.c:1865:33: warning: context imbalance in 'getrusage' - different lock contexts for basic block ../drivers/base/firmware_loader/main.c:229:9: warning: context imbalance in 'free_fw_priv' - wrong count at exit ../net/psp/psp_sock.c:298: error: expected ‘;’ at end of input make[5]: *** [../scripts/Makefile.build:287: net/psp/psp_sock.o] Error 1 make[4]: *** [../scripts/Makefile.build:554: net/psp] Error 2 make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... ../drivers/net/ethernet/mellanox/mlx5/core/en/qos.c:377:40: warning: incorrect type in initializer (different address spaces) ../drivers/net/ethernet/mellanox/mlx5/core/en/qos.c:377:40: expected struct Qdisc *qdisc ../drivers/net/ethernet/mellanox/mlx5/core/en/qos.c:377:40: got struct Qdisc [noderef] __rcu *qdisc_sleeping ../drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c:1803:14: warning: restricted __be64 degrades to integer ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:433:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files ../drivers/base/firmware_loader/main.c:229:9: warning: context imbalance in 'free_fw_priv' - wrong count at exit ../kernel/sys.c:1115:32: warning: incorrect type in argument 1 (different address spaces) ../kernel/sys.c:1115:32: expected struct task_struct *p1 ../kernel/sys.c:1115:32: got struct task_struct [noderef] __rcu *real_parent ../kernel/sys.c:1865:33: warning: context imbalance in 'getrusage' - different lock contexts for basic block ../net/psp/psp_sock.c:298: error: expected ‘;’ at end of input make[5]: *** [../scripts/Makefile.build:287: net/psp/psp_sock.o] Error 1 make[4]: *** [../scripts/Makefile.build:554: net/psp] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... ../drivers/net/ethernet/mellanox/mlx5/core/en/qos.c:377:40: warning: incorrect type in initializer (different address spaces) ../drivers/net/ethernet/mellanox/mlx5/core/en/qos.c:377:40: expected struct Qdisc *qdisc ../drivers/net/ethernet/mellanox/mlx5/core/en/qos.c:377:40: got struct Qdisc [noderef] __rcu *qdisc_sleeping ../drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c:1803:14: warning: restricted __be64 degrades to integer In file included from ../include/uapi/linux/posix_types.h:5, from ../include/uapi/linux/types.h:14, from ../include/linux/types.h:6, from ../include/linux/kasan-checks.h:5, from ../include/asm-generic/rwonce.h:26, from ./arch/x86/include/generated/asm/rwonce.h:1, from ../include/linux/compiler.h:390, from ../include/linux/array_size.h:5, from ../include/linux/kernel.h:16, from ../include/linux/mlx5/driver.h:36, from ../include/linux/mlx5/transobj.h:36, from ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/internal.h:7, from ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:4: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c: In function ‘hws_definer_conv_misc2’: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/stddef.h:16:58: note: in definition of macro ‘offsetof’ 16 | #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) | ^~~~~~ ../include/linux/mlx5/device.h:54:34: note: in expansion of macro ‘__mlx5_bit_off’ 54 | #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) | ^~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:97:30: note: in expansion of macro ‘__mlx5_dw_off’ 97 | u32 dw_off = __mlx5_dw_off(fte_match_param, hdr); \ | ^~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:106:32: note: in expansion of macro ‘HWS_IS_FLD_SET_DW_ARR’ 106 | (((sz_in_bits) > 32) ? HWS_IS_FLD_SET_DW_ARR(match_param, hdr, sz_in_bits) : \ | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ In file included from ../include/linux/swab.h:5, from ../include/uapi/linux/byteorder/little_endian.h:14, from ../include/linux/byteorder/little_endian.h:5, from ../arch/x86/include/uapi/asm/byteorder.h:5, from ../include/asm-generic/qrwlock_types.h:6, from ../arch/x86/include/asm/spinlock_types.h:7, from ../include/linux/spinlock_types_raw.h:7, from ../include/linux/ratelimit_types.h:7, from ../include/linux/printk.h:9, from ../include/asm-generic/bug.h:22, from ../arch/x86/include/asm/bug.h:103, from ../arch/x86/include/asm/alternative.h:9, from ../arch/x86/include/asm/barrier.h:5, from ../include/asm-generic/bitops/generic-non-atomic.h:7, from ../include/linux/bitops.h:28, from ../include/linux/kernel.h:23: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/uapi/linux/swab.h:115:54: note: in definition of macro ‘__swab32’ 115 | #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) | ^ ../include/linux/byteorder/generic.h:95:21: note: in expansion of macro ‘__be32_to_cpu’ 95 | #define be32_to_cpu __be32_to_cpu | ^~~~~~~~~~~~~ ../include/linux/mlx5/device.h:52:35: note: in expansion of macro ‘offsetof’ 52 | #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) | ^~~~~~~~ ../include/linux/mlx5/device.h:54:34: note: in expansion of macro ‘__mlx5_bit_off’ 54 | #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) | ^~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:97:1: note: in expansion of macro ‘__mlx5_dw_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ In file included from ../include/linux/mlx5/driver.h:53: ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:51:59: note: in definition of macro ‘__mlx5_bit_sz’ 51 | #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) | ^~~ ../include/linux/mlx5/device.h:97:30: note: in expansion of macro ‘__mlx5_dw_bit_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/stddef.h:16:58: note: in definition of macro ‘offsetof’ 16 | #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) | ^~~~~~ ../include/linux/mlx5/device.h:57:70: note: in expansion of macro ‘__mlx5_bit_off’ 57 | #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1f)) | ^~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:97:30: note: in expansion of macro ‘__mlx5_dw_bit_off’ 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~ ../include/linux/mlx5/device.h:51:59: note: in definition of macro ‘__mlx5_bit_sz’ 51 | #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) | ^~~ ../include/linux/mlx5/device.h:98:1: note: in expansion of macro ‘__mlx5_mask’ 98 | __mlx5_mask(typ, fld)) | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ 88 | MLX5_GET(fte_match_param, match_param, hdr) | ^~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || | ^~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:287: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.o] Error 1 make[7]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/mellanox/mlx5/core] Error 2 make[6]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/mellanox] Error 2 make[5]: *** [../scripts/Makefile.build:554: drivers/net/ethernet] Error 2 make[4]: *** [../scripts/Makefile.build:554: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:433:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" make[3]: *** [../scripts/Makefile.build:554: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.pS9RC1jKAW 2025-07-02 16:17:53.270034788 -0700 +++ /tmp/tmp.pMuTGPDtrZ 2025-07-02 16:19:33.471293405 -0700 @@ -1,0 +2 @@ +../drivers/base/firmware_loader/main.c:229:9: warning: context imbalance in 'free_fw_priv' - wrong count at exit @@ -6 +6,0 @@ -../drivers/base/firmware_loader/main.c:229:9: warning: context imbalance in 'free_fw_priv' - wrong count at exit @@ -9,0 +10 @@ +make[4]: *** Waiting for unfinished jobs.... @@ -15,0 +17,139 @@ +In file included from ../include/uapi/linux/posix_types.h:5, + from ../include/uapi/linux/types.h:14, + from ../include/linux/types.h:6, + from ../include/linux/kasan-checks.h:5, + from ../include/asm-generic/rwonce.h:26, + from ./arch/x86/include/generated/asm/rwonce.h:1, + from ../include/linux/compiler.h:390, + from ../include/linux/array_size.h:5, + from ../include/linux/kernel.h:16, + from ../include/linux/mlx5/driver.h:36, + from ../include/linux/mlx5/transobj.h:36, + from ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/internal.h:7, + from ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:4: +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c: In function ‘hws_definer_conv_misc2’: +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? + 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || + | ^~~~~~~~~~~~~~~ +../include/linux/stddef.h:16:58: note: in definition of macro ‘offsetof’ + 16 | #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) + | ^~~~~~ +../include/linux/mlx5/device.h:54:34: note: in expansion of macro ‘__mlx5_bit_off’ + 54 | #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) + | ^~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:97:30: note: in expansion of macro ‘__mlx5_dw_off’ + 97 | u32 dw_off = __mlx5_dw_off(fte_match_param, hdr); \ + | ^~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:106:32: note: in expansion of macro ‘HWS_IS_FLD_SET_DW_ARR’ + 106 | (((sz_in_bits) > 32) ? HWS_IS_FLD_SET_DW_ARR(match_param, hdr, sz_in_bits) : \ + | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ + 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || + | ^~~~~~~~~~~~~~~~~ +In file included from ../include/linux/swab.h:5, + from ../include/uapi/linux/byteorder/little_endian.h:14, + from ../include/linux/byteorder/little_endian.h:5, + from ../arch/x86/include/uapi/asm/byteorder.h:5, + from ../include/asm-generic/qrwlock_types.h:6, + from ../arch/x86/include/asm/spinlock_types.h:7, + from ../include/linux/spinlock_types_raw.h:7, + from ../include/linux/ratelimit_types.h:7, + from ../include/linux/printk.h:9, + from ../include/asm-generic/bug.h:22, + from ../arch/x86/include/asm/bug.h:103, + from ../arch/x86/include/asm/alternative.h:9, + from ../arch/x86/include/asm/barrier.h:5, + from ../include/asm-generic/bitops/generic-non-atomic.h:7, + from ../include/linux/bitops.h:28, + from ../include/linux/kernel.h:23: +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? + 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || + | ^~~~~~~~~~~~~~~ +../include/uapi/linux/swab.h:115:54: note: in definition of macro ‘__swab32’ + 115 | #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) + | ^ +../include/linux/byteorder/generic.h:95:21: note: in expansion of macro ‘__be32_to_cpu’ + 95 | #define be32_to_cpu __be32_to_cpu + | ^~~~~~~~~~~~~ +../include/linux/mlx5/device.h:52:35: note: in expansion of macro ‘offsetof’ + 52 | #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) + | ^~~~~~~~ +../include/linux/mlx5/device.h:54:34: note: in expansion of macro ‘__mlx5_bit_off’ + 54 | #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) + | ^~~~~~~~~~~~~~ +../include/linux/mlx5/device.h:97:1: note: in expansion of macro ‘__mlx5_dw_off’ + 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ + | ^~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ + 88 | MLX5_GET(fte_match_param, match_param, hdr) + | ^~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ + 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ + 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || + | ^~~~~~~~~~~~~~~~~ +In file included from ../include/linux/mlx5/driver.h:53: +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? + 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || + | ^~~~~~~~~~~~~~~ +../include/linux/mlx5/device.h:51:59: note: in definition of macro ‘__mlx5_bit_sz’ + 51 | #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) + | ^~~ +../include/linux/mlx5/device.h:97:30: note: in expansion of macro ‘__mlx5_dw_bit_off’ + 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ + | ^~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ + 88 | MLX5_GET(fte_match_param, match_param, hdr) + | ^~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ + 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ + 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || + | ^~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? + 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || + | ^~~~~~~~~~~~~~~ +../include/linux/stddef.h:16:58: note: in definition of macro ‘offsetof’ + 16 | #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) + | ^~~~~~ +../include/linux/mlx5/device.h:57:70: note: in expansion of macro ‘__mlx5_bit_off’ + 57 | #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1f)) + | ^~~~~~~~~~~~~~ +../include/linux/mlx5/device.h:97:30: note: in expansion of macro ‘__mlx5_dw_bit_off’ + 97 | __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \ + | ^~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ + 88 | MLX5_GET(fte_match_param, match_param, hdr) + | ^~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ + 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ + 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || + | ^~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:62: error: ‘struct mlx5_ifc_fte_match_set_misc2_bits’ has no member named ‘reserved_at_1a0’; did you mean ‘reserved_at_1c0’? + 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || + | ^~~~~~~~~~~~~~~ +../include/linux/mlx5/device.h:51:59: note: in definition of macro ‘__mlx5_bit_sz’ + 51 | #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) + | ^~~ +../include/linux/mlx5/device.h:98:1: note: in expansion of macro ‘__mlx5_mask’ + 98 | __mlx5_mask(typ, fld)) + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:88:9: note: in expansion of macro ‘MLX5_GET’ + 88 | MLX5_GET(fte_match_param, match_param, hdr) + | ^~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:107:35: note: in expansion of macro ‘HWS_GET_MATCH_PARAM’ + 107 | !!(HWS_GET_MATCH_PARAM(match_param, hdr))) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c:1281:13: note: in expansion of macro ‘HWS_IS_FLD_SET_SZ’ + 1281 | if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters_2.reserved_at_1a0, 0x8) || + | ^~~~~~~~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:287: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.o] Error 1 +make[7]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/mellanox/mlx5/core] Error 2 +make[6]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/mellanox] Error 2 +make[5]: *** [../scripts/Makefile.build:554: drivers/net/ethernet] Error 2 +make[4]: *** [../scripts/Makefile.build:554: drivers/net] Error 2 +make[4]: *** Waiting for unfinished jobs.... @@ -17,0 +158 @@ +make[3]: *** [../scripts/Makefile.build:554: drivers] Error 2 Per-file breakdown --- /tmp/tmp.ziZ1eu6jnS 2025-07-02 16:19:33.504110635 -0700 +++ /tmp/tmp.aBcKBszP3U 2025-07-02 16:19:33.520110550 -0700 @@ -4,0 +5 @@ + 5 ../drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c