Re: [PATCH 5.10 00/52] 5.10.243-rc1 review

From: Naresh Kamboju
Date: Tue Sep 09 2025 - 10:21:30 EST


On Mon, 8 Sept 2025 at 23:44, Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> wrote:
>
> On Mon, 8 Sept 2025 at 01:38, Greg Kroah-Hartman
> <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> >
> > This is the start of the stable review cycle for the 5.10.243 release.
> > There are 52 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Tue, 09 Sep 2025 19:55:53 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.243-rc1.gz
> > or in the git tree and branch at:
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
>
> While building Linux stable-rc 5.10.243-rc1 the arm64 allyesconfig
> builds failed.
>
> * arm64, build
> - gcc-12-allyesconfig
>
> Regression Analysis:
> - New regression? yes
> - Reproducibility? yes
>
>
> Build regression: stable-rc 5.10.243-rc1 arm64 allyesconfig
> qede_main.c:204:17: error: field name not in record or union
> initializer
>
> Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx>
>
> ### build log
> drivers/net/ethernet/qlogic/qede/qede_main.c:204:17: error: field name
> not in record or union initializer
> 204 | .arfs_filter_op = qede_arfs_filter_op,
> | ^
>

Please ignore this allyesconfig build failure for now on 5.15 and 5.10.
Seems like it is my local builder issue.

- Naresh