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 79B74EB64DD for ; Fri, 28 Jul 2023 20:21:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230197AbjG1UVf (ORCPT ); Fri, 28 Jul 2023 16:21:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229581AbjG1UVd (ORCPT ); Fri, 28 Jul 2023 16:21:33 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36FB92D75 for ; Fri, 28 Jul 2023 13:21:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690575692; x=1722111692; h=date:from:to:cc:subject:message-id:mime-version; bh=C3ZMdi9TewWNnWATxjQKGZS/WM0OUr3sM3rmc7hqh7I=; b=CSYah00RLn/TBIWSFpf79nr5Mkvm2pAPYjjCOnoC9oXDwM2znQikpOmo K+CblbIs2EI8ur8+GJsgQXW/npPtPVMgPd5/0pe7lymmQ2TvBTSdsG+q5 RTG1bWnH0Xgg3Vq+atmPchjxNXOqu1pmRMYjxHOJV3s6QyNpkIsZwQKuI mMLlHUm/EN8bmZONsiLumBrVB0XnxFrRJ3ZC7Jnsu21p2w78Nrlp1eL9e +iKhmSXRjLaKlvsVhfbAoSrqMykMErbTo2YJLM+bbu1S2zLv4d46GixHN epb9NOlyngxknmT00MPhDIkQKU8pcAg29fKxqK6a/awK7+9ikAMtN5JW6 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10785"; a="348278921" X-IronPort-AV: E=Sophos;i="6.01,238,1684825200"; d="scan'208";a="348278921" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2023 13:21:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10785"; a="721380407" X-IronPort-AV: E=Sophos;i="6.01,238,1684825200"; d="scan'208";a="721380407" Received: from lkp-server02.sh.intel.com (HELO 953e8cd98f7d) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 28 Jul 2023 13:21:29 -0700 Received: from kbuild by 953e8cd98f7d with local (Exim 4.96) (envelope-from ) id 1qPTxo-0003YJ-2a; Fri, 28 Jul 2023 20:21:28 +0000 Date: Sat, 29 Jul 2023 04:20:34 +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: <202307290417.WeNyFMib-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: f837f0a3c94882a29e38ff211a36c1c8a0f07804 commit: db129d486ebdf4e3168282236f9d9008b42cac7e KVM: arm64: Implement non-protected nVHE hyp stack unwinder date: 1 year ago config: arm64-randconfig-r071-20230728 (https://download.01.org/0day-ci/archive/20230729/202307290417.WeNyFMib-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230729/202307290417.WeNyFMib-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202307290417.WeNyFMib-lkp@intel.com/ 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 50 51 DEFINE_PER_CPU(unsigned long, kvm_arm_hyp_stack_page); > 52 DECLARE_KVM_NVHE_PER_CPU(struct kvm_nvhe_init_params, kvm_init_params); 53 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki