Re: [PATCH 6.12 000/354] 6.12.63-rc1 review
From: Greg KH
Date: Wed Dec 17 2025 - 09:22:58 EST
On Wed, Dec 17, 2025 at 07:22:48PM +0530, Naresh Kamboju wrote:
> On Tue, 16 Dec 2025 at 16:48, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> >
> > This is the start of the stable review cycle for the 6.12.63 release.
> > There are 354 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 Thu, 18 Dec 2025 11:12:22 +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/v6.x/stable-review/patch-6.12.63-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-6.12.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
>
> 1.
> I'm seeing the following build failures on s390 due to,
>
> ## Build errors:
> arch/s390/include/asm/fpu-insn.h: In function 'fpu_vst':
> arch/s390/include/asm/fpu-insn.h:381:36: error: 'size' undeclared (first use in this function); did you mean 'ksize'?
> 381 | kmsan_unpoison_memory(vxr, size);
> | ^~~~
> | ksize
>
> The commit point to,
> s390/fpu: Fix false-positive kmsan report in fpu_vstl()
> [ Upstream commit 14e4e4175b64dd9216b522f6ece8af6997d063b2 ]
>
Thanks, will drop this one now.
greg k-h