[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <65b96357-3c6c-469a-b738-e0576edb958d@w6rz.net>
Date: Thu, 23 Jan 2025 06:19:34 -0800
From: Ron Economos <re@...z.net>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: stable@...r.kernel.org, patches@...ts.linux.dev,
linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
jonathanh@...dia.com, f.fainelli@...il.com, sudipm.mukherjee@...il.com,
srw@...dewatkins.net, rwarsow@....de, conor@...nel.org,
hargar@...rosoft.com, broonie@...nel.org
Subject: Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
On 1/23/25 06:11, Greg Kroah-Hartman wrote:
> 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
Just FYI, I tested the fixes and it builds okay. I did:
git cherry-pick 9734fd7a27772016b1f6e31a03258338a219d7d6
git cherry-pick f6247d3e3f2d34842d3dcec8fe7a792db969c423
Powered by blists - more mailing lists