On Mon, Aug 15, 2022 at 07:54:04PM +0200, Greg Kroah-Hartman 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. > Building powerpc:ppc32_allmodconfig ... failed Building powerpc:ppc6xx_defconfig ... failed -------------- Error log: 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 This affects v5.15.y and earlier branches. Several patches would be needded to make this work. In mainline: 0c551abfa004 powerpc/fsl-pci: Fix Class Code of PCIe Root Port 113fe88eed53 powerpc: Don't include asm/setup.h in asm/machdep.h e6f6390ab7b9 powerpc: Add missing headers 904b10fb189c PCI: Add defines for normal and subtractive PCI bridges There may be others since the patches touch several files, and it seems quite unlikely that they all apply to older kernels. It may be easier to define PCI_CLASS_BRIDGE_PCI_NORMAL locally. Guenter