* Re: [PATCH 6.1 000/192] 6.1.110-rc1 review [not found] <20240910092557.876094467@linuxfoundation.org> @ 2024-09-10 12:54 ` Naresh Kamboju 2024-09-10 14:35 ` Naresh Kamboju 0 siblings, 1 reply; 3+ messages in thread From: Naresh Kamboju @ 2024-09-10 12:54 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, Linux-sh list, John Paul Adrian Glaubitz, Yoshinori Sato, Peter Zijlstra, Anders Roxell On Tue, 10 Sept 2024 at 15:36, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 6.1.110 release. > There are 192 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, 12 Sep 2024 09:25: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.1.110-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.1.y > and the diffstat can be found below. > > thanks, > > greg k-h The SuperH defconfig builds failed due to following build warnings / errors on the stable-rc linux-6.1.y. * SuperH, build - gcc-8-defconfig - gcc-11-shx3_defconfig - gcc-11-defconfig - gcc-8-shx3_defconfig Build log: -------- In file included from include/linux/mm.h:29, from arch/sh/kernel/asm-offsets.c:14: include/linux/pgtable.h: In function 'pmdp_get_lockless': include/linux/pgtable.h:379:20: error: 'pmd_t' has no member named 'pmd_low' 379 | pmd.pmd_low = pmdp->pmd_low; | ^ include/linux/pgtable.h:379:35: error: 'pmd_t' has no member named 'pmd_low' 379 | pmd.pmd_low = pmdp->pmd_low; | ^~ Metadata: -------- build_name: gcc-11-defconfig config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2lsNsLYIfqdkNQOzLLZO4lq580E/config download_url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2lsNsLYIfqdkNQOzLLZO4lq580E/ git_describe: v6.1.109-193-gb220bb28da0f git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git_sha: b220bb28da0f6a629a0d88be3f8e57ea5025c728 compiler: {'name': 'sh4-linux-gnu-gcc', 'version': '11', 'version_full': 'sh4-linux-gnu-gcc (Debian 11.4.0-5) 11.4.0'} Steps to reproduce: ------- - # tuxmake --runtime podman --target-arch sh --toolchain gcc-11 --kconfig defconfig -- Linaro LKFT https://lkft.linaro.org ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 6.1 000/192] 6.1.110-rc1 review 2024-09-10 12:54 ` [PATCH 6.1 000/192] 6.1.110-rc1 review Naresh Kamboju @ 2024-09-10 14:35 ` Naresh Kamboju 2024-09-11 12:54 ` Greg Kroah-Hartman 0 siblings, 1 reply; 3+ messages in thread From: Naresh Kamboju @ 2024-09-10 14:35 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, Linux-sh list, John Paul Adrian Glaubitz, Yoshinori Sato, Peter Zijlstra, Anders Roxell On Tue, 10 Sept 2024 at 18:24, Naresh Kamboju <naresh.kamboju@linaro.org> wrote: > > On Tue, 10 Sept 2024 at 15:36, Greg Kroah-Hartman > <gregkh@linuxfoundation.org> wrote: > > > > This is the start of the stable review cycle for the 6.1.110 release. > > There are 192 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, 12 Sep 2024 09:25: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.1.110-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.1.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > The SuperH defconfig builds failed due to following build warnings / errors > on the stable-rc linux-6.1.y. > > * SuperH, build > - gcc-8-defconfig > - gcc-11-shx3_defconfig > - gcc-11-defconfig > - gcc-8-shx3_defconfig > > Build log: > -------- > In file included from include/linux/mm.h:29, > from arch/sh/kernel/asm-offsets.c:14: > include/linux/pgtable.h: In function 'pmdp_get_lockless': > include/linux/pgtable.h:379:20: error: 'pmd_t' has no member named 'pmd_low' > 379 | pmd.pmd_low = pmdp->pmd_low; > | ^ > include/linux/pgtable.h:379:35: error: 'pmd_t' has no member named 'pmd_low' > 379 | pmd.pmd_low = pmdp->pmd_low; > | ^~ > Anders bisected this down to, # first bad commit: [4f5373c50a1177e2a195f0ef6a6e5b7f64bf8b6c] mm: Fix pmd_read_atomic() [ Upstream commit 024d232ae4fcd7a7ce8ea239607d6c1246d7adc8 ] AFAICT there's no reason to do anything different than what we do for PTEs. Make it so (also affects SH) -- Linaro LKFT https://lkft.linaro.org ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 6.1 000/192] 6.1.110-rc1 review 2024-09-10 14:35 ` Naresh Kamboju @ 2024-09-11 12:54 ` Greg Kroah-Hartman 0 siblings, 0 replies; 3+ messages in thread From: Greg Kroah-Hartman @ 2024-09-11 12:54 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, Linux-sh list, John Paul Adrian Glaubitz, Yoshinori Sato, Peter Zijlstra, Anders Roxell On Tue, Sep 10, 2024 at 08:05:27PM +0530, Naresh Kamboju wrote: > On Tue, 10 Sept 2024 at 18:24, Naresh Kamboju <naresh.kamboju@linaro.org> wrote: > > > > On Tue, 10 Sept 2024 at 15:36, Greg Kroah-Hartman > > <gregkh@linuxfoundation.org> wrote: > > > > > > This is the start of the stable review cycle for the 6.1.110 release. > > > There are 192 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, 12 Sep 2024 09:25: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.1.110-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.1.y > > > and the diffstat can be found below. > > > > > > thanks, > > > > > > greg k-h > > > > > > The SuperH defconfig builds failed due to following build warnings / errors > > on the stable-rc linux-6.1.y. > > > > * SuperH, build > > - gcc-8-defconfig > > - gcc-11-shx3_defconfig > > - gcc-11-defconfig > > - gcc-8-shx3_defconfig > > > > Build log: > > -------- > > In file included from include/linux/mm.h:29, > > from arch/sh/kernel/asm-offsets.c:14: > > include/linux/pgtable.h: In function 'pmdp_get_lockless': > > include/linux/pgtable.h:379:20: error: 'pmd_t' has no member named 'pmd_low' > > 379 | pmd.pmd_low = pmdp->pmd_low; > > | ^ > > include/linux/pgtable.h:379:35: error: 'pmd_t' has no member named 'pmd_low' > > 379 | pmd.pmd_low = pmdp->pmd_low; > > | ^~ > > > > Anders bisected this down to, > # first bad commit: > [4f5373c50a1177e2a195f0ef6a6e5b7f64bf8b6c] > mm: Fix pmd_read_atomic() > [ Upstream commit 024d232ae4fcd7a7ce8ea239607d6c1246d7adc8 ] > > AFAICT there's no reason to do anything different than what we do for > PTEs. Make it so (also affects SH) Ok, I'm going to drop this series as it shouldn't be breaking builds :( thanks, greg k-h ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-11 12:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240910092557.876094467@linuxfoundation.org>
2024-09-10 12:54 ` [PATCH 6.1 000/192] 6.1.110-rc1 review Naresh Kamboju
2024-09-10 14:35 ` Naresh Kamboju
2024-09-11 12:54 ` 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; as well as URLs for NNTP newsgroup(s).