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

From: Leon Romanovsky

Date: Mon Nov 24 2025 - 03:00:59 EST


On Mon, Nov 24, 2025 at 02:01:46PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the rdma tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/infiniband/hw/bng_re/bng_dev.c:19:13: error: 'version' defined but not used [-Werror=unused-variable]
> 19 | static char version[] =
> | ^~~~~~~
> cc1: all warnings being treated as errors
>
> Caused by commit
>
> e873663e5f05 ("RDMA/bng_re: Add Auxiliary interface")

Thanks, I fixed it.

>
> I have used the rdma tree from next-20251121 for today.
>
> --
> Cheers,
> Stephen Rothwell