On Wed, Jan 22, 2025 at 05:20:54AM -0800, Ron Economos wrote: > On 1/22/25 00:03, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.15.177 release. > > There are 127 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, 24 Jan 2025 07:38:04 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.177-rc2.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > The build fails with: > > drivers/usb/core/port.c: In function 'usb_port_shutdown': > drivers/usb/core/port.c:299:26: error: 'struct usb_device' has no member > named 'port_is_suspended' > 299 | if (udev && !udev->port_is_suspended) { > | ^~ > make[3]: *** [scripts/Makefile.build:289: drivers/usb/core/port.o] Error 1 > make[2]: *** [scripts/Makefile.build:552: drivers/usb/core] Error 2 > make[1]: *** [scripts/Makefile.build:552: drivers/usb] Error 2 > > Same issue as with 6.1.125-rc1 last week. Needs the fixup patch in 6.1.126. Ah, ick. It's hard for me to build with CONFIG_PM disabled here for some reason. I'll go queue up my fix for this from 6.1, and then your fix for my fix :) thanks, greg k-h