From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4329905872487880249==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [ammarfaizi2-block:google/android/kernel/common/android12-5.10 981/9999] arch/arm64/kvm/arm.c:1906:6: warning: no previous prototype for '_kvm_host_prot_finalize' Date: Thu, 27 Jan 2022 09:41:39 +0800 Message-ID: <202201270944.zEo8aC9v-lkp@intel.com> List-Id: --===============4329905872487880249== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Quentin, FYI, the error/warning still remains. tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/co= mmon/android12-5.10 head: b0d13db791b8774617b72c9242a7cf49f67720b2 commit: 68bd98a28aa622358c73420792329221c86fbe0c [981/9999] FROMLIST: KVM: = arm64: Wrap the host with a stage 2 config: arm64-buildonly-randconfig-r006-20220126 (https://download.01.org/0= day-ci/archive/20220127/202201270944.zEo8aC9v-lkp(a)intel.com/config) compiler: aarch64-linux-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/= make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/ammarfaizi2/linux-block/commit/68bd98a28aa6223= 58c73420792329221c86fbe0c git remote add ammarfaizi2-block https://github.com/ammarfaizi2/lin= ux-block git fetch --no-tags ammarfaizi2-block google/android/kernel/common/= android12-5.10 git checkout 68bd98a28aa622358c73420792329221c86fbe0c # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Darm64 SHELL=3D/bin/bash arch/arm64/kvm/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> arch/arm64/kvm/arm.c:1906:6: warning: no previous prototype for '_kvm_ho= st_prot_finalize' [-Wmissing-prototypes] 1906 | void _kvm_host_prot_finalize(void *discard) | ^~~~~~~~~~~~~~~~~~~~~~~ vim +/_kvm_host_prot_finalize +1906 arch/arm64/kvm/arm.c 1905 = > 1906 void _kvm_host_prot_finalize(void *discard) 1907 { 1908 WARN_ON(kvm_call_hyp_nvhe(__pkvm_prot_finalize)); 1909 } 1910 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============4329905872487880249==--