[GIT PULL] IRQ fixes
From: Ingo Molnar
Date: Sun Sep 06 2026 - 06:51:19 EST
Linus,
Please pull the latest irq/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2026-09-06
for you to fetch changes up to d31fbbade43f880b7e59e2b3a72722fe2725d93f:
Miscellaneous IRQ subsystem fixes:
- Revert a commit to the mbigen irqchip driver that caused
a regression on two-port Hi1616 chips (Caina)
- Fix a too-long-preemption-off bug in the stm32mp-exti
irqchip driver, caused by a time unit ambiguity & mismatch (Ju Nan)
- Remove the now completely unused irq_domain_add_linear()
inline function (Jiri Slaby)
Thanks,
Ingo
------------------>
Jiri Slaby (SUSE) (1):
irqdomain: Delete irq_domain_add_linear()
Ju Nan (1):
irqchip/stm32mp-exti: Fix the unit of the hwspinlock timeout
caina (1):
Revert "irqchip/mbigen: Fix mbigen node address layout"
.../translations/zh_CN/core-api/irq/irq-domain.rst | 4 ----
drivers/irqchip/irq-mbigen.c | 20 ++++----------------
drivers/irqchip/irq-stm32mp-exti.c | 4 ++--
include/linux/irqdomain.h | 18 ------------------
4 files changed, 6 insertions(+), 40 deletions(-)