All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Kelley <mikelley@microsoft.com>
To: Sasha Levin <sashal@kernel.org>,
	tip-bot for Michael Kelley <tipbot@zytor.com>,
	"linux-tip-commits@vger.kernel.org" 
	<linux-tip-commits@vger.kernel.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"stable@vger.kernel.org" <stable@vger.kernel.org>,
	"stable@vger.kernel.org" <stable@vger.kernel.org>
Subject: RE: [tip:irq/urgent] genirq: Properly pair kobject_del() with kobject_add()
Date: Mon, 19 Aug 2019 21:58:34 +0000	[thread overview]
Message-ID: <DM5PR21MB013781495B041A4FA6C8DCEAD7A80@DM5PR21MB0137.namprd21.prod.outlook.com> (raw)
In-Reply-To: <20190819212758.6D03D22CEC@mail.kernel.org>

From: Sasha Levin <sashal@kernel.org>  Sent: Monday, August 19, 2019 2:28 PM
> 
> This commit has been processed because it contains a "Fixes:" tag,
> fixing commit: ecb3f394c5db genirq: Expose interrupt information through sysfs.
> 
> The bot has tested the following trees: v5.2.9, v4.19.67, v4.14.139, v4.9.189.
> 
> v5.2.9: Build failed! Errors:
>     kernel/irq/irqdesc.c:446:6: error: ‘irq_kobj_base’ undeclared (first use in this function);
> did you mean ‘irq_kobj_type’?
> 
> v4.19.67: Build failed! Errors:
>     kernel/irq/irqdesc.c:445:6: error: ‘irq_kobj_base’ undeclared (first use in this function);
> did you mean ‘irq_kobj_type’?
> 
> v4.14.139: Build failed! Errors:
>     kernel/irq/irqdesc.c:428:6: error: ‘irq_kobj_base’ undeclared (first use in this function);
> did you mean ‘irq_kobj_type’?
> 
> v4.9.189: Build failed! Errors:
>     kernel/irq/irqdesc.c:414:6: error: ‘irq_kobj_base’ undeclared (first use in this function);
> did you mean ‘irq_kobj_type’?
> 
> 
> NOTE: The patch will not be queued to stable trees until it is upstream.
> 
> How should we proceed with this patch?

Compile error occurs when CONFIG_SYSFS is not selected.  It's probably cleanest to
revert the current patch.   I'll send out a new version that fixes the problem.

Michael

      parent reply	other threads:[~2019-08-19 21:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1564703564-4116-1-git-send-email-mikelley@microsoft.com>
2019-08-02  6:34 ` [PATCH 1/1] genirq: Properly pair kobject_del with kobject_add gregkh
     [not found]   ` <MWHPR21MB078463AB854A336842118405D7D90@MWHPR21MB0784.namprd21.prod.outlook.com>
2019-08-03  7:15     ` gregkh
2019-08-03  7:43       ` Thomas Gleixner
2019-08-19 14:01 ` [tip:irq/urgent] genirq: Properly pair kobject_del() with kobject_add() tip-bot for Michael Kelley
     [not found]   ` <20190819212758.6D03D22CEC@mail.kernel.org>
2019-08-19 21:58     ` Michael Kelley [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=DM5PR21MB013781495B041A4FA6C8DCEAD7A80@DM5PR21MB0137.namprd21.prod.outlook.com \
    --to=mikelley@microsoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tipbot@zytor.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.