* Re: [PATCH 5.15 000/620] 5.15.179-rc1 review [not found] <20250310170545.553361750@linuxfoundation.org> @ 2025-03-11 10:02 ` Jon Hunter 2025-03-11 10:11 ` Jon Hunter 0 siblings, 1 reply; 5+ messages in thread From: Jon Hunter @ 2025-03-11 10:02 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Greg Kroah-Hartman, patches, linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie, linux-tegra, stable On Mon, 10 Mar 2025 17:57:26 +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.179 release. > There are 620 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 Wed, 12 Mar 2025 17:04:00 +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.179-rc1.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 Failures detected for Tegra ... Test results for stable-v5.15: 10 builds: 10 pass, 0 fail 28 boots: 28 pass, 0 fail 101 tests: 100 pass, 1 fail Linux version: 5.15.179-rc1-gcfe01cd80d85 Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra186-p3509-0000+p3636-0001, tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000, tegra20-ventana, tegra210-p2371-2180, tegra210-p3450-0000, tegra30-cardhu-a04 Test failures: tegra194-p2972-0000: boot.py Jon ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5.15 000/620] 5.15.179-rc1 review 2025-03-11 10:02 ` [PATCH 5.15 000/620] 5.15.179-rc1 review Jon Hunter @ 2025-03-11 10:11 ` Jon Hunter 2025-03-11 10:38 ` Ron Economos 0 siblings, 1 reply; 5+ messages in thread From: Jon Hunter @ 2025-03-11 10:11 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage, pavel, f.fainelli, sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie, linux-tegra, stable Hi Greg, On 11/03/2025 10:02, Jon Hunter wrote: > On Mon, 10 Mar 2025 17:57:26 +0100, Greg Kroah-Hartman wrote: >> This is the start of the stable review cycle for the 5.15.179 release. >> There are 620 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 Wed, 12 Mar 2025 17:04:00 +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.179-rc1.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 > > Failures detected for Tegra ... > > Test results for stable-v5.15: > 10 builds: 10 pass, 0 fail > 28 boots: 28 pass, 0 fail > 101 tests: 100 pass, 1 fail > > Linux version: 5.15.179-rc1-gcfe01cd80d85 > Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, > tegra186-p3509-0000+p3636-0001, tegra194-p2972-0000, > tegra194-p3509-0000+p3668-0000, tegra20-ventana, > tegra210-p2371-2180, tegra210-p3450-0000, > tegra30-cardhu-a04 > > Test failures: tegra194-p2972-0000: boot.py With this update I am seeing the following kernel warnings for Tegra ... WARNING KERN gpio gpiochip0: (max77620-gpio): not an immutable chip, please consider fixing it! WARNING KERN gpio gpiochip1: (tegra194-gpio): not an immutable chip, please consider fixing it! WARNING KERN gpio gpiochip2: (tegra194-gpio-aon): not an immutable chip, please consider fixing it! The above warning comes from commit 6c846d026d49 ("gpio: Don't fiddle with irqchips marked as immutable") and to fix this for Tegra I believe that we need commits bba00555ede7 ("gpio: tegra186: Make the irqchip immutable") and 7f42aa7b008c ("gpio: max77620: Make the irqchip immutable"). There are other similar patches in the original series that I am guessing would be needed too. Thanks Jon -- nvpublic ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5.15 000/620] 5.15.179-rc1 review 2025-03-11 10:11 ` Jon Hunter @ 2025-03-11 10:38 ` Ron Economos 2025-03-11 11:12 ` Greg Kroah-Hartman 0 siblings, 1 reply; 5+ messages in thread From: Ron Economos @ 2025-03-11 10:38 UTC (permalink / raw) To: Jon Hunter, Greg Kroah-Hartman Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage, pavel, f.fainelli, sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie, linux-tegra, stable On 3/11/25 03:11, Jon Hunter wrote: > Hi Greg, > > On 11/03/2025 10:02, Jon Hunter wrote: >> On Mon, 10 Mar 2025 17:57:26 +0100, Greg Kroah-Hartman wrote: >>> This is the start of the stable review cycle for the 5.15.179 release. >>> There are 620 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 Wed, 12 Mar 2025 17:04:00 +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.179-rc1.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 >> >> Failures detected for Tegra ... >> >> Test results for stable-v5.15: >> 10 builds: 10 pass, 0 fail >> 28 boots: 28 pass, 0 fail >> 101 tests: 100 pass, 1 fail >> >> Linux version: 5.15.179-rc1-gcfe01cd80d85 >> Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, >> tegra186-p3509-0000+p3636-0001, tegra194-p2972-0000, >> tegra194-p3509-0000+p3668-0000, tegra20-ventana, >> tegra210-p2371-2180, tegra210-p3450-0000, >> tegra30-cardhu-a04 >> >> Test failures: tegra194-p2972-0000: boot.py > > > With this update I am seeing the following kernel warnings for Tegra ... > > WARNING KERN gpio gpiochip0: (max77620-gpio): not an immutable chip, > please consider fixing it! > WARNING KERN gpio gpiochip1: (tegra194-gpio): not an immutable chip, > please consider fixing it! > WARNING KERN gpio gpiochip2: (tegra194-gpio-aon): not an immutable > chip, please consider fixing it! > > The above warning comes from commit 6c846d026d49 ("gpio: Don't fiddle > with irqchips marked as immutable") and to fix this for Tegra I > believe that we need commits bba00555ede7 ("gpio: tegra186: Make the > irqchip immutable") and 7f42aa7b008c ("gpio: max77620: Make the > irqchip immutable"). There are other similar patches in the original > series that I am guessing would be needed too. > > Thanks > Jon Also seeing this on RISC-V. [ 0.281617] gpio gpiochip0: (10060000.gpio): not an immutable chip, please consider fixing it! ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5.15 000/620] 5.15.179-rc1 review 2025-03-11 10:38 ` Ron Economos @ 2025-03-11 11:12 ` Greg Kroah-Hartman 2025-03-11 11:25 ` Greg Kroah-Hartman 0 siblings, 1 reply; 5+ messages in thread From: Greg Kroah-Hartman @ 2025-03-11 11:12 UTC (permalink / raw) To: Ron Economos Cc: Jon Hunter, patches, linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage, pavel, f.fainelli, sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie, linux-tegra, stable On Tue, Mar 11, 2025 at 03:38:51AM -0700, Ron Economos wrote: > On 3/11/25 03:11, Jon Hunter wrote: > > Hi Greg, > > > > On 11/03/2025 10:02, Jon Hunter wrote: > > > On Mon, 10 Mar 2025 17:57:26 +0100, Greg Kroah-Hartman wrote: > > > > This is the start of the stable review cycle for the 5.15.179 release. > > > > There are 620 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 Wed, 12 Mar 2025 17:04:00 +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.179-rc1.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 > > > > > > Failures detected for Tegra ... > > > > > > Test results for stable-v5.15: > > > 10 builds: 10 pass, 0 fail > > > 28 boots: 28 pass, 0 fail > > > 101 tests: 100 pass, 1 fail > > > > > > Linux version: 5.15.179-rc1-gcfe01cd80d85 > > > Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, > > > tegra186-p3509-0000+p3636-0001, tegra194-p2972-0000, > > > tegra194-p3509-0000+p3668-0000, tegra20-ventana, > > > tegra210-p2371-2180, tegra210-p3450-0000, > > > tegra30-cardhu-a04 > > > > > > Test failures: tegra194-p2972-0000: boot.py > > > > > > With this update I am seeing the following kernel warnings for Tegra ... > > > > WARNING KERN gpio gpiochip0: (max77620-gpio): not an immutable chip, > > please consider fixing it! > > WARNING KERN gpio gpiochip1: (tegra194-gpio): not an immutable chip, > > please consider fixing it! > > WARNING KERN gpio gpiochip2: (tegra194-gpio-aon): not an immutable > > chip, please consider fixing it! > > > > The above warning comes from commit 6c846d026d49 ("gpio: Don't fiddle > > with irqchips marked as immutable") and to fix this for Tegra I believe > > that we need commits bba00555ede7 ("gpio: tegra186: Make the irqchip > > immutable") and 7f42aa7b008c ("gpio: max77620: Make the irqchip > > immutable"). There are other similar patches in the original series that > > I am guessing would be needed too. > > > > Thanks > > Jon > > Also seeing this on RISC-V. > > [ 0.281617] gpio gpiochip0: (10060000.gpio): not an immutable chip, > please consider fixing it! Ugh, I think I know what that is, a patch slipped back in again, let me go dig... ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5.15 000/620] 5.15.179-rc1 review 2025-03-11 11:12 ` Greg Kroah-Hartman @ 2025-03-11 11:25 ` Greg Kroah-Hartman 0 siblings, 0 replies; 5+ messages in thread From: Greg Kroah-Hartman @ 2025-03-11 11:25 UTC (permalink / raw) To: Ron Economos Cc: Jon Hunter, patches, linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage, pavel, f.fainelli, sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie, linux-tegra, stable On Tue, Mar 11, 2025 at 12:12:52PM +0100, Greg Kroah-Hartman wrote: > On Tue, Mar 11, 2025 at 03:38:51AM -0700, Ron Economos wrote: > > On 3/11/25 03:11, Jon Hunter wrote: > > > Hi Greg, > > > > > > On 11/03/2025 10:02, Jon Hunter wrote: > > > > On Mon, 10 Mar 2025 17:57:26 +0100, Greg Kroah-Hartman wrote: > > > > > This is the start of the stable review cycle for the 5.15.179 release. > > > > > There are 620 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 Wed, 12 Mar 2025 17:04:00 +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.179-rc1.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 > > > > > > > > Failures detected for Tegra ... > > > > > > > > Test results for stable-v5.15: > > > > 10 builds: 10 pass, 0 fail > > > > 28 boots: 28 pass, 0 fail > > > > 101 tests: 100 pass, 1 fail > > > > > > > > Linux version: 5.15.179-rc1-gcfe01cd80d85 > > > > Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, > > > > tegra186-p3509-0000+p3636-0001, tegra194-p2972-0000, > > > > tegra194-p3509-0000+p3668-0000, tegra20-ventana, > > > > tegra210-p2371-2180, tegra210-p3450-0000, > > > > tegra30-cardhu-a04 > > > > > > > > Test failures: tegra194-p2972-0000: boot.py > > > > > > > > > With this update I am seeing the following kernel warnings for Tegra ... > > > > > > WARNING KERN gpio gpiochip0: (max77620-gpio): not an immutable chip, > > > please consider fixing it! > > > WARNING KERN gpio gpiochip1: (tegra194-gpio): not an immutable chip, > > > please consider fixing it! > > > WARNING KERN gpio gpiochip2: (tegra194-gpio-aon): not an immutable > > > chip, please consider fixing it! > > > > > > The above warning comes from commit 6c846d026d49 ("gpio: Don't fiddle > > > with irqchips marked as immutable") and to fix this for Tegra I believe > > > that we need commits bba00555ede7 ("gpio: tegra186: Make the irqchip > > > immutable") and 7f42aa7b008c ("gpio: max77620: Make the irqchip > > > immutable"). There are other similar patches in the original series that > > > I am guessing would be needed too. > > > > > > Thanks > > > Jon > > > > Also seeing this on RISC-V. > > > > [ 0.281617] gpio gpiochip0: (10060000.gpio): not an immutable chip, > > please consider fixing it! > > Ugh, I think I know what that is, a patch slipped back in again, let me > go dig... Found it, I'll push out a -rc2 later today with the fix. thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-03-11 11:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250310170545.553361750@linuxfoundation.org>
2025-03-11 10:02 ` [PATCH 5.15 000/620] 5.15.179-rc1 review Jon Hunter
2025-03-11 10:11 ` Jon Hunter
2025-03-11 10:38 ` Ron Economos
2025-03-11 11:12 ` Greg Kroah-Hartman
2025-03-11 11:25 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox