[PATCH] irqchip/riscv-aplic: adapt to syscore API passing context data
Sanjay Embedded_SE
sanjayembeddedse at gmail.com
Tue Jan 13 06:51:37 PST 2026
>> Tested this on riscv64 (cross-compiled on x86_64) using linux-next
>> (next-20251219). Without this patch, the build fails with:
>>
>> drivers/irqchip/irq-riscv-aplic-main.c:111:20: error: initialization of
>> ‘int (*)(void *)’ from incompatible pointer type ‘int (*)(void)’
>>
>> This patch correctly fixes the compilation error by updating the APLIC
>> driver to the new syscore API.
>>
>> Tested-by: Keke Ming <ming.jvle at gmail.com>
> This commit does not exist and the patch does not apply as this got fixed
> already with an update folded in on Dec. 16th:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=irq/drivers&id=95a8ddde36601d0a645475fb080ed118db59c8c3
>
> I have no idea which tree you are working against.
>
> Thanks,
>
> tglx
Thank you for providing details on already merge changes.
Issue was reproducible on the linux-next branch and the same was
confirmed and validated by Keke Ming also.
More information about the linux-riscv
mailing list