On Fri, 1 Jan 2021 at 20:18, John Paul Adrian Glaubitz glaubitz@physik.fu-berlin.de wrote:
Hello Naresh!
On 12/9/20 6:26 PM, Naresh Kamboju wrote:
Linux next 20201209 tag the arch 'sh' defconfig build failed to build with gcc-8, gcc-9 and gcc-10.
arch/sh/kernel/cpu/sh4a/smp-shx3.c: In function 'shx3_prepare_cpus': arch/sh/kernel/cpu/sh4a/smp-shx3.c:76:3: error: ignoring return value of 'request_irq', declared with attribute warn_unused_result [-Werror=unused-result] request_irq(104 + i, ipi_interrupt_handler, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IRQF_PERCPU, "IPI", (void *)(long)i); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported-by: Naresh Kamboju naresh.kamboju@linaro.org
I can't reproduce this issue on Linus' current tree as of today.
Maybe the issue has been fixed in the meantime?
Seems like this has been fixed in the meantime.
- Naresh