[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023060350-mountable-deploy-09bd@gregkh>
Date: Sat, 3 Jun 2023 16:36:04 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Daniel Díaz <daniel.diaz@...aro.org>
Cc: stable@...r.kernel.org, patches@...ts.linux.dev,
linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
jonathanh@...dia.com, f.fainelli@...il.com,
sudipm.mukherjee@...il.com, srw@...dewatkins.net, rwarsow@....de
Subject: Re: [PATCH 5.15 00/37] 5.15.115-rc2 review
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@...uxfoundation.org> 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
Powered by blists - more mailing lists