From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8720319107252210250==" MIME-Version: 1.0 From: Marc Zyngier To: kbuild-all@lists.01.org Subject: Re: [irqchip: irq/irqchip-next] irqdomain: Kill irq_domain_add_legacy_isa Date: Sun, 06 Jun 2021 16:15:00 +0100 Message-ID: In-Reply-To: <202106062321.3Z0IkIka-lkp@intel.com> List-Id: --===============8720319107252210250== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On 2021-06-06 16:06, kernel test robot wrote: > Hi irqchip-bot, > = > Thank you for the patch! Perhaps something to improve: > = > [auto build test WARNING on tip/irq/core] > [also build test WARNING on linux/master linus/master v5.13-rc4 = > next-20210604] > [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/irqchip-bot-for-Marc-Zyngier/irq= domain-Kill-irq_domain_add_legacy_isa/20210606-204659 > base: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > 006ae1970a8cde1d3e92da69b324d12880133a13 > config: powerpc-allyesconfig (attached as .config) > compiler: powerpc64-linux-gcc (GCC) 9.3.0 > reproduce (this is a W=3D1 build): > wget > https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross > -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # > https://github.com/0day-ci/linux/commit/7d6d9b0177b4ae53ccae4fb2c5cd38746= 0def6ac > git remote add linux-review https://github.com/0day-ci/linux > git fetch --no-tags linux-review > irqchip-bot-for-Marc-Zyngier/irqdomain-Kill-irq_domain_add_legacy_isa/202= 10606-204659 > git checkout 7d6d9b0177b4ae53ccae4fb2c5cd387460def6ac > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-9.3.0 make.cross > ARCH=3Dpowerpc > = > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > = > All warnings (new ones prefixed by >>): > = > arch/powerpc/sysdev/i8259.c: In function 'i8259_init': > arch/powerpc/sysdev/i8259.c:263:15: error: implicit declaration of > function 'irq_domain_add_legacy_isa'; did you mean > 'irq_domain_add_legacy'? [-Werror=3Dimplicit-function-declaration] > 263 | i8259_host =3D irq_domain_add_legacy_isa(node, = > &i8259_host_ops, NULL); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > | irq_domain_add_legacy >>> arch/powerpc/sysdev/i8259.c:263:13: warning: assignment to 'struct = >>> irq_domain *' from 'int' makes pointer from integer without a cast = >>> [-Wint-conversion] > 263 | i8259_host =3D irq_domain_add_legacy_isa(node, = > &i8259_host_ops, NULL); > | ^ > cc1: some warnings being treated as errors This makes zero sense. At the point where this patch is applied in the series, all instances of irq_domain_add_legacy_isa() have been removed, except for one in the Chinese translation of the documentation: maz(a)hot-poop:~/arm-platforms$ git checkout = bf541b2ef87c162c8129333c55d2357bab122d8e HEAD is now at bf541b2ef87c irqdomain: Kill irq_domain_add_legacy_isa maz(a)hot-poop:~/arm-platforms$ git grep irq_domain_add_legacy_isa Documentation/translations/zh_CN/core-api/irq/irq-domain.rst: = irq_domain_add_legacy_isa() Are you applying the patches out of order, by any chance? Thanks, M. -- = Jazz is not dead. It just smells funny... --===============8720319107252210250==-- 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,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 050AAC47096 for ; Sun, 6 Jun 2021 15:15:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC99161358 for ; Sun, 6 Jun 2021 15:15:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230150AbhFFPRG (ORCPT ); Sun, 6 Jun 2021 11:17:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:45848 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230088AbhFFPRC (ORCPT ); Sun, 6 Jun 2021 11:17:02 -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 6FDCC61358; Sun, 6 Jun 2021 15:15:02 +0000 (UTC) Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1lpuUO-005mFA-EV; Sun, 06 Jun 2021 16:15:00 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 06 Jun 2021 16:15:00 +0100 From: Marc Zyngier To: kernel test robot Cc: irqchip-bot for Marc Zyngier , linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, tglx@linutronix.de Subject: Re: [irqchip: irq/irqchip-next] irqdomain: Kill irq_domain_add_legacy_isa In-Reply-To: <202106062321.3Z0IkIka-lkp@intel.com> References: <162298343087.29796.2303741743539407585.tip-bot2@tip-bot2> <202106062321.3Z0IkIka-lkp@intel.com> User-Agent: Roundcube Webmail/1.4.11 Message-ID: X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: lkp@intel.com, tip-bot2@linutronix.de, linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, tglx@linutronix.de X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-06-06 16:06, kernel test robot wrote: > Hi irqchip-bot, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on tip/irq/core] > [also build test WARNING on linux/master linus/master v5.13-rc4 > next-20210604] > [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/irqchip-bot-for-Marc-Zyngier/irqdomain-Kill-irq_domain_add_legacy_isa/20210606-204659 > base: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > 006ae1970a8cde1d3e92da69b324d12880133a13 > config: powerpc-allyesconfig (attached as .config) > compiler: powerpc64-linux-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 > # > https://github.com/0day-ci/linux/commit/7d6d9b0177b4ae53ccae4fb2c5cd387460def6ac > git remote add linux-review https://github.com/0day-ci/linux > git fetch --no-tags linux-review > irqchip-bot-for-Marc-Zyngier/irqdomain-Kill-irq_domain_add_legacy_isa/20210606-204659 > git checkout 7d6d9b0177b4ae53ccae4fb2c5cd387460def6ac > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross > ARCH=powerpc > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All warnings (new ones prefixed by >>): > > arch/powerpc/sysdev/i8259.c: In function 'i8259_init': > arch/powerpc/sysdev/i8259.c:263:15: error: implicit declaration of > function 'irq_domain_add_legacy_isa'; did you mean > 'irq_domain_add_legacy'? [-Werror=implicit-function-declaration] > 263 | i8259_host = irq_domain_add_legacy_isa(node, > &i8259_host_ops, NULL); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > | irq_domain_add_legacy >>> arch/powerpc/sysdev/i8259.c:263:13: warning: assignment to 'struct >>> irq_domain *' from 'int' makes pointer from integer without a cast >>> [-Wint-conversion] > 263 | i8259_host = irq_domain_add_legacy_isa(node, > &i8259_host_ops, NULL); > | ^ > cc1: some warnings being treated as errors This makes zero sense. At the point where this patch is applied in the series, all instances of irq_domain_add_legacy_isa() have been removed, except for one in the Chinese translation of the documentation: maz@hot-poop:~/arm-platforms$ git checkout bf541b2ef87c162c8129333c55d2357bab122d8e HEAD is now at bf541b2ef87c irqdomain: Kill irq_domain_add_legacy_isa maz@hot-poop:~/arm-platforms$ git grep irq_domain_add_legacy_isa Documentation/translations/zh_CN/core-api/irq/irq-domain.rst: irq_domain_add_legacy_isa() Are you applying the patches out of order, by any chance? Thanks, M. -- Jazz is not dead. It just smells funny...