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 72ACBC4167B for ; Mon, 4 Dec 2023 23:50:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235025AbjLDXud (ORCPT ); Mon, 4 Dec 2023 18:50:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234910AbjLDXuH (ORCPT ); Mon, 4 Dec 2023 18:50:07 -0500 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B83C10E4 for ; Mon, 4 Dec 2023 15:49:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701733797; x=1733269797; h=date:from:to:cc:subject:message-id:mime-version; bh=xPuJGtyYnnFG3ZlF6+RQ+Vcb+8rsl8GcaRCuSHoE3S8=; b=ixQTPQwEZP5HFNzBEPyQzSABEEd0ygC/a0lFqx4cHKDp0wF+KT5xEgDm M0/ALzud8rge8yyb+19ZbYE6E0fopJBjgnvC+25sIJYU1+1RSVRxu1TL4 Hwr/6o6Stt2FvXBXyOtO1uMo+sUX1OSL6ChkXn2oYKLws7MmmLSpeu4hE Tt33OMUXBvJQJFFV+Y6xYWK9Ee94Ay0XRVBEjx3NhxDB9n6ijKdDj6+Yp iBRV3GRw/9P7ObeCuRDULt4VwL42UgANoyAD3/GAejKqFzyzKJNlSksHm zWC4FqWYEKjeWOJ+9hW21h/Iym2iqYT9l846AWa6NCK9Y1UNhrUnf51NT g==; X-IronPort-AV: E=McAfee;i="6600,9927,10914"; a="458137661" X-IronPort-AV: E=Sophos;i="6.04,251,1695711600"; d="scan'208";a="458137661" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Dec 2023 15:49:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10914"; a="861552918" X-IronPort-AV: E=Sophos;i="6.04,251,1695711600"; d="scan'208";a="861552918" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by FMSMGA003.fm.intel.com with ESMTP; 04 Dec 2023 15:49:43 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1rAIh2-0008Ba-1m; Mon, 04 Dec 2023 23:49:40 +0000 Date: Tue, 5 Dec 2023 07:48:58 +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:10:1: sparse: sparse: symbol '__pcpu_scope_overflow_stack' was not declared. Should it be static? Message-ID: <202312050737.W2Tcdbew-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: bee0e7762ad2c6025b9f5245c040fcc36ef2bde8 commit: 548ec3336f323db56260b312c232ab37285f0284 KVM: arm64: On stack overflow switch to hyp overflow_stack date: 1 year, 4 months ago config: arm64-randconfig-r112-20231117 (https://download.01.org/0day-ci/archive/20231205/202312050737.W2Tcdbew-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 13.2.0 reproduce: (https://download.01.org/0day-ci/archive/20231205/202312050737.W2Tcdbew-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/202312050737.W2Tcdbew-lkp@intel.com/ sparse warnings: (new ones prefixed by >>) >> arch/arm64/kvm/hyp/nvhe/stacktrace.c:10:1: sparse: sparse: symbol '__pcpu_scope_overflow_stack' was not declared. Should it be static? vim +/__pcpu_scope_overflow_stack +10 arch/arm64/kvm/hyp/nvhe/stacktrace.c 9 > 10 DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack) -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki