Re: [PATCH 4.19 000/273] 4.19.295-rc1 review

From: Guenter Roeck
Date: Thu Sep 21 2023 - 13:00:53 EST


On 9/20/23 04:27, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.295 release.
There are 273 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, 22 Sep 2023 11:28:09 +0000.
Anything received after that time might be too late.


Building arm:allmodconfig ... failed
Building arm:imx_v6_v7_defconfig ... failed

drivers/pci/controller/dwc/pci-imx6.c:645:10: error: 'const struct dw_pcie_host_ops' has no member named 'host_deinit'; did you mean 'host_init'?
645 | .host_deinit = imx6_pcie_host_exit,
| ^~~~~~~~~~~
| host_init
drivers/pci/controller/dwc/pci-imx6.c:645:24: error: 'imx6_pcie_host_exit' undeclared here (not in a function); did you mean 'imx6_pcie_host_init'?
645 | .host_deinit = imx6_pcie_host_exit,
| ^~~~~~~~~~~~~~~~~~~
| imx6_pcie_host_init

Guenter