Hi1
This is the start of the stable review cycle for the 5.10.234 release. There are 133 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.
We get build errors on risc-v:
drivers/usb/core/port.c: In function 'usb_port_shutdown': 2268 drivers/usb/core/port.c:299:19: error: 'struct usb_device' has no member named 'port_is_suspended' 2269 299 | if (udev && !udev->port_is_suspended) { 2270 | ^~ 2271 make[3]: *** [scripts/Makefile.build:286: drivers/usb/core/port.o] Error 1 2272 make[3]: *** Waiting for unfinished jobs....
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/9000587... https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/16...
I believe we hit similar problems in 6.1 before.
Best regards, Pavel