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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 16 Aug 2022 14:21:17 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Pali Rohár <pali@...nel.org>
Cc:     Naresh Kamboju <naresh.kamboju@...aro.org>,
        linux-kernel@...r.kernel.org, stable@...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,
        slade@...dewatkins.com, Michael Ellerman <mpe@...erman.id.au>
Subject: Re: [PATCH 5.15 000/779] 5.15.61-rc1 review

On Tue, Aug 16, 2022 at 10:47:03AM +0200, Pali Rohár wrote:
> On Tuesday 16 August 2022 14:11:45 Naresh Kamboju wrote:
> > On Mon, 15 Aug 2022 at 23:44, Greg Kroah-Hartman
> > <gregkh@...uxfoundation.org> wrote:
> > >
> > > This is the start of the stable review cycle for the 5.15.61 release.
> > > There are 779 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, 17 Aug 2022 18:01:29 +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/v5.x/stable-review/patch-5.15.61-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-5.15.y
> > > and the diffstat can be found below.
> > >
> > > thanks,
> > >
> > > greg k-h
> > 
> > The powerpc defconfig failed on stable-rc 5.15.
> > 
> > * powerpc, build
> >   - gcc-10-ppc6xx_defconfig
> >   - gcc-11-ppc6xx_defconfig
> >   - gcc-8-ppc6xx_defconfig
> >   - gcc-9-ppc6xx_defconfig
> > 
> > arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_add_bridge':
> > arch/powerpc/sysdev/fsl_pci.c:601:39: error:
> > 'PCI_CLASS_BRIDGE_PCI_NORMAL' undeclared (first use in this function);
> > did you mean 'PCI_CLASS_BRIDGE_PCI'?
> >   601 |                         class_code |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8;
> >       |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> >       |                                       PCI_CLASS_BRIDGE_PCI
> > arch/powerpc/sysdev/fsl_pci.c:601:39: note: each undeclared identifier
> > is reported only once for each function it appears in
> > make[3]: *** [scripts/Makefile.build:289: arch/powerpc/sysdev/fsl_pci.o] Error 1
> 
> Hello, this is probably because of missing PCI_CLASS_BRIDGE_PCI_NORMAL
> define which was added in this change:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/include/linux/pci_ids.h?id=904b10fb189cc15376e9bfce1ef0282e68b0b004

I've taken that portion of the commit in the tree now, thanks.

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ