* Re: [PATCH 6.1 000/441] 6.1.103-rc2 review
[not found] <20240731073151.415444841@linuxfoundation.org>
@ 2024-07-31 9:37 ` Naresh Kamboju
2024-07-31 9:59 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Naresh Kamboju @ 2024-07-31 9:37 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,
Thomas Richter, linux-s390, Anders Roxell, Arnd Bergmann,
Dan Carpenter
On Wed, 31 Jul 2024 at 13:34, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.1.103 release.
> There are 441 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 Fri, 02 Aug 2024 07:30:23 +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.1.103-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-6.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
On the 6.1.103-rc2 (and 6.1.103-rc1 ) s390 builds failed with gcc and
clang due to
following warnings / errors.
* s390, build
- clang-18-defconfig
- clang-nightly-defconfig
- gcc-13-defconfig
- gcc-8-defconfig-fe40093d
Build log:
--------
arch/s390/kernel/perf_cpum_cf.c: In function 'cfdiag_diffctr':
arch/s390/kernel/perf_cpum_cf.c:226:22: error: implicit declaration of
function 'cpum_cf_read_setsize'; did you mean 'cpum_cf_ctrset_size'?
[-Werror=implicit-function-declaration]
226 | if (!cpum_cf_read_setsize(i))
| ^~~~~~~~~~~~~~~~~~~~
| cpum_cf_ctrset_size
cc1: some warnings being treated as errors
commit log:
--------
s390/cpum_cf: Fix endless loop in CF_DIAG event stop
[ Upstream commit e6ce1f12d777f6ee22b20e10ae6a771e7e6f44f5 ]
Metadata:
--------
build_name: gcc-13-defconfig
config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2k0Kna66eRxxtDjqsue5mHG0j8L/config
download_url:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2k0Kna66eRxxtDjqsue5mHG0j8L/
git_describe: v6.1.102-442-g5ad01ec1b787
git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git_sha: 5ad01ec1b7877a0e30c018e28e3909f96dbcef8d
git_short_log: 5ad01ec1b787 ("Linux 6.1.103-rc2")
compiler{'name': 's390x-linux-gnu-gcc', 'version': '13',
'version_full': 's390x-linux-gnu-gcc (Debian 13.2.0-12) 13.2.0'}
--
Linaro LKFT
https://lkft.linaro.org
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 6.1 000/441] 6.1.103-rc2 review
2024-07-31 9:37 ` [PATCH 6.1 000/441] 6.1.103-rc2 review Naresh Kamboju
@ 2024-07-31 9:59 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2024-07-31 9:59 UTC (permalink / raw)
To: Naresh Kamboju
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, allen.lkml, broonie,
Thomas Richter, linux-s390, Anders Roxell, Arnd Bergmann,
Dan Carpenter
On Wed, Jul 31, 2024 at 03:07:28PM +0530, Naresh Kamboju wrote:
> On Wed, 31 Jul 2024 at 13:34, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 6.1.103 release.
> > There are 441 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 Fri, 02 Aug 2024 07:30:23 +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.1.103-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-6.1.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
>
> On the 6.1.103-rc2 (and 6.1.103-rc1 ) s390 builds failed with gcc and
> clang due to
> following warnings / errors.
>
> * s390, build
> - clang-18-defconfig
> - clang-nightly-defconfig
> - gcc-13-defconfig
> - gcc-8-defconfig-fe40093d
>
> Build log:
> --------
> arch/s390/kernel/perf_cpum_cf.c: In function 'cfdiag_diffctr':
> arch/s390/kernel/perf_cpum_cf.c:226:22: error: implicit declaration of
> function 'cpum_cf_read_setsize'; did you mean 'cpum_cf_ctrset_size'?
> [-Werror=implicit-function-declaration]
> 226 | if (!cpum_cf_read_setsize(i))
> | ^~~~~~~~~~~~~~~~~~~~
> | cpum_cf_ctrset_size
> cc1: some warnings being treated as errors
>
> commit log:
> --------
> s390/cpum_cf: Fix endless loop in CF_DIAG event stop
> [ Upstream commit e6ce1f12d777f6ee22b20e10ae6a771e7e6f44f5 ]s
Thanks, now dropped.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-31 10:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240731073151.415444841@linuxfoundation.org>
2024-07-31 9:37 ` [PATCH 6.1 000/441] 6.1.103-rc2 review Naresh Kamboju
2024-07-31 9:59 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox