linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] irqchip fixes for 5.14, take #1
@ 2021-07-09  9:43 Marc Zyngier
  2021-07-09 13:42 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Zyngier @ 2021-07-09  9:43 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Guenter Roeck, Randy Dunlap, Serge Semin, Thomas Bogendoerfer,
	linux-kernel, kernel-team

Hi Thomas,

Here the first batch of fixes for 5.14. Only two patches this time,
both fixing issues introduced by the large irqdomain update during the
merge window.

One is a simple documentation update. The other is an interesting bug
affecting MIPS, where we were able to perform irqdomain look-ups
(which now implies using RCU at all times) without being in the right
context (straight out of idle, for example). The issue was always
there, we were just 'lucky' not to use RCU consistently in the
irqdomain code...

Please pull,

	M.

The following changes since commit c51e96dace68a67f1fcfa49d4ad1577875f50bf1:

  Merge branch irq/irqchip-driver-updates into irq/irqchip-next (2021-06-11 14:50:03 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1fee9db9b42d821e8007289d4eea74bdf85b1543:

  irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entry (2021-07-09 10:18:58 +0100)

----------------------------------------------------------------
irqchip fixes for 5.14, take #1

- Fix a MIPS bug where irqdomain loopkups could occur in a context
  where RCU is not allowed

- Fix a documentation bug for handle_domain_irq

----------------------------------------------------------------
Marc Zyngier (1):
      irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entry

Randy Dunlap (1):
      genirq/irqdesc: Drop excess kernel-doc entry @lookup

 arch/mips/include/asm/irq.h      |  3 +++
 arch/mips/kernel/irq.c           | 16 ++++++++++++++++
 drivers/irqchip/irq-mips-cpu.c   | 10 ++++++----
 drivers/irqchip/irq-mips-gic.c   |  8 ++++----
 drivers/irqchip/irq-pic32-evic.c |  5 ++---
 kernel/irq/irqdesc.c             |  1 -
 6 files changed, 31 insertions(+), 12 deletions(-)

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

* Re: [GIT PULL] irqchip fixes for 5.14, take #1
  2021-07-09  9:43 [GIT PULL] irqchip fixes for 5.14, take #1 Marc Zyngier
@ 2021-07-09 13:42 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2021-07-09 13:42 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Guenter Roeck, Randy Dunlap, Serge Semin, Thomas Bogendoerfer,
	linux-kernel, kernel-team

Marc,

On Fri, Jul 09 2021 at 10:43, Marc Zyngier wrote:
> One is a simple documentation update. The other is an interesting bug
> affecting MIPS, where we were able to perform irqdomain look-ups
> (which now implies using RCU at all times) without being in the right
> context (straight out of idle, for example). The issue was always
> there, we were just 'lucky' not to use RCU consistently in the
> irqdomain code...
>
> Please pull,

done.

Thanks,

        tglx

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

end of thread, other threads:[~2021-07-09 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09  9:43 [GIT PULL] irqchip fixes for 5.14, take #1 Marc Zyngier
2021-07-09 13:42 ` Thomas Gleixner

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).