Re: linux-next: build failure after merge of the ipmi tree
From: Corey Minyard
Date: Fri Apr 03 2026 - 11:46:55 EST
On Fri, Apr 03, 2026 at 03:01:18PM +0100, Mark Brown wrote:
> Hi all,
>
> After merging the ipmi tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> /tmp/next/build/drivers/char/ipmi/ssif_bmc.c: In function 'ssif_bmc_remove':
> /tmp/next/build/drivers/char/ipmi/ssif_bmc.c:865:9: error: implicit declaration of function 'del_timer_sync' [-Wimplicit-function-declaration]
> 865 | del_timer_sync(&ssif_bmc->response_timer);
> | ^~~~~~~~~~~~~~
>
> Caused by commit
>
> e1748349a14d3 (ipmi: ssif_bmc: cancel response timer on remove)
>
> I have used the version from next-20260402 instead.
Thank you, we have fixed this.
-corey