Hi!
This is the start of the stable review cycle for the 4.19.311 release. There are 148 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.
This fails to build:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/12...
CC drivers/usb/storage/usual-tables.o 2820drivers/usb/phy/phy-generic.c: In function 'usb_phy_gen_create_phy': 2821drivers/usb/phy/phy-generic.c:286:19: error: implicit declaration of function 'devm_regulator_get_exclusive'; did you mean 'regulator_get_exclusive'? [-Werror=implicit-function-declaration] 2822 nop->vbus_draw = devm_regulator_get_exclusive(dev, "vbus"); 2823 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2824 regulator_get_exclusive 2825drivers/usb/phy/phy-generic.c:286:17: warning: assignment to 'struct regulator *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 2826 nop->vbus_draw = devm_regulator_get_exclusive(dev, "vbus"); 2827 ^ 2828
Best regards, Pavel