[GIT,PULL] irq/urgent for v6.8-rc5

Message ID 20240218103837.GAZdHeLbPN7pXCkE3L@fat_crate.local
State New
Headers
Series [GIT,PULL] irq/urgent for v6.8-rc5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq_urgent_for_v6.8_rc5

Message

Borislav Petkov Feb. 18, 2024, 10:38 a.m. UTC
  Hi Linus,

please pull a bunch of irqchip fixes for v6.8-rc5.

Thx.

---

The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:

  Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq_urgent_for_v6.8_rc5

for you to fetch changes up to af9acbfc2c4b72c378d0b9a2ee023ed01055d3e2:

  irqchip/gic-v3-its: Fix GICv4.1 VPE affinity update (2024-02-13 11:29:52 +0100)

----------------------------------------------------------------
- Fix GICv4.1 affinity update

- Restore a quirk for ACPI-based GICv4 systems

- Handle non-coherent GICv4 redistributors properly

- Prevent spurious interrupts on Broadcom devices using GIC v3
  architecture

- Other minor fixes

----------------------------------------------------------------
Bibo Mao (1):
      irqchip/loongson-eiointc: Use correct struct type in eiointc_domain_alloc()

Dan Carpenter (1):
      irqchip/qcom-mpm: Fix IS_ERR() vs NULL check in qcom_mpm_init()

Doug Berger (1):
      irqchip/irq-brcmstb-l2: Add write memory barrier before exit

Marc Zyngier (3):
      irqchip/gic-v3-its: Handle non-coherent GICv4 redistributors
      irqchip/gic-v3-its: Restore quirk probing for ACPI-based systems
      irqchip/gic-v3-its: Fix GICv4.1 VPE affinity update

 drivers/irqchip/irq-brcmstb-l2.c       |  5 ++-
 drivers/irqchip/irq-gic-v3-its.c       | 62 ++++++++++++++++++++++------------
 drivers/irqchip/irq-loongson-eiointc.c |  2 +-
 drivers/irqchip/irq-qcom-mpm.c         |  4 +--
 4 files changed, 47 insertions(+), 26 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 18, 2024, 6:22 p.m. UTC | #1
The pull request you sent on Sun, 18 Feb 2024 11:38:37 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq_urgent_for_v6.8_rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7cb7c32d60ad2dea48b7ac2845d86f10b0be089e

Thank you!