On Tue, 10 Sept 2024 at 15:36, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> 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