linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] irqchip fixes for 5.16, take #1
@ 2021-11-12 17:34 Marc Zyngier
  2021-11-14 13:03 ` [tip: irq/urgent] Merge tag 'irqchip-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent tip-bot2 for Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Zyngier @ 2021-11-12 17:34 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Anup Patel, Atish Patra, Bjorn Helgaas, Christian Zigotzky,
	Guo Ren, Nikita Shubin, Palmer Dabbelt, Rob Herring,
	Vincent Pelletier, linux-kernel, kernel-team

Hi Thomas,

Here's a small set of fixes for 5.16.

The most interesting one is a fix for the SiFive PLIC, which happens
to ignore an EOI if the interrupt has been masked during the
handling. Ouch. We also have a fix for the csky interrupt controller
which was mixing mask/unmask with disabled/enabled, and a another for
a regression in the OF irq parsing (this last one is carrying Rob's
 Reviewed-by: tag).

Note that the branch is on the same base as tip/irq/urgent
(debe436e77c7).

Please pull,

	M.

The following changes since commit debe436e77c72fcee804fb867f275e6d31aa999c:

  Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2021-11-10 17:05:37 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 10a20b34d735fb4a4af067919b9c0a1c870dac99:

  of/irq: Don't ignore interrupt-controller when interrupt-map failed (2021-11-12 16:10:00 +0000)

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

- Address an issue with the SiFive PLIC being unable to EOI
  a masked interrupt

- Move the disable/enable methods in the CSky mpintc to
  mask/unmask

- Fix a regression in the OF irq code where an interrupt-controller
  property in the same node as an interrupt-map property would get
  ignored

----------------------------------------------------------------
Guo Ren (2):
      irqchip/csky-mpintc: Fixup mask/unmask implementation
      irqchip/sifive-plic: Fixup EOI failed when masked

Marc Zyngier (1):
      of/irq: Don't ignore interrupt-controller when interrupt-map failed

 drivers/irqchip/irq-csky-mpintc.c |  8 ++++----
 drivers/irqchip/irq-sifive-plic.c |  8 +++++++-
 drivers/of/irq.c                  | 19 ++++++++++++++++---
 3 files changed, 27 insertions(+), 8 deletions(-)

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

* [tip: irq/urgent] Merge tag 'irqchip-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
  2021-11-12 17:34 [GIT PULL] irqchip fixes for 5.16, take #1 Marc Zyngier
@ 2021-11-14 13:03 ` tip-bot2 for Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2021-11-14 13:03 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: x86, linux-kernel, maz

The following commit has been merged into the irq/urgent branch of tip:

Commit-ID:     979292af5b512c27803316de2cd06970c54251e5
Gitweb:        https://git.kernel.org/tip/979292af5b512c27803316de2cd06970c54251e5
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Sun, 14 Nov 2021 13:59:05 +01:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Sun, 14 Nov 2021 13:59:05 +01:00

Merge tag 'irqchip-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

Pull irqchip fixes from Marc Zyngier:

  - Address an issue with the SiFive PLIC being unable to EOI
    a masked interrupt

  - Move the disable/enable methods in the CSky mpintc to
    mask/unmask

  - Fix a regression in the OF irq code where an interrupt-controller
    property in the same node as an interrupt-map property would get
    ignored

Link: https://lore.kernel.org/all/20211112173459.4015233-1-maz@kernel.org
---

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

end of thread, other threads:[~2021-11-14 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 17:34 [GIT PULL] irqchip fixes for 5.16, take #1 Marc Zyngier
2021-11-14 13:03 ` [tip: irq/urgent] Merge tag 'irqchip-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent tip-bot2 for 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).