Hi Greg,
On Tue, May 10, 2022 at 03:07:19PM +0200, Greg Kroah-Hartman 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.
Build test (gcc-11): mips (gcc version 11.2.1 20220408): 63 configs -> 1 new failure arm (gcc version 11.2.1 20220408): 105 configs -> 1 new failure arm64 (gcc version 11.2.1 20220408): 3 configs -> no failure x86_64 (gcc version 11.2.1 20220408): 4 configs -> no failure
mips xway_defconfig and arm hisi_defconfig both failed with:
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");
It was introduced in v5.10.114 by d22d92230ffb ("usb: phy: generic: Get the vbus supply")
Build test (gcc-12): Mips builds are failing. Needs d422c6c0644b ("MIPS: Use address-of operator on section symbols") arm64 allmodconfig failed. Will check later what is needed for arm64.
Boot test: x86_64: Booted on my test laptop. No regression. x86_64: Booted on qemu. No regression. [1] arm64: Booted on rpi4b (4GB model). No regression. [2]
[1]. https://openqa.qa.codethink.co.uk/tests/1123 [2]. https://openqa.qa.codethink.co.uk/tests/1125
Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk
-- Regards Sudip