[PATCH] irqchip/riscv-intc: Fix missing .free callback for freeing local IRQs

patchwork-bot+linux-riscv at kernel.org patchwork-bot+linux-riscv at kernel.org
Fri Dec 19 00:10:11 PST 2025


Hello:

This patch was applied to riscv/linux.git (fixes)
by Thomas Gleixner <tglx at linutronix.de>:

On Fri, 14 Nov 2025 15:28:44 +0800 you wrote:
> The irq_domain_free_irqs() helper requires that the irq_domain_ops->free
> callback be implemented. Otherwise, the kernel reports the warning
> message "NULL pointer, cannot free irq" when the user calls
> irq_dispose_mapping() to release the per-HART local IRQs.
> 
> Set the irq_domain_ops->free to irq_domain_free_irqs_top() to free the
> IRQs.
> 
> [...]

Here is the summary with links:
  - irqchip/riscv-intc: Fix missing .free callback for freeing local IRQs
    https://git.kernel.org/riscv/c/14473a1f8859

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html





More information about the linux-riscv mailing list