Re: [PATCH 5.15 00/37] 5.15.115-rc2 review

From: Greg Kroah-Hartman
Date: Sat Jun 03 2023 - 10:36:20 EST


On Thu, Jun 01, 2023 at 10:17:48PM -0600, Daniel Díaz wrote:
> Hello!
>
> On Thu, 1 Jun 2023 at 08:36, Greg Kroah-Hartman
> <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> >
> > This is the start of the stable review cycle for the 5.15.115 release.
> > There are 37 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, 03 Jun 2023 14:33: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/v5.x/stable-review/patch-5.15.115-rc2.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
>
> Build failures on System/390:
> -----8<-----
> /builds/linux/arch/s390/kernel/uv.c: In function
> 'should_export_before_import':
> /builds/linux/arch/s390/kernel/uv.c:204:40: error: 'mm_context_t'
> has no member named 'protected_count'
> 204 | return atomic_read(&mm->context.protected_count) > 1;
> | ^
> /builds/linux/arch/s390/kernel/uv.c:205:1: error: control reaches
> end of non-void function [-Werror=return-type]
> 205 | }
> | ^
> ----->8-----
>
> That's with defconfig and GCC-8, GCC-12, Clang-16.

Thanks, I've dropped the broken patches now and will push out a -rc3.

greg k-h