Re: [PATCH 5.15 000/570] 5.15.203-rc1 review

From: Nathan Chancellor

Date: Mon Apr 13 2026 - 14:52:12 EST


On Mon, Apr 13, 2026 at 05:52:11PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.203 release.
> There are 570 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 Wed, 15 Apr 2026 15:57:08 +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.15.203-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.15.y
> and the diffstat can be found below.

The build problem I pointed out in 5.15.202 is still present:

drivers/i3c/master.c:2203:3: error: variable 'i2cdev' is uninitialized when used here [-Werror,-Wuninitialized]
2203 | i2cdev->dev = i2c_new_client_device(adap, &i2cboardinfo->base);
| ^~~~~~

https://lore.kernel.org/20260318023542.GA2596820@ax162/

Our builds have been broken for a month:

https://github.com/ClangBuiltLinux/continuous-integration2/actions/workflows/5.15-clang-22.yml

Cheers,
Nathan