:::::: :::::: Manual check reason: "drivers/net/ethernet/altera/altera_tse_main.c: fbc_errors <3> is not larger than parent_errors <3>" :::::: BCC: lkp@intel.com CC: oe-kbuild-all@lists.linux.dev TO: "Russell King (Oracle)" tree: git://git.armlinux.org.uk/~rmk/linux-arm zii head: fd753aa281a94069775aa67bf0c84d65cbb7c9ff commit: af8d4b6f286e5cc7e5b77d032bbc7b5b30054aa0 [82/97] net: phylink: add helpers for decoding mode :::::: branch date: 2 days ago :::::: commit date: 2 days ago config: s390-allyesconfig compiler: s390-linux-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git remote add rmk-arm git://git.armlinux.org.uk/~rmk/linux-arm git fetch --no-tags rmk-arm zii git checkout af8d4b6f286e5cc7e5b77d032bbc7b5b30054aa0 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot Note: the rmk-arm/zii HEAD fd753aa281a94069775aa67bf0c84d65cbb7c9ff builds fine. It only hurts bisectability. All errors (new ones prefixed by >>): drivers/net/ethernet/altera/altera_tse_main.c:1100:10: error: 'const struct phylink_mac_ops' has no member named 'mac_an_restart' 1100 | .mac_an_restart = alt_tse_mac_an_restart, | ^~~~~~~~~~~~~~ drivers/net/ethernet/altera/altera_tse_main.c:1100:27: error: positional initialization of field in 'struct' declared with 'designated_init' attribute [-Werror=designated-init] 1100 | .mac_an_restart = alt_tse_mac_an_restart, | ^~~~~~~~~~~~~~~~~~~~~~ drivers/net/ethernet/altera/altera_tse_main.c:1100:27: note: (near initialization for 'alt_tse_phylink_ops') >> drivers/net/ethernet/altera/altera_tse_main.c:1100:27: error: initialization of 'void (*)(struct phylink_config *, unsigned int, phy_interface_t)' from incompatible pointer type 'void (*)(struct phylink_config *)' [-Werror=incompatible-pointer-types] drivers/net/ethernet/altera/altera_tse_main.c:1100:27: note: (near initialization for 'alt_tse_phylink_ops.mac_link_down') drivers/net/ethernet/altera/altera_tse_main.c:1102:26: warning: initialized field overwritten [-Woverride-init] 1102 | .mac_link_down = alt_tse_mac_link_down, | ^~~~~~~~~~~~~~~~~~~~~ drivers/net/ethernet/altera/altera_tse_main.c:1102:26: note: (near initialization for 'alt_tse_phylink_ops.mac_link_down') cc1: some warnings being treated as errors vim +1100 drivers/net/ethernet/altera/altera_tse_main.c fef2998203e17e4 Maxime Chevallier 2022-09-02 1097 fef2998203e17e4 Maxime Chevallier 2022-09-02 1098 static const struct phylink_mac_ops alt_tse_phylink_ops = { fef2998203e17e4 Maxime Chevallier 2022-09-02 1099 .validate = phylink_generic_validate, fef2998203e17e4 Maxime Chevallier 2022-09-02 @1100 .mac_an_restart = alt_tse_mac_an_restart, fef2998203e17e4 Maxime Chevallier 2022-09-02 1101 .mac_config = alt_tse_mac_config, fef2998203e17e4 Maxime Chevallier 2022-09-02 1102 .mac_link_down = alt_tse_mac_link_down, fef2998203e17e4 Maxime Chevallier 2022-09-02 1103 .mac_link_up = alt_tse_mac_link_up, fef2998203e17e4 Maxime Chevallier 2022-09-02 1104 .mac_select_pcs = alt_tse_select_pcs, fef2998203e17e4 Maxime Chevallier 2022-09-02 1105 }; fef2998203e17e4 Maxime Chevallier 2022-09-02 1106 :::::: The code at line 1100 was first introduced by commit :::::: fef2998203e17e4298843afb2056fbed44611734 net: altera: tse: convert to phylink :::::: TO: Maxime Chevallier :::::: CC: David S. Miller -- 0-DAY CI Kernel Test Service https://01.org/lkp