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 E2D4DC27C40 for ; Wed, 23 Aug 2023 19:59:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238413AbjHWT7C (ORCPT ); Wed, 23 Aug 2023 15:59:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235885AbjHWT6k (ORCPT ); Wed, 23 Aug 2023 15:58:40 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6EFB410C2; Wed, 23 Aug 2023 12:58:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692820718; x=1724356718; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=DWpi1WF0A7pyHfE5VmRDXpAMGPRbGG/nl9Ypmh1P914=; b=nyDIT2AFpK1ES4zgfzQHeH5UL6FGF7/0LszlE6UaLLeQsz95D4rPnzvX zDjzw2iJtaZ2vvDPXusJ5kc/DWjNbaDuDDeDx3+lqvOgrsrCXY8LqCJeY 0UuOuf/eaXt5OTQVWcgzga9LN4yViaVWxgv2Kq2QGip5e0Xb8Il5Tparv 8Iug42cQ47MGyXe0UjxkvIPwCvczchDLNnsB92akQFe5gotHzdA/sopOQ dcm3GUZeGawvaTe1iEacfqBCYu+W6/JOAiEyZZ5i/tb6esmFHOu2AKlVm W3aqQ/xZOrm3ONELORq+ugwrO//XNLSZff0zeHQaAeaTy/a91Uxhr/+OK w==; X-IronPort-AV: E=McAfee;i="6600,9927,10811"; a="460619957" X-IronPort-AV: E=Sophos;i="6.01,195,1684825200"; d="scan'208";a="460619957" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2023 12:58:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10811"; a="826848502" X-IronPort-AV: E=Sophos;i="6.01,195,1684825200"; d="scan'208";a="826848502" Received: from lkp-server02.sh.intel.com (HELO daf8bb0a381d) ([10.239.97.151]) by FMSMGA003.fm.intel.com with ESMTP; 23 Aug 2023 12:58:32 -0700 Received: from kbuild by daf8bb0a381d with local (Exim 4.96) (envelope-from ) id 1qYtzj-0001Si-1b; Wed, 23 Aug 2023 19:58:27 +0000 Date: Thu, 24 Aug 2023 03:58:11 +0800 From: kernel test robot To: Douglas Anderson , Mark Rutland , Catalin Marinas , Will Deacon , Sumit Garg , Daniel Thompson , Marc Zyngier Cc: oe-kbuild-all@lists.linux.dev, Lecopzer Chen , linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org, kgdb-bugreport@lists.sourceforge.net, ito-yuichi@fujitsu.com, Stephen Boyd , Thomas Gleixner , Chen-Yu Tsai , Ard Biesheuvel , "Rafael J . Wysocki" , Masayoshi Mizuma , Douglas Anderson , D Scott Phillips , Ingo Molnar , Josh Poimboeuf , Valentin Schneider , linux-kernel@vger.kernel.org Subject: Re: [PATCH v10 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI Message-ID: <202308240309.hI0bjoys-lkp@intel.com> References: <20230822142644.v10.4.Ie6c132b96ebbbcddbf6954b9469ed40a6960343c@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230822142644.v10.4.Ie6c132b96ebbbcddbf6954b9469ed40a6960343c@changeid> Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Hi Douglas, kernel test robot noticed the following build warnings: [auto build test WARNING on arm64/for-next/core] [also build test WARNING on tip/irq/core arm-perf/for-next/perf linus/master v6.5-rc7 next-20230823] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Douglas-Anderson/irqchip-gic-v3-Enable-support-for-SGIs-to-act-as-NMIs/20230823-053216 base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core patch link: https://lore.kernel.org/r/20230822142644.v10.4.Ie6c132b96ebbbcddbf6954b9469ed40a6960343c%40changeid patch subject: [PATCH v10 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI config: arm64-randconfig-r026-20230823 (https://download.01.org/0day-ci/archive/20230824/202308240309.hI0bjoys-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230824/202308240309.hI0bjoys-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/202308240309.hI0bjoys-lkp@intel.com/ All warnings (new ones prefixed by >>): >> arch/arm64/kernel/smp.c:855:6: warning: no previous prototype for 'arm64_backtrace_ipi' [-Wmissing-prototypes] 855 | void arm64_backtrace_ipi(cpumask_t *mask) | ^~~~~~~~~~~~~~~~~~~ vim +/arm64_backtrace_ipi +855 arch/arm64/kernel/smp.c 854 > 855 void arm64_backtrace_ipi(cpumask_t *mask) 856 { 857 __ipi_send_mask(ipi_desc[IPI_CPU_BACKTRACE], mask); 858 } 859 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki