Re: [PATCH 5.15 000/554] 5.15.198-rc1 review
From: Greg Kroah-Hartman
Date: Fri Jan 16 2026 - 06:08:49 EST
On Fri, Jan 16, 2026 at 09:45:18AM +0000, Jon Hunter wrote:
> Hi Greg,
>
> On 15/01/2026 16:41, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.15.198 release.
> > There are 554 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 Sat, 17 Jan 2026 16:41:26 +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.198-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.
> >
> > thanks,
> >
> > greg k-h
> >
> > -------------
> > Pseudo-Shortlog of commits:
>
> ...
>
> >
> > Wentao Liang <vulab@xxxxxxxxxxx>
> > pmdomain: imx: Fix reference count leak in imx_gpc_probe()
>
>
> I am seeing a build failure for ARM with multi_v7_defconfig ...
>
>
> drivers/soc/imx/gpc.c: In function ‘imx_gpc_probe’:
> drivers/soc/imx/gpc.c:409:17: error: cleanup argument not a function
> 409 | = of_get_child_by_name(pdev->dev.of_node, "pgc");
> | ^
>
> Reverting the above commit resolves the issue.
Now fixed up, thanks. I'll push out a new -rc soon.
greg k-h