* Fwd: System (Xeon Nvidia) hangs at boot terminal after kernel 6.4.7
@ 2023-08-10 3:03 Bagas Sanjaya
2023-08-10 4:19 ` [Nouveau] " Thorsten Leemhuis
0 siblings, 1 reply; 3+ messages in thread
From: Bagas Sanjaya @ 2023-08-10 3:03 UTC (permalink / raw)
To: Ben Skeggs, Karol Herbst, Lyude Paul, Peter Bottomley, peter
Cc: Linux DRI Development, Linux Nouveau, Linux Kernel Mailing List,
Linux Regressions, Linux Stable
Hi,
I notice a regression report on Bugzilla [1]. Quoting from it:
> Kernel 6.4.6 compiled from source worked AOK on my desktop with Intel Xeon cpu and Nvidia graphics - see below for system specs.
>
> Kernels 6.4.7 & 6.4.8 also compiled from source with identical configs hang with a frozen boot terminal screen after a significant way through the boot sequence (e.g. whilst running /etc/profile). The system may still be running as a sound is emitted when the power button is pressed (only way to escape from the system hang).
>
> The issue seems to be specific to the hardware of this desktop as the problem kernels do boot through to completion on other machines.
>
> A test was done with a different build (from Porteus) of kernel 6.5-RC4 and that did not hang - but kernel 6.4.7 from the same builder hung just like my build.
>
> I apologise that I cannot provide any detailed diagnostics - but I can put diagnostics into /etc/profile and provide screenshots if requested.
>
> Forum thread with more details and screenshots:
> https://forum.puppylinux.com/viewtopic.php?p=95733#p95733
>
> Computer Profile:
> Machine Dell Inc. Precision WorkStation T5400 (version: Not Specified)
> Mainboard Dell Inc. 0RW203 (version: NA)
> • BIOS Dell Inc. A11 | Date: 04/30/2012 | Type: Legacy
> • CPU Intel(R) Xeon(R) CPU E5450 @ 3.00GHz (4 cores)
> • RAM Total: 7955 MB | Used: 1555 MB (19.5%) | Actual Used: 775 MB (9.7%)
> Graphics Resolution: 1366x768 pixels | Display Server: X.Org 21.1.8
> • device-0 NVIDIA Corporation GT218 [NVS 300] [10de:10d8] (rev a2)
> Audio ALSA
> • device-0 Intel Corporation 631xESB/632xESB High Definition Audio Controller [8086:269a] (rev 09)
> • device-1 NVIDIA Corporation High Definition Audio Controller [10de:0be3] (rev a1)
> Network wlan1
> • device-0 Ethernet: Broadcom Inc. and subsidiaries NetXtreme BCM5754 Gigabit Ethernet PCI Express [14e4:167a] (rev 02)
See Bugzilla for the full thread.
FYI, this is stable-specific regression since it doesn't appear on mainline.
Also, I have asked the reporter to also open the issue on gitlab.freedesktop.org
tracker (as it is the standard for DRM subsystem).
To the reporter (on To: list): It'd been great if you also have netconsole
output on your Bugzilla report, providing that you have another machine
connecting to your problematic one.
Anyway, I'm adding this regression to be tracked by regzbot:
#regzbot introduced: v6.4.6..v6.4.7 https://bugzilla.kernel.org/show_bug.cgi?id=217776
#regzbot link: https://forum.puppylinux.com/viewtopic.php?p=95733#p95733
Thanks.
[1]: https://bugzilla.kernel.org/show_bug.cgi?id=217776
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Nouveau] Fwd: System (Xeon Nvidia) hangs at boot terminal after kernel 6.4.7
2023-08-10 3:03 Fwd: System (Xeon Nvidia) hangs at boot terminal after kernel 6.4.7 Bagas Sanjaya
@ 2023-08-10 4:19 ` Thorsten Leemhuis
2023-11-01 15:05 ` Linux regression tracking #update (Thorsten Leemhuis)
0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Leemhuis @ 2023-08-10 4:19 UTC (permalink / raw)
To: Bagas Sanjaya, Ben Skeggs, Karol Herbst, Lyude Paul,
Peter Bottomley, peter
Cc: Linux Nouveau, Linux Stable, Linux Kernel Mailing List,
Linux DRI Development, Linux Regressions
On 10.08.23 05:03, Bagas Sanjaya wrote:
>
> I notice a regression report on Bugzilla [1]. Quoting from it:
>
>> Kernel 6.4.6 compiled from source worked AOK on my desktop with Intel Xeon cpu and Nvidia graphics - see below for system specs.
>>
>> Kernels 6.4.7 & 6.4.8 also compiled from source with identical configs hang with a frozen boot terminal screen after a significant way through the boot sequence (e.g. whilst running /etc/profile). The system may still be running as a sound is emitted when the power button is pressed (only way to escape from the system hang).
> [...]
>> Computer Profile:
>> Machine Dell Inc. Precision WorkStation T5400 (version: Not Specified)
>> Mainboard Dell Inc. 0RW203 (version: NA)
>> • BIOS Dell Inc. A11 | Date: 04/30/2012 | Type: Legacy
>> • CPU Intel(R) Xeon(R) CPU E5450 @ 3.00GHz (4 cores)
>> • RAM Total: 7955 MB | Used: 1555 MB (19.5%) | Actual Used: 775 MB (9.7%)
>> Graphics Resolution: 1366x768 pixels | Display Server: X.Org 21.1.8
>> • device-0 NVIDIA Corporation GT218 [NVS 300] [10de:10d8] (rev a2)
>> Audio ALSA
>> • device-0 Intel Corporation 631xESB/632xESB High Definition Audio Controller [8086:269a] (rev 09)
>> • device-1 NVIDIA Corporation High Definition Audio Controller [10de:0be3] (rev a1)
>> Network wlan1
>> • device-0 Ethernet: Broadcom Inc. and subsidiaries NetXtreme BCM5754 Gigabit Ethernet PCI Express [14e4:167a] (rev 02)
>
> See Bugzilla for the full thread.
> [...]
> [1]: https://bugzilla.kernel.org/show_bug.cgi?id=217776
Not my area of expertise, but nevertheless pretty sure this is the same
issue already discussed here, as it's a GT218 there as well at 6.4.7 is
the version that commit was backported to:
https://lore.kernel.org/all/20230806213107.GFZNARG6moWpFuSJ9W@fat_crate.local/
No final solution ready yet, but looks like the culprit will be reverted.
Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
If I did something stupid, please tell me, as explained on that page.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Nouveau] Fwd: System (Xeon Nvidia) hangs at boot terminal after kernel 6.4.7
2023-08-10 4:19 ` [Nouveau] " Thorsten Leemhuis
@ 2023-11-01 15:05 ` Linux regression tracking #update (Thorsten Leemhuis)
0 siblings, 0 replies; 3+ messages in thread
From: Linux regression tracking #update (Thorsten Leemhuis) @ 2023-11-01 15:05 UTC (permalink / raw)
To: Linux Regressions
Cc: Linux Nouveau, Linux Stable, Linux Kernel Mailing List,
Linux DRI Development
[TLDR: This mail in primarily relevant for Linux kernel regression
tracking. See link in footer if these mails annoy you.]
On 10.08.23 06:19, Thorsten Leemhuis wrote:
> On 10.08.23 05:03, Bagas Sanjaya wrote:
>>
>> I notice a regression report on Bugzilla [1]. Quoting from it:
>>
>> [...]
>> [1]: https://bugzilla.kernel.org/show_bug.cgi?id=217776
#regzbot link: https://gitlab.freedesktop.org/drm/nouveau/-/issues/255
#regzbot fix: 6eb4a83e612af65bab8492957cba
#regzbot ignore-activity
Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
That page also explains what to do if mails like this annoy you.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-01 15:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-10 3:03 Fwd: System (Xeon Nvidia) hangs at boot terminal after kernel 6.4.7 Bagas Sanjaya
2023-08-10 4:19 ` [Nouveau] " Thorsten Leemhuis
2023-11-01 15:05 ` Linux regression tracking #update (Thorsten Leemhuis)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome