Re: linux-next: build failure after merge of the ipmi tree

From: Corey Minyard
Date: Fri Oct 01 2021 - 08:15:32 EST


On Fri, Oct 01, 2021 at 12:52:48PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the ipmi tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/char/ipmi/ipmi_msghandler.c: In function 'bmc_device_id_handler':
> drivers/char/ipmi/ipmi_msghandler.c:2376:3: error: label 'out' used but not defined
> 2376 | goto out;
> | ^~~~

I botched a cherry pick, it should be fixed now. Sorry about that.

Thanks for the work you do.

-corey

>
> Caused by commit
>
> 2d7a6d8467f9 ("ipmi: Check error code before processing BMC response")
>
> I have used the ipmi tree from next-20210930 for today.
>
> --
> Cheers,
> Stephen Rothwell