All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1
@ 2026-02-13  3:17 bugzilla-daemon
  2026-02-13  3:20 ` [Bug 221089] " bugzilla-daemon
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2026-02-13  3:17 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=221089

            Bug ID: 221089
           Summary: amdgpu: Regression in Linux 7.0 with RX-580: BUG:
                    unable to handle page fault for address:
                    fffffffffffffff1
           Product: Drivers
           Version: 2.5
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: pinkflames.linux@gmail.com
        Regression: Yes
           Bisected ba448f9ed62cf5a89603a738e6de91fc6c42ab35
         commit-id:

With my particular setup commit ba448f9ed62cf5a89603a738e6de91fc6c42ab35 causes
the plasma-login-manager 6.6 Beta 2 (a.k.a. version 6.5.91) to only show a
black screen with mouse cursor stuck in the middle of the screen (default
position).

After booting into a known working kernel, the journald of the failed boot
indicates that the amdgpu driver segfaulted after the login manager started.
I'll append a kernel stack trace to this bug report in a moment.

As part of bisecting and then digging into this I also tried a non-RT kernel as
well as manually setting `gpu_sched.sched_policy=1` which should correspond to
the deadline GPU scheduler instead of the `gpu_sched.sched_policy=0` that I
usually set (and which, I believe, set the RR scheduler). However the only fix
I found was to revert the commit, which is what I'm now running on top of
current git master (commit 7449f86bafcdb588422bb14a4babfd285e723670).

All crashes seem very similar with the only difference being that the one
non-RT build I tested lacked the `? dc_stream_get_scanoutpos+0x116/0x140
[amdgpu]` line but otherwise they all look the same to my pleb eyes.

I tried CC'ing the relevant people but seems their AMD addresses are not known
to the kernel infrastructure

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 221089] amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1
  2026-02-13  3:17 [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1 bugzilla-daemon
@ 2026-02-13  3:20 ` bugzilla-daemon
  2026-02-13  3:23 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2026-02-13  3:20 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=221089

--- Comment #1 from Niklāvs Koļesņikovs (pinkflames.linux@gmail.com) ---
Created attachment 309360
  --> https://bugzilla.kernel.org/attachment.cgi?id=309360&action=edit
Kernel stack trace

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 221089] amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1
  2026-02-13  3:17 [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1 bugzilla-daemon
  2026-02-13  3:20 ` [Bug 221089] " bugzilla-daemon
@ 2026-02-13  3:23 ` bugzilla-daemon
  2026-02-13  7:06 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2026-02-13  3:23 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=221089

--- Comment #2 from Niklāvs Koļesņikovs (pinkflames.linux@gmail.com) ---
I tried CC'ing the relevant people who worked on and accepted that commit but
Bugzilla refuses their @amd.com e-mails as not matching anything...

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 221089] amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1
  2026-02-13  3:17 [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1 bugzilla-daemon
  2026-02-13  3:20 ` [Bug 221089] " bugzilla-daemon
  2026-02-13  3:23 ` bugzilla-daemon
@ 2026-02-13  7:06 ` bugzilla-daemon
  2026-02-13 14:58 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2026-02-13  7:06 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=221089

Artem S. Tashkinov (aros@gmx.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |ANSWERED

--- Comment #3 from Artem S. Tashkinov (aros@gmx.com) ---
Report here: https://gitlab.freedesktop.org/drm/amd/-/issues

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 221089] amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1
  2026-02-13  3:17 [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2026-02-13  7:06 ` bugzilla-daemon
@ 2026-02-13 14:58 ` bugzilla-daemon
  2026-02-13 17:41 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2026-02-13 14:58 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=221089

Niklāvs Koļesņikovs (pinkflames.linux@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|ANSWERED                    |---

--- Comment #4 from Niklāvs Koļesņikovs (pinkflames.linux@gmail.com) ---
NAK, I'm not welcome over at FDO but a bug should be reported despite who
discovered it, right?

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 221089] amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1
  2026-02-13  3:17 [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2026-02-13 14:58 ` bugzilla-daemon
@ 2026-02-13 17:41 ` bugzilla-daemon
  2026-02-13 17:48 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2026-02-13 17:41 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=221089

Artem S. Tashkinov (aros@gmx.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |ANSWERED

--- Comment #5 from Artem S. Tashkinov (aros@gmx.com) ---
You can reopen this bug here as much as you want.

No one will see it or find out about it.

You might as well bang your head against a wall.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 221089] amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1
  2026-02-13  3:17 [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2026-02-13 17:41 ` bugzilla-daemon
@ 2026-02-13 17:48 ` bugzilla-daemon
  2026-02-16  7:25 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2026-02-13 17:48 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=221089

Niklāvs Koļesņikovs (pinkflames.linux@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|ANSWERED                    |---

--- Comment #6 from Niklāvs Koļesņikovs (pinkflames.linux@gmail.com) ---
I will. ;)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 221089] amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1
  2026-02-13  3:17 [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1 bugzilla-daemon
                   ` (5 preceding siblings ...)
  2026-02-13 17:48 ` bugzilla-daemon
@ 2026-02-16  7:25 ` bugzilla-daemon
  2026-02-16  9:20 ` bugzilla-daemon
  2026-02-16 10:24 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2026-02-16  7:25 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=221089

Artem S. Tashkinov (aros@gmx.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Group|Junk                        |

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 221089] amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1
  2026-02-13  3:17 [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1 bugzilla-daemon
                   ` (6 preceding siblings ...)
  2026-02-16  7:25 ` bugzilla-daemon
@ 2026-02-16  9:20 ` bugzilla-daemon
  2026-02-16 10:24 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2026-02-16  9:20 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=221089

--- Comment #11 from Michel Dänzer (michel@daenzer.net) ---
https://gitlab.freedesktop.org/agd5f/linux/-/commit/6386a0bcdb7e4c20943d3983520ebc22f041a226
should fix this, it's already queued for 7.0.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 221089] amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1
  2026-02-13  3:17 [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1 bugzilla-daemon
                   ` (7 preceding siblings ...)
  2026-02-16  9:20 ` bugzilla-daemon
@ 2026-02-16 10:24 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2026-02-16 10:24 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=221089

--- Comment #12 from Niklāvs Koļesņikovs (pinkflames.linux@gmail.com) ---
Indeed, reverting the commit solves the issue. Sorry for the noise then.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-02-16 10:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-13  3:17 [Bug 221089] New: amdgpu: Regression in Linux 7.0 with RX-580: BUG: unable to handle page fault for address: fffffffffffffff1 bugzilla-daemon
2026-02-13  3:20 ` [Bug 221089] " bugzilla-daemon
2026-02-13  3:23 ` bugzilla-daemon
2026-02-13  7:06 ` bugzilla-daemon
2026-02-13 14:58 ` bugzilla-daemon
2026-02-13 17:41 ` bugzilla-daemon
2026-02-13 17:48 ` bugzilla-daemon
2026-02-16  7:25 ` bugzilla-daemon
2026-02-16  9:20 ` bugzilla-daemon
2026-02-16 10:24 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.