* Re: [PATCH 6.6 000/213] 6.6.57-rc1 review
[not found] <20241014141042.954319779@linuxfoundation.org>
@ 2024-10-15 8:21 ` Naresh Kamboju
2024-10-15 9:49 ` Heiko Carstens
0 siblings, 1 reply; 2+ messages in thread
From: Naresh Kamboju @ 2024-10-15 8:21 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, allen.lkml, broonie,
Sven Schnelle, Heiko Carstens, Vasily Gorbik, linux-s390
On Mon, 14 Oct 2024 at 20:06, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.6.57 release.
> There are 213 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, 16 Oct 2024 14:09:57 +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.6.57-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.6.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
The S390 build broke on the stable-rc linux-6.6.y branch due to
following build warnings / errors.
First seen on v6.6.56-214-g8a7bf87a1018
GOOD: v6.6.56
BAD: v6.6.56-214-g8a7bf87a1018
Bisection points to,
d38c79a1f30ba78448cc58d5dee31c636e16112d
s390/traps: Handle early warnings gracefully
[ Upstream commit 3c4d0ae0671827f4b536cc2d26f8b9c54584ccc5 ]
List of regressions,
* s390, build
- clang-19-allnoconfig
- clang-19-defconfig
- clang-19-tinyconfig
- clang-nightly-allnoconfig
- clang-nightly-defconfig
- clang-nightly-tinyconfig
- gcc-13-allmodconfig
- gcc-13-allnoconfig
- gcc-13-defconfig
- gcc-13-tinyconfig
- gcc-8-allnoconfig
- gcc-8-defconfig-fe40093d
- gcc-8-tinyconfig
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Build log:
-------
arch/s390/kernel/early.c: In function '__do_early_pgm_check':
arch/s390/kernel/early.c:177:30: error: implicit declaration of
function 'get_lowcore'; did you mean 'S390_lowcore'?
[-Werror=implicit-function-declaration]
177 | struct lowcore *lc = get_lowcore();
| ^~~~~~~~~~~
| S390_lowcore
arch/s390/kernel/early.c:177:30: warning: initialization of 'struct
lowcore *' from 'int' makes pointer from integer without a cast
[-Wint-conversion]
cc1: some warnings being treated as errors
make[5]: *** [scripts/Makefile.build:243: arch/s390/kernel/early.o] Error 1
Build log link:
---------
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2nQwi03QYzWjrOZMpsvCF31N0Oc/
- https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.56-214-g8a7bf87a1018/testrun/25432877/suite/build/test/gcc-13-defconfig/log
metadata:
----
git describe: v6.6.56-214-g8a7bf87a1018
git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git sha: 8a7bf87a1018a21d9dbbc5a794cb9a4fb3243aa0
kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2nQwi03QYzWjrOZMpsvCF31N0Oc/config
build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2nQwi03QYzWjrOZMpsvCF31N0Oc/
toolchain: clang-19 and gcc-13
config: defconfig
arch: S390
Steps to reproduce:
-------
# tuxmake --runtime podman --target-arch s390 --toolchain gcc-13
--kconfig defconfig
--
Linaro LKFT
https://lkft.linaro.org
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 6.6 000/213] 6.6.57-rc1 review
2024-10-15 8:21 ` [PATCH 6.6 000/213] 6.6.57-rc1 review Naresh Kamboju
@ 2024-10-15 9:49 ` Heiko Carstens
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Carstens @ 2024-10-15 9:49 UTC (permalink / raw)
To: Naresh Kamboju
Cc: Greg Kroah-Hartman, stable, patches, linux-kernel, torvalds, akpm,
linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, allen.lkml, broonie,
Sven Schnelle, Vasily Gorbik, linux-s390
On Tue, Oct 15, 2024 at 01:51:21PM +0530, Naresh Kamboju wrote:
> On Mon, 14 Oct 2024 at 20:06, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 6.6.57 release.
> > There are 213 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, 16 Oct 2024 14:09:57 +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.6.57-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.6.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
> The S390 build broke on the stable-rc linux-6.6.y branch due to
> following build warnings / errors.
>
> First seen on v6.6.56-214-g8a7bf87a1018
> GOOD: v6.6.56
> BAD: v6.6.56-214-g8a7bf87a1018
>
> Bisection points to,
> d38c79a1f30ba78448cc58d5dee31c636e16112d
> s390/traps: Handle early warnings gracefully
> [ Upstream commit 3c4d0ae0671827f4b536cc2d26f8b9c54584ccc5 ]
Thanks for reporting; just drop this patch please.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-15 9:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20241014141042.954319779@linuxfoundation.org>
2024-10-15 8:21 ` [PATCH 6.6 000/213] 6.6.57-rc1 review Naresh Kamboju
2024-10-15 9:49 ` Heiko Carstens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox