All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 211161] New: list_del corruption in ttm_pool_shrink
@ 2021-01-13  0:44 bugzilla-daemon
  2021-01-13  0:45 ` [Bug 211161] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-01-13  0:44 UTC (permalink / raw)
  To: dri-devel

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

            Bug ID: 211161
           Summary: list_del corruption in ttm_pool_shrink
           Product: Drivers
           Version: 2.5
    Kernel Version: 5.11.0-rc3
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: benjiwiebe14@gmail.com
        Regression: No

Created attachment 294611
  --> https://bugzilla.kernel.org/attachment.cgi?id=294611&action=edit
kernel BUG dmesg 1

I've been getting occasional graphics lockups, fixable only by reboot. I was
hard rebooting until I realized I could ssh in to my desktop still, so here are
two dmesg logs that I've captured. There's also a report of (I think) this same
bug in the LKML: https://lkml.org/lkml/2020/12/31/47

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

You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 211161] list_del corruption in ttm_pool_shrink
  2021-01-13  0:44 [Bug 211161] New: list_del corruption in ttm_pool_shrink bugzilla-daemon
@ 2021-01-13  0:45 ` bugzilla-daemon
  2021-01-13  2:11 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-01-13  0:45 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Benji Wiebe (benjiwiebe14@gmail.com) ---
Created attachment 294613
  --> https://bugzilla.kernel.org/attachment.cgi?id=294613&action=edit
kernel BUG dmesg 2

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

You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 211161] list_del corruption in ttm_pool_shrink
  2021-01-13  0:44 [Bug 211161] New: list_del corruption in ttm_pool_shrink bugzilla-daemon
  2021-01-13  0:45 ` [Bug 211161] " bugzilla-daemon
@ 2021-01-13  2:11 ` bugzilla-daemon
  2021-01-13  2:24 ` bugzilla-daemon
  2021-01-19 18:15 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-01-13  2:11 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #2 from Alex Deucher (alexdeucher@gmail.com) ---
(In reply to Benji Wiebe from comment #0)
> Created attachment 294611 [details]
> kernel BUG dmesg 1
> 
> I've been getting occasional graphics lockups, fixable only by reboot. I was
> hard rebooting until I realized I could ssh in to my desktop still, so here
> are two dmesg logs that I've captured. There's also a report of (I think)
> this same bug in the LKML: https://lkml.org/lkml/2020/12/31/47

If it's the same issue, it's fixed with these patches:
https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-fixes&id=e0658f970a7f3d85431c6803b7d5169444fb11b0
https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-fixes&id=a73858ef4d5e1d425e171f0f6a52864176a6a979

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

You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 211161] list_del corruption in ttm_pool_shrink
  2021-01-13  0:44 [Bug 211161] New: list_del corruption in ttm_pool_shrink bugzilla-daemon
  2021-01-13  0:45 ` [Bug 211161] " bugzilla-daemon
  2021-01-13  2:11 ` bugzilla-daemon
@ 2021-01-13  2:24 ` bugzilla-daemon
  2021-01-19 18:15 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-01-13  2:24 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Benji Wiebe (benjiwiebe14@gmail.com) ---
(In reply to Alex Deucher from comment #2)

> If it's the same issue, it's fixed with these patches:
> https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-
> fixes&id=e0658f970a7f3d85431c6803b7d5169444fb11b0
> https://cgit.freedesktop.org/drm/drm-misc/commit/?h=drm-misc-
> fixes&id=a73858ef4d5e1d425e171f0f6a52864176a6a979

OK, thanks. I've sometimes used the whole graphics stack built from source;
I'll do it again, using the latest drm, and see if that fixes it.

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

You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 211161] list_del corruption in ttm_pool_shrink
  2021-01-13  0:44 [Bug 211161] New: list_del corruption in ttm_pool_shrink bugzilla-daemon
                   ` (2 preceding siblings ...)
  2021-01-13  2:24 ` bugzilla-daemon
@ 2021-01-19 18:15 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-01-19 18:15 UTC (permalink / raw)
  To: dri-devel

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

Benji Wiebe (benjiwiebe14@gmail.com) changed:

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

--- Comment #4 from Benji Wiebe (benjiwiebe14@gmail.com) ---
It was happening regularly to me previously, but now using DRM master I haven't
seen it happen once. Looks like you were right about it being fixed in those
patches.

Thanks!

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

You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2021-01-19 19:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13  0:44 [Bug 211161] New: list_del corruption in ttm_pool_shrink bugzilla-daemon
2021-01-13  0:45 ` [Bug 211161] " bugzilla-daemon
2021-01-13  2:11 ` bugzilla-daemon
2021-01-13  2:24 ` bugzilla-daemon
2021-01-19 18:15 ` 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.