mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: kbuild-all@01.org, "Thomas Gleixner" <tglx@linutronix.de>,
	"Marc Zyngier" <marc.zyngier@arm.com>,
	"John Stultz" <john.stultz@linaro.org>,
	linux-kernel@vger.kernel.org,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Jon Hunter" <jonathanh@nvidia.com>,
	"Björn Andersson" <bjorn.andersson@linaro.org>,
	"Stephen Boyd" <sboyd@codeaurora.org>,
	"Abhijeet Dharmapurikar" <adharmap@codeaurora.org>
Subject: Re: [PATCH] Revert "irqdomain: Don't set type when mapping an IRQ"
Date: Sun, 7 Aug 2016 07:01:51 +0800	[thread overview]
Message-ID: <201608070724.rFRhII4D%fengguang.wu@intel.com> (raw)
In-Reply-To: <1470471483-1432-1-git-send-email-linus.walleij@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 2151 bytes --]

Hi Linus,

[auto build test ERROR on tip/irq/core]
[also build test ERROR on next-20160805]
[cannot apply to v4.7]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Linus-Walleij/Revert-irqdomain-Don-t-set-type-when-mapping-an-IRQ/20160807-064011
config: sparc64-allyesconfig (attached as .config)
compiler: sparc64-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=sparc64 

All errors (new ones prefixed by >>):

   kernel/irq/irqdomain.c: In function 'irq_dispose_mapping':
>> kernel/irq/irqdomain.c:671:3: error: implicit declaration of function 'irq_domain_free_irqs' [-Werror=implicit-function-declaration]
      irq_domain_free_irqs(virq, 1);
      ^
   cc1: some warnings being treated as errors

vim +/irq_domain_free_irqs +671 kernel/irq/irqdomain.c

cc79ca691c Grant Likely 2012-02-16  665  
68700650e7 Grant Likely 2012-02-14  666  	domain = irq_data->domain;
68700650e7 Grant Likely 2012-02-14  667  	if (WARN_ON(domain == NULL))
cc79ca691c Grant Likely 2012-02-16  668  		return;
cc79ca691c Grant Likely 2012-02-16  669  
d16dcd3d18 Jon Hunter   2016-06-21  670  	if (irq_domain_is_hierarchy(domain)) {
d16dcd3d18 Jon Hunter   2016-06-21 @671  		irq_domain_free_irqs(virq, 1);
d16dcd3d18 Jon Hunter   2016-06-21  672  	} else {
ddaf144c61 Grant Likely 2013-06-10  673  		irq_domain_disassociate(domain, virq);
cc79ca691c Grant Likely 2012-02-16  674  		irq_free_desc(virq);

:::::: The code at line 671 was first introduced by commit
:::::: d16dcd3d18759eb955e0325572d07457f93494f5 irqdomain: Fix disposal of mappings for interrupt hierarchies

:::::: TO: Jon Hunter <jonathanh@nvidia.com>
:::::: CC: Thomas Gleixner <tglx@linutronix.de>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 46451 bytes --]

      parent reply	other threads:[~2016-08-06 22:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-06  8:18 Linus Walleij
2016-08-06 15:13 ` Marc Zyngier
2016-08-06 23:01 ` kbuild test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201608070724.rFRhII4D%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=adharmap@codeaurora.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=john.stultz@linaro.org \
    --cc=jonathanh@nvidia.com \
    --cc=kbuild-all@01.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=sboyd@codeaurora.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®