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 X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E330BC433E7 for ; Wed, 2 Sep 2020 20:21:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B8C12207EA for ; Wed, 2 Sep 2020 20:21:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599078074; bh=vhALcjqONTxIO7veUtPkdIKkJzCRja7JS3YYh4xbF1w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=WyOqqlGC54ukj3w0EuVRgFzgWtSSgQytdBPq5cDHWZKqyBUnaCjAppQn64rs0a47Z pBZISdMBK9rw35DtnrHcryRobVqwgQIl2oVUNlRMZKHg6SvcjXCxyqK28qnwTbbeyy uloq20hPI2smHxpxxj80BGUX6hAAK/CnWWBFwTJI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726426AbgIBUVN (ORCPT ); Wed, 2 Sep 2020 16:21:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:47112 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726269AbgIBUVL (ORCPT ); Wed, 2 Sep 2020 16:21:11 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 36E6220678; Wed, 2 Sep 2020 20:21:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599078070; bh=vhALcjqONTxIO7veUtPkdIKkJzCRja7JS3YYh4xbF1w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CBn1GnQdJ3+igsbBRfB1d/8JfyINjqkxEcrJ/CdgaJMIVxOz+P/ugGeGKg1jkqgRr ra+QGOxoaz0mPqoxIlY+VklWYH9upFN4gl/oK4vhcCmrhbgqr0CY70z0YKeQyb6S1Q BPxSiEZWwHvP/+yRruLYE3xO8tcNuzq2nZFJYqiQ= Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kDZFk-008idS-EG; Wed, 02 Sep 2020 21:21:08 +0100 Date: Wed, 02 Sep 2020 21:20:50 +0100 Message-ID: <87v9gw6icd.wl-maz@kernel.org> From: Marc Zyngier To: kernel test robot Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, Will Deacon , Catalin Marinas , Russell King , Thomas Gleixner , Jason Cooper , Sumit Garg , Valentin Schneider , Florian Fainelli Subject: Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting In-Reply-To: <202009021515.h2UQ0SoN%lkp@intel.com> References: <20200901144324.1071694-17-maz@kernel.org> <202009021515.h2UQ0SoN%lkp@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/26.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: lkp@intel.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, will@kernel.org, catalin.marinas@arm.com, linux@arm.linux.org.uk, tglx@linutronix.de, jason@lakedaemon.net, sumit.garg@linaro.org, Valentin.Schneider@arm.com, f.fainelli@gmail.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 02 Sep 2020 08:41:31 +0100, kernel test robot wrote: > > Hi Marc, > > I love your patch! Yet something to improve: > > [auto build test ERROR on arm64/for-next/core] > [also build test ERROR on arm/for-next v5.9-rc3 next-20200828] > [cannot apply to tip/irq/core] > [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] > > url: https://github.com/0day-ci/linux/commits/Marc-Zyngier/arm-arm64-Turning-IPIs-into-normal-interrupts/20200901-225407 > base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core > config: arm-realview_defconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0 > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All errors (new ones prefixed by >>): > > arch/arm/kernel/smp.c: In function 'show_ipi_list': > >> arch/arm/kernel/smp.c:537:27: error: implicit declaration of function 'kstat_irqs_cpu' [-Werror=implicit-function-declaration] > 537 | seq_printf(p, "%10u ", kstat_irqs_cpu(irq, cpu)); > | ^~~~~~~~~~~~~~ Now fixed. Thanks for the heads up. M. -- Without deviation from the norm, progress is not possible. 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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69CB3C433E2 for ; Wed, 2 Sep 2020 20:22:31 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 304A720678 for ; Wed, 2 Sep 2020 20:22:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="n/NTRYtq"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="CBn1GnQd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 304A720678 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Subject:To:From: Message-ID:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AM9vzF4eIqlR1lSq9BMaM5We7yERISi/j8F/Po+pIGc=; b=n/NTRYtqWC2WUV34xd+LEYi2b YxOMeFKqq5UZdPXFD+k0zYcLyw2KzcEqIRgQwPkTO+AVolBWvthQh3p86FBww7Gg5rXWSGXNizl9X 3+vznzt8JL+UqBEZn5y9wb4/n0wU+qhiyKPiGGwTFmlDlw6mFVa0vfigcTcnj0C/OjQ1uO6ddR1jC s90j9y0Sd8C9fKZuivqAZIm+2GNCTjQUkff8CU464S8YCohZcZNp0SNJ/gL2nVc+T2RZqj4oelPHB sI+qudnTOun9rbocqznHAphunMb9jeypO3uL53WX+yDNjY7wOn1d/E+PsQM8tgKliQqeq74CZg9gY MhZHdLqeQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDZFq-000632-Af; Wed, 02 Sep 2020 20:21:14 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDZFn-00062h-DV for linux-arm-kernel@lists.infradead.org; Wed, 02 Sep 2020 20:21:12 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 36E6220678; Wed, 2 Sep 2020 20:21:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599078070; bh=vhALcjqONTxIO7veUtPkdIKkJzCRja7JS3YYh4xbF1w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CBn1GnQdJ3+igsbBRfB1d/8JfyINjqkxEcrJ/CdgaJMIVxOz+P/ugGeGKg1jkqgRr ra+QGOxoaz0mPqoxIlY+VklWYH9upFN4gl/oK4vhcCmrhbgqr0CY70z0YKeQyb6S1Q BPxSiEZWwHvP/+yRruLYE3xO8tcNuzq2nZFJYqiQ= Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kDZFk-008idS-EG; Wed, 02 Sep 2020 21:21:08 +0100 Date: Wed, 02 Sep 2020 21:20:50 +0100 Message-ID: <87v9gw6icd.wl-maz@kernel.org> From: Marc Zyngier To: kernel test robot Subject: Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting In-Reply-To: <202009021515.h2UQ0SoN%lkp@intel.com> References: <20200901144324.1071694-17-maz@kernel.org> <202009021515.h2UQ0SoN%lkp@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/26.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: lkp@intel.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, will@kernel.org, catalin.marinas@arm.com, linux@arm.linux.org.uk, tglx@linutronix.de, jason@lakedaemon.net, sumit.garg@linaro.org, Valentin.Schneider@arm.com, f.fainelli@gmail.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200902_162111_920894_3BA6A118 X-CRM114-Status: GOOD ( 27.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sumit Garg , Florian Fainelli , Russell King , Jason Cooper , Catalin Marinas , linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, Thomas Gleixner , Will Deacon , Valentin Schneider , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 02 Sep 2020 08:41:31 +0100, kernel test robot wrote: > > Hi Marc, > > I love your patch! Yet something to improve: > > [auto build test ERROR on arm64/for-next/core] > [also build test ERROR on arm/for-next v5.9-rc3 next-20200828] > [cannot apply to tip/irq/core] > [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] > > url: https://github.com/0day-ci/linux/commits/Marc-Zyngier/arm-arm64-Turning-IPIs-into-normal-interrupts/20200901-225407 > base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core > config: arm-realview_defconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0 > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All errors (new ones prefixed by >>): > > arch/arm/kernel/smp.c: In function 'show_ipi_list': > >> arch/arm/kernel/smp.c:537:27: error: implicit declaration of function 'kstat_irqs_cpu' [-Werror=implicit-function-declaration] > 537 | seq_printf(p, "%10u ", kstat_irqs_cpu(irq, cpu)); > | ^~~~~~~~~~~~~~ Now fixed. Thanks for the heads up. M. -- Without deviation from the norm, progress is not possible. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5293418471143396295==" MIME-Version: 1.0 From: Marc Zyngier To: kbuild-all@lists.01.org Subject: Re: [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting Date: Wed, 02 Sep 2020 21:20:50 +0100 Message-ID: <87v9gw6icd.wl-maz@kernel.org> In-Reply-To: <202009021515.h2UQ0SoN%lkp@intel.com> List-Id: --===============5293418471143396295== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Wed, 02 Sep 2020 08:41:31 +0100, kernel test robot wrote: > = > Hi Marc, > = > I love your patch! Yet something to improve: > = > [auto build test ERROR on arm64/for-next/core] > [also build test ERROR on arm/for-next v5.9-rc3 next-20200828] > [cannot apply to tip/irq/core] > [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] > = > url: https://github.com/0day-ci/linux/commits/Marc-Zyngier/arm-arm64-T= urning-IPIs-into-normal-interrupts/20200901-225407 > base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git f= or-next/core > config: arm-realview_defconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0 > reproduce (this is a W=3D1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbi= n/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-9.3.0 make.cros= s ARCH=3Darm = > = > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > = > All errors (new ones prefixed by >>): > = > arch/arm/kernel/smp.c: In function 'show_ipi_list': > >> arch/arm/kernel/smp.c:537:27: error: implicit declaration of function = 'kstat_irqs_cpu' [-Werror=3Dimplicit-function-declaration] > 537 | seq_printf(p, "%10u ", kstat_irqs_cpu(irq, cpu)); > | ^~~~~~~~~~~~~~ Now fixed. Thanks for the heads up. M. -- = Without deviation from the norm, progress is not possible. --===============5293418471143396295==--