]> Git Repo - linux.git/commit
Merge tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <[email protected]>
Sun, 11 Aug 2024 17:07:52 +0000 (10:07 -0700)
committerLinus Torvalds <[email protected]>
Sun, 11 Aug 2024 17:07:52 +0000 (10:07 -0700)
commit56fe0a6a9f8941b154bd6a41ed828e9e1078b67b
tree64344d9cb0ca7bed06b2dfce1f36f4d68be5d25b
parentcb2e5ee8e7a04be6a762b51241701b5105b82022
parent03f9885c60adf73488fe32aab628ee3d4a39598e
Merge tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fixes from Thomas Gleixner:
 "Three small fixes for interrupt core and drivers:

   - The interrupt core fails to honor caller supplied affinity hints
     for non-managed interrupts and uses the system default affinity on
     startup instead. Set the missing flag in the descriptor to tell the
     core to use the provided affinity.

   - Fix a shift out of bounds error in the Xilinx driver

   - Handle switching to level trigger correctly in the RISCV APLIC
     driver. It failed to retrigger the interrupt which causes it to
     become stale"

* tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/riscv-aplic: Retrigger MSI interrupt on source configuration
  irqchip/xilinx: Fix shift out of bounds
  genirq/irqdesc: Honor caller provided affinity in alloc_desc()
This page took 0.056439 seconds and 4 git commands to generate.