lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023120628-reprint-coronary-ba73@gregkh>
Date:   Wed, 6 Dec 2023 03:26:47 +0900
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Naresh Kamboju <naresh.kamboju@...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,
        conor@...nel.org, allen.lkml@...il.com
Subject: Re: [PATCH 6.1 000/107] 6.1.66-rc1 review

On Tue, Dec 05, 2023 at 09:51:03PM +0530, Naresh Kamboju wrote:
> On Tue, 5 Dec 2023 at 08:59, Greg Kroah-Hartman
> <gregkh@...uxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 6.1.66 release.
> > There are 107 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, 07 Dec 2023 03:14: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.1.66-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
> 
> 
> Powerpc, s390 and riscv allmodconfig failed on stable-rc linux-6.1.y
> 
>  - s390: gcc-13-allmodconfig: FAILED
>  - Powerpc: gcc-13-allmodconfig: FAILED
>  - riscv: gcc-13-allmodconfig: FAILED
> 
> S390 build error:
> arch/s390/mm/page-states.c:198:23: error: 'invalid_pg_dir' undeclared
> (first use in this function); did you mean 'is_valid_bugaddr'?
>   page = virt_to_page(&invalid_pg_dir);
>                        ^~~~~~~~~~~~~~
> 
> s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir
>  [ Upstream commit 84bb41d5df48868055d159d9247b80927f1f70f9 ]
> 
> 
> Powerpc build error:
> arch/powerpc/platforms/pseries/iommu.c:926:28: error: 'struct dma_win'
> has no member named 'direct'
>     *direct_mapping = window->direct;
>                             ^~
> 
> powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping
> for SR-IOV device
>  [ Upstream commit 3bf983e4e93ce8e6d69e9d63f52a66ec0856672e ]
> 
> 
> riscv: gcc-13-allmodconfig: FAILED
> 
> drivers/perf/riscv_pmu_sbi.c: In function 'pmu_sbi_ovf_handler':
> drivers/perf/riscv_pmu_sbi.c:582:40: error: 'riscv_pmu_irq_num'
> undeclared (first use in this function); did you mean 'riscv_pmu_irq'?
>   582 |                 csr_clear(CSR_SIP, BIT(riscv_pmu_irq_num));
>       |                                        ^~~~~~~~~~~~~~~~~
> 
> drivers: perf: Check find_first_bit() return value
>  [ Upstream commit c6e316ac05532febb0c966fa9b55f5258ed037be ]

Thanks, all should now be dropped.  I'll push out new -rc releases in a
bit...

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ