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 8150CC4167B for ; Thu, 7 Dec 2023 22:31:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232369AbjLGWa6 (ORCPT ); Thu, 7 Dec 2023 17:30:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232348AbjLGWay (ORCPT ); Thu, 7 Dec 2023 17:30:54 -0500 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF927170F for ; Thu, 7 Dec 2023 14:31:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701988260; x=1733524260; h=date:from:to:cc:subject:message-id:mime-version; bh=srVJ8gw6ZfAE4QWT2Lto/OnSd1qPcsDD1l6x8Su01f0=; b=lo0uvwaU9h6G1sZwwQk/VduW60RIWKCkum17vrVIntVGBxNdu9zUpzZ/ 5WNEv3G4Y84HPOhDLTn2a41BH5vNHJxG9dviS24DplRSIk8TdhK3Lko05 +ajGKIaza86HI9CR1iY/L98/j10eem1azg0k+IjG8ywhPAd4vYPgzBXUm s2S+t7iTu+vYL7SQgUJQWaSNFYm1pI4BE009iA8pAkFmi0htOl/XcrmzV taQUokNHQNjwpWBsfeEdsYgwKwvc51gxMZ2k4HAUmNEhrb28OftszH7qf q/43LlpZW43xB+p2DbD1+k/DKWab51XIhYTuWF/DS55pPTDpzt8BuNgMM g==; X-IronPort-AV: E=McAfee;i="6600,9927,10917"; a="1396058" X-IronPort-AV: E=Sophos;i="6.04,258,1695711600"; d="scan'208";a="1396058" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Dec 2023 14:31:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10917"; a="889893209" X-IronPort-AV: E=Sophos;i="6.04,258,1695711600"; d="scan'208";a="889893209" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by fmsmga002.fm.intel.com with ESMTP; 07 Dec 2023 14:30:58 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1rBMtU-000CvV-0a; Thu, 07 Dec 2023 22:30:56 +0000 Date: Fri, 8 Dec 2023 06:30:05 +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/hyp/nvhe/stacktrace.c:15:1: sparse: sparse: symbol '__pcpu_scope_kvm_stacktrace_info' was not declared. Should it be static? Message-ID: <202312080623.pPZHVKGm-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: 9ace34a8e446c1a566f3b0a3e0c4c483987e39a6 commit: 879e5ac7b2e4db05799a905b5a07fc9e5dedf651 KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace date: 1 year, 4 months ago config: arm64-randconfig-r112-20231117 (https://download.01.org/0day-ci/archive/20231208/202312080623.pPZHVKGm-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 13.2.0 reproduce: (https://download.01.org/0day-ci/archive/20231208/202312080623.pPZHVKGm-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/202312080623.pPZHVKGm-lkp@intel.com/ sparse warnings: (new ones prefixed by >>) arch/arm64/kvm/hyp/nvhe/stacktrace.c:12:1: sparse: sparse: symbol '__pcpu_scope_overflow_stack' was not declared. Should it be static? >> arch/arm64/kvm/hyp/nvhe/stacktrace.c:15:1: sparse: sparse: symbol '__pcpu_scope_kvm_stacktrace_info' was not declared. Should it be static? vim +/__pcpu_scope_kvm_stacktrace_info +15 arch/arm64/kvm/hyp/nvhe/stacktrace.c 11 12 DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack) 13 __aligned(16); 14 > 15 DEFINE_PER_CPU(struct kvm_nvhe_stacktrace_info, kvm_stacktrace_info); 16 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki