On Tue, May 10, 2022 at 09:44:26PM +0100, Sudip Mukherjee wrote:
Hi Greg,
On Tue, May 10, 2022 at 2:25 PM Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.10.115 release. There are 70 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 Thu, 12 May 2022 13:07:16 +0000. Anything received after that time might be too late.
Just some initial report for you. As mentioned in the mail for 4.19-stable, it will also need d422c6c0644b ("MIPS: Use address-of operator on section symbols").
But apart from that, there is also another failure. drivers/usb/phy/phy-generic.c: In function 'usb_phy_gen_create_phy': drivers/usb/phy/phy-generic.c:271:26: error: implicit declaration of function 'devm_regulator_get_exclusive'; did you mean 'regulator_get_exclusive'? [-Werror=implicit-function-declaration] 271 | nop->vbus_draw = devm_regulator_get_exclusive(dev, "vbus");
This was introduced in v5.10.114 by d22d92230ffb ("usb: phy: generic: Get the vbus supply") but I missed testing that release. :(
Should now be fixed, thanks.
greg k-h