Re: [PATCH -tip v5 1/2] irq: Introduce CONFIG_IRQENTRY kconfig

From: Masami Hiramatsu
Date: Fri Jul 28 2017 - 05:07:44 EST


On Fri, 28 Jul 2017 08:36:03 +0200
Ingo Molnar <mingo@xxxxxxxxxx> wrote:

>
> * Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote:
>
> > Introduce CONFIG_IRQENTRY to simplify generating
> > irqentry and softirqentry text sections.
> > Currently generating those sections depends on
> > CONFIG_FUNCTION_GRAPH_TRACER and/or CONFIG_KASAN, in
> > each source code. This moves those #ifdef dependencies
> > into Kconfig, instead of the actual code. This makes
> > it scalable for other user of irqentry section.
>
> Please just make it unconditional. That would remove a number of messy #ifdefs,
> and extra sections/symbols don't have much if any cost.

OK, I'll fix that and resend soon.

Thanks!

>
> Thanks,
>
> Ingo


--
Masami Hiramatsu <mhiramat@xxxxxxxxxx>