Re: [patches] Re: [PATCH 1/2] asm-generic: Add a generic set_handle_irq

From: Palmer Dabbelt
Date: Wed Jan 24 2018 - 22:08:53 EST


On Thu, 18 Jan 2018 07:45:13 PST (-0800), Christoph Hellwig wrote:
I think this should not be asm-generic and lib, but kernel/irq/handle.c
and include/linux/irq.h, under the CONFIG_MULTI_IRQ_HANDLER symbol
already used by arm.

Also for completeness of the series please convert arm, arm64 and
openrisc over to the generic version. Last but not least I think
handle_arch_irq needs to be marked as __ro_after_init as a security
hardening measure.

Makes sense. I sent out a new patch set.