linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] irqchip fixes for 5.6, take #2
@ 2020-03-14 10:30 Marc Zyngier
  2020-03-15  8:48 ` Lukas Wunner
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Zyngier @ 2020-03-14 10:30 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Catalin Marinas, Mark Salter, Robert Richter, Tim Harvey,
	Jason Cooper, linux-kernel

Hi Thomas,

This is hopefully the last irqchip update for 5.6. This time, a single
patch working around a hardware issue on the Cavium ThunderX and its
derivatives.

Please pull.

	M.

The following changes since commit 5186a6cc3ef5a3fa327c258924ef098b0de77006:

  irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors (2020-02-08 10:01:33 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.6-2

for you to fetch changes up to d01fd161e85904064290435f67f4ed59af5daf74:

  irqchip/gic-v3: Workaround Cavium erratum 38539 when reading GICD_TYPER2 (2020-03-14 10:15:19 +0000)

----------------------------------------------------------------
irqchip fixes for 5.6, take #2

- Add workaround for Cavium/Marvell ThunderX unimplemented GIC registers

----------------------------------------------------------------
Marc Zyngier (1):
      irqchip/gic-v3: Workaround Cavium erratum 38539 when reading GICD_TYPER2

 Documentation/arm64/silicon-errata.rst |  2 ++
 drivers/irqchip/irq-gic-v3.c           | 30 +++++++++++++++++++++++++++++-
 2 files changed, 31 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] irqchip fixes for 5.6, take #2
  2020-03-14 10:30 [GIT PULL] irqchip fixes for 5.6, take #2 Marc Zyngier
@ 2020-03-15  8:48 ` Lukas Wunner
  2020-03-15 10:13   ` Marc Zyngier
  0 siblings, 1 reply; 4+ messages in thread
From: Lukas Wunner @ 2020-03-15  8:48 UTC (permalink / raw)
  To: Marc Zyngier, Thomas Gleixner
  Cc: Catalin Marinas, Mark Salter, Robert Richter, Tim Harvey,
	Jason Cooper, linux-kernel

On Sat, Mar 14, 2020 at 10:30:00AM +0000, Marc Zyngier wrote:
> This is hopefully the last irqchip update for 5.6. This time, a single
> patch working around a hardware issue on the Cavium ThunderX and its
> derivatives.

Hm, I was hoping to see the BCM2835 irqchip fix in this pull:

https://lore.kernel.org/lkml/f97868ba4e9b86ddad71f44ec9d8b3b7d8daa1ea.1582618537.git.lukas@wunner.de/

That patch fixes a pretty grave issue so I'd be really grateful
if anyone could pick it up (or provide feedback why it can't be
picked up just yet).

Thanks!

Lukas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] irqchip fixes for 5.6, take #2
  2020-03-15  8:48 ` Lukas Wunner
@ 2020-03-15 10:13   ` Marc Zyngier
  2020-03-15 11:21     ` Lukas Wunner
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Zyngier @ 2020-03-15 10:13 UTC (permalink / raw)
  To: Lukas Wunner
  Cc: Thomas Gleixner, Catalin Marinas, Mark Salter, Robert Richter,
	Tim Harvey, Jason Cooper, linux-kernel

Lukas,

On 2020-03-15 08:48, Lukas Wunner wrote:
> On Sat, Mar 14, 2020 at 10:30:00AM +0000, Marc Zyngier wrote:
>> This is hopefully the last irqchip update for 5.6. This time, a single
>> patch working around a hardware issue on the Cavium ThunderX and its
>> derivatives.
> 
> Hm, I was hoping to see the BCM2835 irqchip fix in this pull:
> 
> https://lore.kernel.org/lkml/f97868ba4e9b86ddad71f44ec9d8b3b7d8daa1ea.1582618537.git.lukas@wunner.de/
> 
> That patch fixes a pretty grave issue so I'd be really grateful
> if anyone could pick it up (or provide feedback why it can't be
> picked up just yet).

Whilst I don't dispute that this patch addresses a serious issue,
it is in no way an urgent fix -- the issue is already 7.5 year old,
so a couple of week delay isn't going to change the world. Also,
the system does work without this fix, so I'm quite confident
leaving it for 5.7.

But thanks for this email anyway, as it reminded me that although
I had picked that patch for 5.7, I didn't apply it just yet. This
is now fixed, and the patch should be picked up by -next shortly.

Thanks,

         M.
-- 
Jazz is not dead. It just smells funny...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] irqchip fixes for 5.6, take #2
  2020-03-15 10:13   ` Marc Zyngier
@ 2020-03-15 11:21     ` Lukas Wunner
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Wunner @ 2020-03-15 11:21 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Thomas Gleixner, Catalin Marinas, Mark Salter, Robert Richter,
	Tim Harvey, Jason Cooper, linux-kernel

On Sun, Mar 15, 2020 at 10:13:38AM +0000, Marc Zyngier wrote:
> On 2020-03-15 08:48, Lukas Wunner wrote:
> > Hm, I was hoping to see the BCM2835 irqchip fix in this pull:
> > 
> > https://lore.kernel.org/lkml/f97868ba4e9b86ddad71f44ec9d8b3b7d8daa1ea.1582618537.git.lukas@wunner.de/
> 
> Whilst I don't dispute that this patch addresses a serious issue,
> it is in no way an urgent fix -- the issue is already 7.5 year old,
> so a couple of week delay isn't going to change the world. Also,
> the system does work without this fix, so I'm quite confident
> leaving it for 5.7.
> 
> But thanks for this email anyway, as it reminded me that although
> I had picked that patch for 5.7, I didn't apply it just yet. This
> is now fixed, and the patch should be picked up by -next shortly.

Sure, fair enough, thanks.

Bonne fin de week-end,

Lukas

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-15 11:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-14 10:30 [GIT PULL] irqchip fixes for 5.6, take #2 Marc Zyngier
2020-03-15  8:48 ` Lukas Wunner
2020-03-15 10:13   ` Marc Zyngier
2020-03-15 11:21     ` Lukas Wunner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).