Dear All, > -----Original Message----- > From: kernel test robot <lkp@xxxxxxxxx> > Sent: Monday, October 11, 2021 4:25 PM > To: Prabhakar Kushwaha <pkushwaha@xxxxxxxxxxx> > Cc: kbuild-all@xxxxxxxxxxxx; Linux Memory Management List <linux- > mm@xxxxxxxxx>; Ariel Elior <aelior@xxxxxxxxxxx>; Shai Malin > <smalin@xxxxxxxxxxx>; Omkar Kulkarni <okulkarni@xxxxxxxxxxx> > Subject: [linux-next:master 4975/7405] > drivers/net/ethernet/qlogic/qed/qed_dev.c:2410:24: error: implicit declaration > of function 'qed_sriov_eqe_event'; did you mean 'qed_common_eqe_event'? > > External Email > > ---------------------------------------------------------------------- > tree: https://urldefense.proofpoint.com/v2/url?u=https- > 3A__git.kernel.org_pub_scm_linux_kernel_git_next_linux- > 2Dnext.git&d=DwIBAg&c=nKjWec2b6R0mOyPaz7xtfQ&r=bAXZ5o4wm8RiJvP6bO > Gu3OdAN7i4STesZnOL1rzhuLU&m=C2c1dKRXsSm3XtX- > 9iwKMnHCWKTMO4xquUL3MJNmCPU&s=dOSaqE6I6Z7Tws6sApLB4Xqq83e_- > qMD4oUlF6l3nr8&e= master > head: d3134eb5de8546a214c028fb7195e764b89da7d4 > commit: fe40a830dcded26f012739fd6dac0da9c805bc38 [4975/7405] qed: > Update qed_hsi.h for fw 8.59.1.0 > config: s390-randconfig-r044-20211011 (attached as .config) > compiler: s390-linux-gcc (GCC) 11.2.0 > reproduce (this is a W=1 build): > wget https://urldefense.proofpoint.com/v2/url?u=https- > 3A__raw.githubusercontent.com_intel_lkp- > 2Dtests_master_sbin_make.cross&d=DwIBAg&c=nKjWec2b6R0mOyPaz7xtfQ&r > =bAXZ5o4wm8RiJvP6bOGu3OdAN7i4STesZnOL1rzhuLU&m=C2c1dKRXsSm3XtX- > 9iwKMnHCWKTMO4xquUL3MJNmCPU&s=oIy6m2eqjhARCAKeSyqgsb_2hsUjX_C > 2t-jjiikZbmg&e= -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://urldefense.proofpoint.com/v2/url?u=https- > 3A__git.kernel.org_pub_scm_linux_kernel_git_next_linux-2Dnext.git_commit_- > 3Fid- > 3Dfe40a830dcded26f012739fd6dac0da9c805bc38&d=DwIBAg&c=nKjWec2b6R0 > mOyPaz7xtfQ&r=bAXZ5o4wm8RiJvP6bOGu3OdAN7i4STesZnOL1rzhuLU&m=C2c > 1dKRXsSm3XtX- > 9iwKMnHCWKTMO4xquUL3MJNmCPU&s=_Qrz3KsACDvHBSXUbPH4j1FL- > eFnuRt_yshPe3F2UMk&e= > git remote add linux-next > https://urldefense.proofpoint.com/v2/url?u=https- > 3A__git.kernel.org_pub_scm_linux_kernel_git_next_linux- > 2Dnext.git&d=DwIBAg&c=nKjWec2b6R0mOyPaz7xtfQ&r=bAXZ5o4wm8RiJvP6bO > Gu3OdAN7i4STesZnOL1rzhuLU&m=C2c1dKRXsSm3XtX- > 9iwKMnHCWKTMO4xquUL3MJNmCPU&s=dOSaqE6I6Z7Tws6sApLB4Xqq83e_- > qMD4oUlF6l3nr8&e= > git fetch --no-tags linux-next master > git checkout fe40a830dcded26f012739fd6dac0da9c805bc38 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 > make.cross ARCH=s390 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > Note: the linux-next/master HEAD > d3134eb5de8546a214c028fb7195e764b89da7d4 builds fine. > It may have been fixed somewhere. > > All errors (new ones prefixed by >>): > > drivers/net/ethernet/qlogic/qed/qed_dev.c: In function 'qed_fw_err_handler': > drivers/net/ethernet/qlogic/qed/qed_dev.c:2390:17: error: implicit declaration > of function 'qed_sriov_vfpf_malicious' [-Werror=implicit-function-declaration] > 2390 | qed_sriov_vfpf_malicious(p_hwfn, &data->err_data); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > drivers/net/ethernet/qlogic/qed/qed_dev.c: In function > 'qed_common_eqe_event': > >> drivers/net/ethernet/qlogic/qed/qed_dev.c:2410:24: error: implicit > declaration of function 'qed_sriov_eqe_event'; did you mean > 'qed_common_eqe_event'? [-Werror=implicit-function-declaration] > 2410 | return qed_sriov_eqe_event(p_hwfn, opcode, echo, data, > | ^~~~~~~~~~~~~~~~~~~ > | qed_common_eqe_event > cc1: some warnings being treated as errors > > This issue is already fixed with commit e761523d0b407518d4812ada39957bd11227e95b. https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=e761523d0b40 --pk