Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Dec 2025 18:07:09 +0000 (06:07 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Dec 2025 18:07:09 +0000 (06:07 +1200)
commitdb0130185ee32896524963289840c97dd73aaaa3
tree69c8e1b09a01907cf457b7b379eed1da0ffb375c
parentedbe407235ecfc827b6a211628988261f957df9e
parent7dbc0d40d8347bd9de55c904f59ea44bcc8dedb7
Merge tag 'irq-urgent-2025-12-12' of git://git./linux/kernel/git/tip/tip

Pull irq fixes from Ingo Molnar:

 - Fix error code in the irqchip/mchp-eic driver

 - Fix setup_percpu_irq() affinity assumptions

 - Remove the unused irq_domain_add_tree() function

* tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()
  irqdomain: Delete irq_domain_add_tree()
  genirq: Allow NULL affinity for setup_percpu_irq()