Commit db0130185ee3 for kernel

commit db0130185ee32896524963289840c97dd73aaaa3
Merge: edbe407235ec 7dbc0d40d834
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Dec 14 06:07:09 2025 +1200

    Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/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()