* Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
2025-01-22 8:03 [PATCH 5.15 000/127] 5.15.177-rc2 review Greg Kroah-Hartman
@ 2025-01-22 13:20 ` Ron Economos
2025-01-22 19:45 ` Pavel Machek
2025-01-23 14:11 ` Greg Kroah-Hartman
2025-01-22 14:08 ` Naresh Kamboju
` (4 subsequent siblings)
5 siblings, 2 replies; 12+ messages in thread
From: Ron Economos @ 2025-01-22 13:20 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
rwarsow, conor, hargar, broonie
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.
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
2025-01-22 13:20 ` Ron Economos
@ 2025-01-22 19:45 ` Pavel Machek
2025-01-23 14:11 ` Greg Kroah-Hartman
1 sibling, 0 replies; 12+ messages in thread
From: Pavel Machek @ 2025-01-22 19:45 UTC (permalink / raw)
To: Ron Economos
Cc: Greg Kroah-Hartman, stable, patches, linux-kernel, torvalds, akpm,
linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
[-- Attachment #1: Type: text/plain, Size: 1663 bytes --]
Hi!
> > 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.
Yep, we see that too in CIP testing... on risc-v.
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/1635635910
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
2025-01-22 13:20 ` Ron Economos
2025-01-22 19:45 ` Pavel Machek
@ 2025-01-23 14:11 ` Greg Kroah-Hartman
2025-01-23 14:19 ` Ron Economos
1 sibling, 1 reply; 12+ messages in thread
From: Greg Kroah-Hartman @ 2025-01-23 14:11 UTC (permalink / raw)
To: Ron Economos
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
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
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
2025-01-23 14:11 ` Greg Kroah-Hartman
@ 2025-01-23 14:19 ` Ron Economos
2025-01-23 16:15 ` Greg Kroah-Hartman
0 siblings, 1 reply; 12+ messages in thread
From: Ron Economos @ 2025-01-23 14:19 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
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
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
2025-01-23 14:19 ` Ron Economos
@ 2025-01-23 16:15 ` Greg Kroah-Hartman
0 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2025-01-23 16:15 UTC (permalink / raw)
To: Ron Economos
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
On Thu, Jan 23, 2025 at 06:19:34AM -0800, Ron Economos wrote:
> 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
Thanks, I've now done that!
greg k-h
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
2025-01-22 8:03 [PATCH 5.15 000/127] 5.15.177-rc2 review Greg Kroah-Hartman
2025-01-22 13:20 ` Ron Economos
@ 2025-01-22 14:08 ` Naresh Kamboju
2025-01-22 14:15 ` Arnd Bergmann
2025-01-22 17:08 ` Mark Brown
` (3 subsequent siblings)
5 siblings, 1 reply; 12+ messages in thread
From: Naresh Kamboju @ 2025-01-22 14:08 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie,
Anders Roxell, Dan Carpenter, Arnd Bergmann
On Wed, 22 Jan 2025 at 13:34, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> 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 following build regressions noticed and reported last week and
found it here again on arc, arm, mips, parisc, powerpc with gcc and clang
toolchains on Linux 5.15.177-rc1 and Linux 5.15.177-rc2
Build regression: arc, arm, mips, parisc, powerpc,
drivers/usb/core/port.c struct usb_device has no member named
port_is_suspended
First seen on Linux (Linux 5.15.177-rc2)
Good: v5.15.176
Bad: Linux 5.15.177-rc2
* arc:
build:
- gcc-9-axs103_defconfig
- gcc-9-vdk_hs38_smp_defconfig
* arm:
build:
- clang-19-axm55xx_defconfig
- clang-19-footbridge_defconfig
- gcc-12-axm55xx_defconfig
- gcc-12-footbridge_defconfig
- gcc-8-axm55xx_defconfig
- gcc-8-footbridge_defconfig
* mips:
build:
- gcc-12-ath79_defconfig
- gcc-12-bcm47xx_defconfig
- gcc-12-rt305x_defconfig
- gcc-8-ath79_defconfig
- gcc-8-bcm47xx_defconfig
- gcc-8-rt305x_defconfig
* parisc:
build:
- gcc-11-allyesconfig
- gcc-11-defconfig
* powerpc:
build:
- clang-19-ppc64e_defconfig
- gcc-12-cell_defconfig
- gcc-12-ppc64e_defconfig
- gcc-8-cell_defconfig
- gcc-8-ppc64e_defconfig
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Build log:
-------
fs/ext4/readpage.c: In function 'ext4_mpage_readpages':
fs/ext4/readpage.c:413:1: warning: the frame size of 1132 bytes is
larger than 1024 bytes [-Wframe-larger-than=]
413 | }
| ^
2025/01/22 08:45:53 socat-internal[1491] W waitpid(-1, {}, WNOHANG):
no child has exited
fs/mpage.c: In function 'do_mpage_readpage':
fs/mpage.c:336:1: warning: the frame size of 1092 bytes is larger than
1024 bytes [-Wframe-larger-than=]
336 | }
| ^
fs/mpage.c: In function '__mpage_writepage':
fs/mpage.c:672:1: warning: the frame size of 1156 bytes is larger than
1024 bytes [-Wframe-larger-than=]
672 | }
| ^
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) {
| ^~
## Build
* kernel: 5.15.177-rc2
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git commit: a38aec37d68a477d59deca3dad2b2108c482c033
* git describe: v5.15.176-124-ga38aec37d68a
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15.176-124-ga38aec37d68a/
metadata:
---------
* Build log: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15.176-124-ga38aec37d68a/testrun/26887549/suite/build/test/gcc-11-defconfig/log
* Details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15.176-124-ga38aec37d68a/testrun/26887549/suite/build/test/gcc-11-defconfig/details/
* build: https://storage.tuxsuite.com/public/linaro/lkft/builds/2rydJdviHEKygtIIXuzF9SBprlr/
* Kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2rydJdviHEKygtIIXuzF9SBprlr/config
* Architecures: arc, arm, mips, parisc, powerpc
* Toolchain version: gcc-12, gcc-11, gcc-8 and clang-19
Steps to reproduce:
------
$ tuxmake --runtime podman --target-arch arm --toolchain gcc-12
--kconfig footbridge_defconfig
$ tuxmake --runtime podman --target-arch sh --toolchain gcc-11
--kconfig defconfig
--
Linaro LKFT
https://lkft.linaro.org
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
2025-01-22 14:08 ` Naresh Kamboju
@ 2025-01-22 14:15 ` Arnd Bergmann
0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2025-01-22 14:15 UTC (permalink / raw)
To: Naresh Kamboju, Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, Linus Torvalds, Andrew Morton,
Guenter Roeck, shuah, patches, lkft-triage, Pavel Machek,
Jon Hunter, Florian Fainelli, Sudip Mukherjee, srw, rwarsow,
Conor Dooley, hargar, Mark Brown, Anders Roxell, Dan Carpenter
On Wed, Jan 22, 2025, at 15:08, Naresh Kamboju wrote:
> -------
> fs/ext4/readpage.c: In function 'ext4_mpage_readpages':
> fs/ext4/readpage.c:413:1: warning: the frame size of 1132 bytes is
> larger than 1024 bytes [-Wframe-larger-than=]
> 413 | }
> | ^
> 2025/01/22 08:45:53 socat-internal[1491] W waitpid(-1, {}, WNOHANG):
> no child has exited
> fs/mpage.c: In function 'do_mpage_readpage':
> fs/mpage.c:336:1: warning: the frame size of 1092 bytes is larger than
> 1024 bytes [-Wframe-larger-than=]
> 336 | }
> | ^
> fs/mpage.c: In function '__mpage_writepage':
> fs/mpage.c:672:1: warning: the frame size of 1156 bytes is larger than
> 1024 bytes [-Wframe-larger-than=]
> 672 | }
I don't see anything touching these recently, probably not
a new regression but still a bit scary.
> 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) {
> | ^~
Caused by the backport of 59bfeaf5454b ("USB: core: Disable LPM
only for non-suspended ports"), should be fixed by backporting
130eac417085 ("xhci: use pm_ptr() instead of #ifdef for CONFIG_PM
conditionals") as well. That one was originally a fix for a
different bug, but the new 59bfeaf5454b commit builds on that.
Arnd
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
2025-01-22 8:03 [PATCH 5.15 000/127] 5.15.177-rc2 review Greg Kroah-Hartman
2025-01-22 13:20 ` Ron Economos
2025-01-22 14:08 ` Naresh Kamboju
@ 2025-01-22 17:08 ` Mark Brown
2025-01-22 17:55 ` Florian Fainelli
` (2 subsequent siblings)
5 siblings, 0 replies; 12+ messages in thread
From: Mark Brown @ 2025-01-22 17:08 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar
[-- Attachment #1: Type: text/plain, Size: 347 bytes --]
On Wed, Jan 22, 2025 at 09:03:53AM +0100, 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.
Tested-by: Mark Brown <broonie@kernel.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
2025-01-22 8:03 [PATCH 5.15 000/127] 5.15.177-rc2 review Greg Kroah-Hartman
` (2 preceding siblings ...)
2025-01-22 17:08 ` Mark Brown
@ 2025-01-22 17:55 ` Florian Fainelli
2025-01-22 20:25 ` [PATCH 5.15] " Hardik Garg
2025-01-23 13:33 ` [PATCH 5.15 000/127] " Muhammad Usama Anjum
5 siblings, 0 replies; 12+ messages in thread
From: Florian Fainelli @ 2025-01-22 17:55 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, sudipm.mukherjee, srw, rwarsow,
conor, hargar, broonie
On 1/22/2025 12:03 AM, 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
On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on
BMIPS_GENERIC:
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
--
Florian
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PATCH 5.15] 5.15.177-rc2 review
2025-01-22 8:03 [PATCH 5.15 000/127] 5.15.177-rc2 review Greg Kroah-Hartman
` (3 preceding siblings ...)
2025-01-22 17:55 ` Florian Fainelli
@ 2025-01-22 20:25 ` Hardik Garg
2025-01-23 13:33 ` [PATCH 5.15 000/127] " Muhammad Usama Anjum
5 siblings, 0 replies; 12+ messages in thread
From: Hardik Garg @ 2025-01-22 20:25 UTC (permalink / raw)
To: gregkh
Cc: akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel,
linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, srw,
stable, sudipm.mukherjee, torvalds
The kernel, bpf tool, and kselftest tool builds fine for v5.15.177-rc2 on x86 and arm64 Azure VM.
Tested-by: Hardik Garg <hargar@linux.microsoft.com>
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PATCH 5.15 000/127] 5.15.177-rc2 review
2025-01-22 8:03 [PATCH 5.15 000/127] 5.15.177-rc2 review Greg Kroah-Hartman
` (4 preceding siblings ...)
2025-01-22 20:25 ` [PATCH 5.15] " Hardik Garg
@ 2025-01-23 13:33 ` Muhammad Usama Anjum
5 siblings, 0 replies; 12+ messages in thread
From: Muhammad Usama Anjum @ 2025-01-23 13:33 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: Usama.Anjum, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
On 1/22/25 1:03 PM, 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
>
> -------------
OVERVIEW
Builds: 36 passed, 2 failed
Boot tests: 449 passed, 13 failed
CI systems: broonie, maestro
REVISION
Commit
name: v5.15.176-124-ga38aec37d68a
hash: a38aec37d68a477d59deca3dad2b2108c482c033
Checked out from
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
BUILDS
Failures
-sparc (sparc64_defconfig)
Build detail: https://kcidb.kernelci.org/d/build/build?orgId=1&var-id=broonie:a38aec37d68a477d59deca3dad2b2108c482c033-sparc-sparc64_defconfig
CI system: broonie
-riscv (defconfig)
Build detail: https://kcidb.kernelci.org/d/build/build?orgId=1&var-id=maestro:6790ba7d09f33884b18d676f
Build error: drivers/usb/core/port.c:299:26: error: ‘struct usb_device’ has no member named ‘port_is_suspended’
CI system: maestro
BOOT TESTS
Failures
All of following failed because of:
BUG: kernel NULL pointer dereference, address: 00000000000002fc
i386:(defconfig)
-hp-x360-14a-cb0001xx-zork
-asus-CM1400CXA-dalboz
-lenovo-TPad-C13-Yoga-zork
-acer-cp514-2h-1130g7-volteer
CI system: maestro
x86_64:(cros://chromeos-5.15/x86_64/chromeos-amd-stoneyridge.flavour.config,
x86_64_defconfig,
cros://chromeos-5.15/x86_64/chromeos-intel-pineview.flavour.config)
-asus-CM1400CXA-dalboz
-hp-x360-14a-cb0001xx-zork
-hp-14b-na0052xx-zork
-lenovo-TPad-C13-Yoga-zork
-acer-chromebox-cxi4-puff
-acer-cbv514-1h-34uz-brya
-acer-cp514-2h-1160g7-volteer
-acer-cb317-1h-c3z6-dedede
-acer-cp514-2h-1130g7-volteer
CI system: maestro
See complete and up-to-date report at:
https://kcidb.kernelci.org/d/revision/revision?orgId=1&var-git_commit_hash=a38aec37d68a477d59deca3dad2b2108c482c033&var-patchset_hash=
Tested-by: kernelci.org bot <bot@kernelci.org>
Thanks,
KernelCI team
^ permalink raw reply [flat|nested] 12+ messages in thread