All of lore.kernel.org
 help / color / mirror / Atom feed
From: Will Deacon <will.deacon@arm.com>
To: Kevin Hilman <khilman@kernel.org>
Cc: Catalin Marinas <Catalin.Marinas@arm.com>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Anders Roxell <anders.roxell@linaro.org>,
	"ayyappa.ch.linux@gmail.com" <ayyappa.ch.linux@gmail.com>,
	"linux-rt-users@vger.kernel.org" <linux-rt-users@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"kevin.hilman@linaro.org" <kevin.hilman@linaro.org>
Subject: Re: [PATCHv2 1/3] arm64: Mark PMU interrupt IRQF_NO_THREAD
Date: Thu, 14 May 2015 18:10:56 +0100	[thread overview]
Message-ID: <20150514171056.GH18984@arm.com> (raw)
In-Reply-To: <CAMAWPa_UA3GgHGkcYkgUJUB8Y6KJS38z-2-=E6PKmGT=tGWh3A@mail.gmail.com>

On Thu, May 14, 2015 at 06:09:23PM +0100, Kevin Hilman wrote:
> On Thu, May 14, 2015 at 8:42 AM, Will Deacon <will.deacon@arm.com> wrote:
> > On Thu, May 14, 2015 at 04:39:37PM +0100, Sebastian Andrzej Siewior wrote:
> >> * Anders Roxell | 2015-04-27 22:53:08 [+0200]:
> >>
> >> >Mark the PMU interrupts as non-threadable, as is the case with
> >> >arch/arm: d9c3365 ARM: 7813/1: Mark pmu interupt IRQF_NO_THREAD
> >> >
> >> >Suggested-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> >> >Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> >> Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> >>
> >> Could this please go via the arm64 tree?
> >
> > I already acked it:
> >
> >   https://lkml.org/lkml/2015/4/23/161
> >
> > so it will be picked up for 4.2.
> 
> Which tree is at applied to?  I'm not seeing it in -next, and couldn't
> find it in any branches of the arm64 tree[1].  Sorry to pester, I'm
> just looking to cherry-pick it from it's proper upstream for testing
> with a stable/3.18 based kernel.

I don't think Catalin has started putting together our for-next/core branch
yet, but I'd expect it to appear there when he picks it up.

Will

WARNING: multiple messages have this Message-ID (diff)
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 1/3] arm64: Mark PMU interrupt IRQF_NO_THREAD
Date: Thu, 14 May 2015 18:10:56 +0100	[thread overview]
Message-ID: <20150514171056.GH18984@arm.com> (raw)
In-Reply-To: <CAMAWPa_UA3GgHGkcYkgUJUB8Y6KJS38z-2-=E6PKmGT=tGWh3A@mail.gmail.com>

On Thu, May 14, 2015 at 06:09:23PM +0100, Kevin Hilman wrote:
> On Thu, May 14, 2015 at 8:42 AM, Will Deacon <will.deacon@arm.com> wrote:
> > On Thu, May 14, 2015 at 04:39:37PM +0100, Sebastian Andrzej Siewior wrote:
> >> * Anders Roxell | 2015-04-27 22:53:08 [+0200]:
> >>
> >> >Mark the PMU interrupts as non-threadable, as is the case with
> >> >arch/arm: d9c3365 ARM: 7813/1: Mark pmu interupt IRQF_NO_THREAD
> >> >
> >> >Suggested-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> >> >Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> >> Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> >>
> >> Could this please go via the arm64 tree?
> >
> > I already acked it:
> >
> >   https://lkml.org/lkml/2015/4/23/161
> >
> > so it will be picked up for 4.2.
> 
> Which tree is at applied to?  I'm not seeing it in -next, and couldn't
> find it in any branches of the arm64 tree[1].  Sorry to pester, I'm
> just looking to cherry-pick it from it's proper upstream for testing
> with a stable/3.18 based kernel.

I don't think Catalin has started putting together our for-next/core branch
yet, but I'd expect it to appear there when he picks it up.

Will

  reply	other threads:[~2015-05-14 17:11 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-27 20:53 [PATCHv2 0/3] Enable PREEMPT_RT_FULL on arm64 Anders Roxell
2015-04-27 20:53 ` Anders Roxell
2015-04-27 20:53 ` [PATCHv2 1/3] arm64: Mark PMU interrupt IRQF_NO_THREAD Anders Roxell
2015-04-27 20:53   ` Anders Roxell
2015-05-14 15:39   ` Sebastian Andrzej Siewior
2015-05-14 15:39     ` Sebastian Andrzej Siewior
2015-05-14 15:42     ` Will Deacon
2015-05-14 15:42       ` Will Deacon
2015-05-14 17:09       ` Kevin Hilman
2015-05-14 17:09         ` Kevin Hilman
2015-05-14 17:10         ` Will Deacon [this message]
2015-05-14 17:10           ` Will Deacon
2015-05-14 17:19           ` Kevin Hilman
2015-05-14 17:19             ` Kevin Hilman
2015-05-14 17:24           ` Catalin Marinas
2015-05-14 17:24             ` Catalin Marinas
2015-04-27 20:53 ` [PATCHv2 2/3] arm64: Allow forced irq threading Anders Roxell
2015-04-27 20:53   ` Anders Roxell
2015-05-14 15:40   ` Sebastian Andrzej Siewior
2015-05-14 15:40     ` Sebastian Andrzej Siewior
2015-04-27 20:53 ` [PATCHv2 3/3] arch/arm64: Enable PREEMPT_RT_FULL Anders Roxell
2015-04-27 20:53   ` Anders Roxell
2015-05-14 15:57   ` Sebastian Andrzej Siewior
2015-05-14 15:57     ` Sebastian Andrzej Siewior
2015-05-15 12:08     ` Anders Roxell
2015-05-15 12:08       ` Anders Roxell
2015-05-18  7:18       ` Sebastian Andrzej Siewior
2015-05-18  7:18         ` Sebastian Andrzej Siewior

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=20150514171056.GH18984@arm.com \
    --to=will.deacon@arm.com \
    --cc=Catalin.Marinas@arm.com \
    --cc=anders.roxell@linaro.org \
    --cc=ayyappa.ch.linux@gmail.com \
    --cc=bigeasy@linutronix.de \
    --cc=kevin.hilman@linaro.org \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rt-users@vger.kernel.org \
    /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.