2021-06-10 17:13:46

by Marc Zyngier

[permalink] [raw]
Subject: [GIT PULL] irqchip fixes for 5.13, take #2

Hi Thomas,

Here's a lone fix from the irqchip tree, addressing an annoying
mishandling of IRQs in NMI context with GICv3 on arm64. I really hope
not to have to debug this again...

Please pull,

M.

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 382e6e177bc1c02473e56591fe5083ae1e4904f6:

irqchip/gic-v3: Workaround inconsistent PMR setting on NMI entry (2021-06-10 17:54:34 +0100)

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

- Fix GICv3 NMI handling where an IRQ could be mistakenly handled
as a NMI, with disatrous effects

----------------------------------------------------------------
Marc Zyngier (1):
irqchip/gic-v3: Workaround inconsistent PMR setting on NMI entry

drivers/irqchip/irq-gic-v3.c | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 insertions(+), 1 deletion(-)


2021-06-17 14:19:24

by tip-bot2 for Haifeng Xu

[permalink] [raw]
Subject: [tip: irq/urgent] Merge tag 'irqchip-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

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

Commit-ID: a13d0f8d117ca6b7885b51c4b21fe8d5a9eae714
Gitweb: https://git.kernel.org/tip/a13d0f8d117ca6b7885b51c4b21fe8d5a9eae714
Author: Thomas Gleixner <[email protected]>
AuthorDate: Thu, 17 Jun 2021 15:22:31 +02:00
Committer: Thomas Gleixner <[email protected]>
CommitterDate: Thu, 17 Jun 2021 15:22:31 +02:00

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

Pull irqchip fixes from Marc Zyngier:

- Fix GICv3 NMI handling where an IRQ could be mistakenly handled
as a NMI, with disatrous effects

Link: https://lore.kernel.org/r/[email protected]
---