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 66693C41513 for ; Fri, 28 Jul 2023 18:08:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233732AbjG1SIK (ORCPT ); Fri, 28 Jul 2023 14:08:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235258AbjG1SIF (ORCPT ); Fri, 28 Jul 2023 14:08:05 -0400 Received: from mgamail.intel.com (unknown [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47C98198A for ; Fri, 28 Jul 2023 11:08:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690567684; x=1722103684; h=date:from:to:cc:subject:message-id:mime-version; bh=B5czFDY6yE2DuU5Tjr8DP7yHxYjlGM9k28uBI08eyR4=; b=Ia8mIi9K3reayC0LZc4vrT7Z258Hs6DEqrc1RUDIF2xF5zmQKX1YUcgb pgFymVtHZutAWY1IceGg+aJit2zltJ16nN8uZlyEagZI6f/yn1MqQ74J1 Ygln+7Z4aXGhODjBTNHh+OYeEA6AQbBaXqJkLPziGZ8R7dguNqueFPRC3 ex8fRkiPEeJ0yliMS35XVQMEmFWNa3ZS/8I5xKzFrFNu1Kwi+izXipU+A E80qo4kKwClM37D5AzghtOA3yXXZchEaNtpCw/JoCOUwTFJQVevgjZWjI NDup0mhefvh8ZeXBWELLwh5rDAQZCdkklog7pfjD/dg0pJ4gap4pBA5Rg g==; X-IronPort-AV: E=McAfee;i="6600,9927,10784"; a="366122355" X-IronPort-AV: E=Sophos;i="6.01,238,1684825200"; d="scan'208";a="366122355" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2023 11:08:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10784"; a="851302045" X-IronPort-AV: E=Sophos;i="6.01,238,1684825200"; d="scan'208";a="851302045" Received: from lkp-server02.sh.intel.com (HELO 953e8cd98f7d) ([10.239.97.151]) by orsmga004.jf.intel.com with ESMTP; 28 Jul 2023 11:08:01 -0700 Received: from kbuild by 953e8cd98f7d with local (Exim 4.96) (envelope-from ) id 1qPRsf-0003T5-0F; Fri, 28 Jul 2023 18:08:01 +0000 Date: Sat, 29 Jul 2023 02:07:04 +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: <202307290101.Og7Esy2f-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: 57012c57536f8814dec92e74197ee96c3498d24e commit: 879e5ac7b2e4db05799a905b5a07fc9e5dedf651 KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace date: 1 year ago config: arm64-randconfig-r071-20230728 (https://download.01.org/0day-ci/archive/20230729/202307290101.Og7Esy2f-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230729/202307290101.Og7Esy2f-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/202307290101.Og7Esy2f-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