All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 216198] New: uvd page faults on Radeon
Date: Fri, 01 Jul 2022 17:55:52 +0000	[thread overview]
Message-ID: <bug-216198-2300@https.bugzilla.kernel.org/> (raw)

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

            Bug ID: 216198
           Summary: uvd page faults on Radeon
           Product: Drivers
           Version: 2.5
    Kernel Version: 5.15
          Hardware: AMD
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: nutodafozo@freeweb.email
        Regression: No

Created attachment 301322
  --> https://bugzilla.kernel.org/attachment.cgi?id=301322&action=edit
oops

After upgrading ubuntu from 20.04 (had stock kernels 5.4, 5.8 and 5.13) to
22.04 with 5.15, I've started to experience page faults when hw acceleration on
Radeon RX550 is working in Firefox.


2 times already in 5 days, same stacktraces / addresses of faulting instruction
and the same zero $rbx register.
I've had the same configuration for over a year, never had such oopses before
on previous kernels.


> [X77.269660] BUG: unable to handle page fault for address: fffffffffffffff8
> 
> ffffffff8111d4f0 <swake_up_locked>:
> ffffffff8111d4f0:       e8 fb 90 f6 ff          call   ffffffff810865f0
> <__fentry__>
> ffffffff8111d4f5:       48 8b 57 08             mov    0x8(%rdi),%rdx
> ffffffff8111d4f9:       48 8d 47 08             lea    0x8(%rdi),%rax
> ffffffff8111d4fd:       48 39 c2                cmp    %rax,%rdx
> ffffffff8111d500:       74 2d                   je     ffffffff8111d52f
> <swake_up_locked+0x3f>
> ffffffff8111d502:       55                      push   %rbp
> ffffffff8111d503:       48 89 e5                mov    %rsp,%rbp
> ffffffff8111d506:       53                      push   %rbx
> ffffffff8111d507:       48 8b 5f 08             mov    0x8(%rdi),%rbx
> ffffffff8111d50b:       48 8b 7b f8             mov    -0x8(%rbx),%rdi  
> !<<<<<<<<<
> ffffffff8111d50f:       e8 4c d6 fd ff          call   ffffffff810fab60
> <wake_up_process>
> 
> void swake_up_locked(struct swait_queue_head *q)
> {
>       struct swait_queue *curr;
>       if (list_empty(&q->task_list))
>               return;
>       curr = list_first_entry(&q->task_list, typeof(*curr), task_list);
>       wake_up_process(curr->task);
>       list_del_init(&curr->task_list);
> }

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

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

             reply	other threads:[~2022-07-01 17:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-01 17:55 bugzilla-daemon [this message]
2022-07-02 13:01 ` [Bug 216198] uvd page faults on Radeon bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-216198-2300@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.