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

From: Guenter Roeck
Date: Wed Mar 15 2023 - 10:26:16 EST


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)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~

Guenter