[Bug 1214073] New: [Build 20230807] kernel 6.4.8 complains about ACPI and stops loading
https://bugzilla.suse.com/show_bug.cgi?id=1214073 Bug ID: 1214073 Summary: [Build 20230807] kernel 6.4.8 complains about ACPI and stops loading Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: Kernel Assignee: kernel-bugs@opensuse.org Reporter: ilgaz@ilgaz.gen.tr QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Created attachment 868684 --> https://bugzilla.suse.com/attachment.cgi?id=868684&action=edit photo of screen when system frozen As the system frozen and I am in hurry, I could only take photo of screen. It says "ACPI: _SB_.PCIB. IXUE. IGPU: failed to evaluate _DSM" on the last line which was said to be a harmless effect of nvidia chipset. I am using nouveau drivers (built into kernel) and the system is macbook 5,1 I don't want to flood here with needless data, I can provide everything needed. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214073 https://bugzilla.suse.com/show_bug.cgi?id=1214073#c5 --- Comment #5 from Ilgaz Öcal <ilgaz@ilgaz.gen.tr> --- Created attachment 868688 --> https://bugzilla.suse.com/attachment.cgi?id=868688&action=edit the result of "modprobe nouveau modeset=1" I did modprobe -r nouveau and modprobe nouveau modeset=1 , when I issued the last command system GUI locked up. Using ssh from another machine, I managed to get dmesg log. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214073 https://bugzilla.suse.com/show_bug.cgi?id=1214073#c8 Ilgaz Öcal <ilgaz@ilgaz.gen.tr> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(ilgaz@ilgaz.gen.t | |r) | --- Comment #8 from Ilgaz Öcal <ilgaz@ilgaz.gen.tr> --- Created attachment 868714 --> https://bugzilla.suse.com/attachment.cgi?id=868714&action=edit The kernel from http://download.opensuse.org/repositories/home:/tiwai:/bsc1214073/standard/ boots normally, its dmesg output Should I test the second one too? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214073 https://bugzilla.suse.com/show_bug.cgi?id=1214073#c10 --- Comment #10 from Ilgaz Öcal <ilgaz@ilgaz.gen.tr> --- (In reply to Takashi Iwai from comment #9)
Thanks for confirmation. The test of the second kernel isn't needed.
It's likely the issue Boris reported recently on ML. I'll add info there.
Unless the fix appears shortly, I'll revert the affecting patch for TW. You can keep using my test kernel until we revert or fix on TW kernel.
I forgot to mention this strange issue I noticed while testing. When you run with "nomodeset" red looks blue etc. false colours appear on X11. I don't know if it is related to anything but I thought I better share. Thank you again. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214073 https://bugzilla.suse.com/show_bug.cgi?id=1214073#c16 --- Comment #16 from Ilgaz Öcal <ilgaz@ilgaz.gen.tr> --- Created attachment 868721 --> https://bugzilla.suse.com/attachment.cgi?id=868721&action=edit the result of "modprobe nouveau modeset=1" under the stable-kasan build I tested home:tiwai:kernel:stable-kasan build via booting with nomodeset and modprobing nouveau modeset=1 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214073 https://bugzilla.suse.com/show_bug.cgi?id=1214073#c18 --- Comment #18 from Ilgaz Öcal <ilgaz@ilgaz.gen.tr> --- (In reply to Takashi Iwai from comment #17)
It's still unresolved in the upstream side, and the development will be paused for a while due to vacation, I'll revert the buggy patch as a temporary workaround for TW kernel.
Let's keep this bug open until we receive more proper fix from the upstream.
On Reddit I saw another user updating to 6.8.9 kernel and his/her issue was fixed. I booted to openSUSE TW with 'nomodeset' and did 'zypper dup' to get all updates including 6.9.1 . System freezes during boot process right after nouveau module mentioned. I booted with nomodeset to X11 and made sure machine is connected. Once I issue 'modprobe nouveau modeset=1' command, system freezes and unfortunately I can't ssh to it (no route to host). -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214073 https://bugzilla.suse.com/show_bug.cgi?id=1214073#c19 --- Comment #19 from Ilgaz Öcal <ilgaz@ilgaz.gen.tr> --- Created attachment 868780 --> https://bugzilla.suse.com/attachment.cgi?id=868780&action=edit 6.4.9 dmesg output right after it freezes on boot I could ssh to the machine with MCP79 NVidia 9400 (Macbook 5.1) and grab its dmesg from the other Linux I am running. Unfortunately it still freezes. I believe I can still boot with nomodeset so don't hesitate asking me for information/tests. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214073 https://bugzilla.suse.com/show_bug.cgi?id=1214073#c23 --- Comment #23 from Ilgaz Öcal <ilgaz@ilgaz.gen.tr> --- (In reply to Takashi Iwai from comment #21)
Now we identify a place that may cause a memory corruption, and this *might* be the culprit of your problem: https://lore.kernel.org/r/20230814144933.3956959-1-kherbst@redhat.com
I'm building yet another test kernel with the fix (and the drop of the previous revert) in OBS home:tiwai:bsc1214073-4 repo. Could you test the kernel later and report back?
I am currently on your build it runs perfectly with both wayland/x11 I even did run glmark2 . When I wanted to make sure openGL is working etc, I have installed/run flatpak io.github.arunsivaramanneo.GPUViewer which just calls gl information from system and shows in a formatted view. GPU freezes that time with a lot of messages regarding nouveau. I am not sure if there is a co-incidence or related to this issue. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214073 https://bugzilla.suse.com/show_bug.cgi?id=1214073#c45 --- Comment #45 from Ilgaz Öcal <ilgaz@ilgaz.gen.tr> --- Unfortunately, this issue (brightness) has surfaced again. Should I install every 6.x release to figure when it last appeared? For a start, I checked vanilla version of the current kernel and using nomodeset. I also tried backlight=native etc. brightnessctl claims I have keyboard backlight and doesn't show anything else. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214073 https://bugzilla.suse.com/show_bug.cgi?id=1214073#c46 --- Comment #46 from Ilgaz Öcal <ilgaz@ilgaz.gen.tr> --- Created attachment 873058 --> https://bugzilla.suse.com/attachment.cgi?id=873058&action=edit dmesg output of kernel 6.7.6-1-default openSUSE TW 20240226-2767.1 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214073 https://bugzilla.suse.com/show_bug.cgi?id=1214073#c47 --- Comment #47 from Ilgaz Öcal <ilgaz@ilgaz.gen.tr> --- Apologies, I must have confused my bug reports regarding brightness. I guess this was freeze bug. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com