[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aAK1klVICYVVm8IJ@gmail.com>
Date: Fri, 18 Apr 2025 22:26:58 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Andrew Morton <akpm@...ux-foundation.org>,
Borislav Petkov <bp@...en8.de>
Subject: [GIT PULL] IRQ fixes
Linus,
Please pull the latest irq/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2025-04-18
# HEAD: 9b3ae50cb902322a2b5922b9fcf8132d9b4c2a24 irqchip/irq-bcm2712-mip: Enable driver when ARCH_BCM2835 is enabled
Miscellaneous fixes:
- Fix BCM2712 irqchip driver Kconfig dependencies
required on the Raspberry PI5
- Fix spurious interrupts on RZ/G3E SMARC EVK systems
- Fix crash regression on Sun/NIU hardware
- Apply MSI driver quirk for Sun Neptune chips
Thanks,
Ingo
------------------>
Biju Das (1):
irqchip/renesas-rzv2h: Prevent TINT spurious interrupt
Jonathan Currier (2):
PCI/MSI: Add an option to write MSIX ENTRY_DATA before any reads
net/niu: Niu requires MSIX ENTRY_DATA fields touch before entry reads
Peter Robinson (1):
irqchip/irq-bcm2712-mip: Enable driver when ARCH_BCM2835 is enabled
drivers/irqchip/Kconfig | 4 ++--
drivers/irqchip/irq-renesas-rzv2h.c | 8 ++++++++
drivers/net/ethernet/sun/niu.c | 2 ++
drivers/pci/msi/msi.c | 3 +++
include/linux/pci.h | 2 ++
5 files changed, 17 insertions(+), 2 deletions(-)
Powered by blists - more mailing lists