From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB823C38159 for ; Wed, 18 Jan 2023 20:07:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229937AbjARUHU (ORCPT ); Wed, 18 Jan 2023 15:07:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229909AbjARUHS (ORCPT ); Wed, 18 Jan 2023 15:07:18 -0500 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD97C402C3 for ; Wed, 18 Jan 2023 12:07:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674072434; x=1705608434; h=date:from:to:cc:subject:message-id:mime-version; bh=Rl/bTkHdW9zTyqrjGASl5hEfl4MD80Xs2cf/+5SXFmM=; b=kXJc3vp91FfBCgfzhKOr28TDx4oYZ8lI3IZReyfPufPF8HaMqjUNRsPe HfpmnndECIuxONzmlj7WaDKDEuLRnHaZeXYjS1sZ13+iznKpBap4iVSTI PKTfN5D8pc02ULBFem/K3HSPzNxfguv7YNuPYqAQM1YyrLi2OY8uC2o+x Da9WUbS0zOIz38NZe9LXEBFHIUzwcR7oHV607yzeAeoVN+wTo5UZJUIBM qtp/htBwUIZKhVeJtn9nMtu3KMaJH/eoSWwkc2lI2uvc4Na2q+3vtyoPD rbiIaLBAOurOqoF0dum0zAH+kK8iBFejSIRCBCz2WL0qCSXEV7ihVtIlQ g==; X-IronPort-AV: E=McAfee;i="6500,9779,10594"; a="325138630" X-IronPort-AV: E=Sophos;i="5.97,226,1669104000"; d="scan'208";a="325138630" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jan 2023 12:07:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10594"; a="748601966" X-IronPort-AV: E=Sophos;i="5.97,226,1669104000"; d="scan'208";a="748601966" Received: from lkp-server01.sh.intel.com (HELO 5646d64e7320) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 18 Jan 2023 12:07:13 -0800 Received: from kbuild by 5646d64e7320 with local (Exim 4.96) (envelope-from ) id 1pIEiF-0000fq-2v; Wed, 18 Jan 2023 20:07:11 +0000 Date: Thu, 19 Jan 2023 04:06:45 +0800 From: kernel test robot To: Kalesh Singh Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, Marc Zyngier , Fuad Tabba Subject: arch/arm64/kvm/arm.c:52:1: sparse: sparse: symbol '__pcpu_scope_kvm_arm_hyp_stack_page' was not declared. Should it be static? Message-ID: <202301190323.czPbD4jL-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c1649ec55708ae42091a2f1bca1ab49ecd722d55 commit: db129d486ebdf4e3168282236f9d9008b42cac7e KVM: arm64: Implement non-protected nVHE hyp stack unwinder date: 6 months ago config: arm64-randconfig-s053-20230118 (https://download.01.org/0day-ci/archive/20230119/202301190323.czPbD4jL-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 12.1.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.4-39-gce1a6720-dirty # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=db129d486ebdf4e3168282236f9d9008b42cac7e git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout db129d486ebdf4e3168282236f9d9008b42cac7e # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=arm64 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=arm64 SHELL=/bin/bash arch/arm64/kvm/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> arch/arm64/kvm/arm.c:52:1: sparse: sparse: symbol '__pcpu_scope_kvm_arm_hyp_stack_page' was not declared. Should it be static? vim +/__pcpu_scope_kvm_arm_hyp_stack_page +52 arch/arm64/kvm/arm.c > 52 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests