Re: [PATCH] [irq] Fix boot failure when irqaffinity is passed.

From: Rakib Mullick
Date: Wed Nov 01 2017 - 00:22:24 EST


On Tue, Oct 31, 2017 at 5:29 PM, Ingo Molnar <mingo@xxxxxxxxxx> wrote:
>
>
> Not applied, because this patch causes the following build warning:
>
> kernel/irq/irqdesc.c:43:6: warning: the address of âirq_default_affinityâ will always evaluate as âtrueâ [-Waddress]
>
Ah, sorry I didn't look into the build log. It happened due to removal
of #ifdef's. Now, it's been fixed by using cpumask_available().

> Also, please pick up the improved changelog below for the next version of the
> patch.
>
Thanks for the improved changelog, I have sent a new version here:
https://lkml.org/lkml/2017/11/1/6.

Thanks,
Rakib.