Re: [PATCH 5.10 000/104] 5.10.175-rc1 review

From: Greg Kroah-Hartman
Date: Thu Mar 16 2023 - 03:57:12 EST


On Wed, Mar 15, 2023 at 07:26:05AM -0700, Guenter Roeck wrote:
> On 3/15/23 05:11, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.10.175 release.
> > There are 104 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 Fri, 17 Mar 2023 11:57:10 +0000.
> > Anything received after that time might be too late.
> >
>
> Another build failure, almost drowning in the noise.
>
> Building riscv32:allmodconfig ... failed
> --------------
> Error log:
> drivers/pci/pci-driver.c: In function 'pci_pm_runtime_resume':
> drivers/pci/pci-driver.c:1297:9: error: implicit declaration of function 'pci_restore_standard_config' [-Werror=implicit-function-declaration]
> 1297 | pci_restore_standard_config(pci_dev);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> At top level:
> drivers/pci/pci-driver.c:536:13: warning: 'pci_pm_default_resume_early' defined but not used [-Wunused-function]
> 536 | static void pci_pm_default_resume_early(struct pci_dev *pci_dev)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~

Ah, nice catch, I've now fixed this up and it should be good in -rc2

greg k-h