]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch irq/gic-v3-nmi-fixes-5.19 into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Tue, 17 May 2022 09:37:06 +0000 (10:37 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 17 May 2022 09:37:06 +0000 (10:37 +0100)
commit8900c760224eefd6a2e355c974e9295e04916357
treefb37185cef4cc5a3d625f1f2d4714129fe59cdee
parent791c704d3b09b0cc879b060b2ba12574c8b4e6e1
parent161be34a6613befa2ff03c54e22ef40622ddcb1a
Merge branch irq/gic-v3-nmi-fixes-5.19 into irq/irqchip-next

* irq/gic-v3-nmi-fixes-5.19:
  : .
  : GICv3 pseudo-NMI fixes from Mark Rutland:
  :
  : "These patches fix a couple of issues with the way GICv3 pseudo-NMIs are
  : handled:
  :
  : * The first patch adds a barrier we missed from NMI handling due to an
  :   oversight.
  :
  : * The second patch refactors some logic around reads from ICC_IAR1_EL1
  :   and adds commentary to explain what's going on.
  :
  : * The third patch descends into madness, reworking gic_handle_irq() to
  :   consistently manage ICC_PMR_EL1 + DAIF and avoid cases where these can
  :   be left in an inconsistent state while softirqs are processed."
  : .
  irqchip/gic-v3: Fix priority mask handling
  irqchip/gic-v3: Refactor ISB + EOIR at ack time
  irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handling

Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-gic-v3.c