All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 111980] Rebbot and shutdown doesn't work on specific hardware
@ 2019-10-11 16:05 bugzilla-daemon
  2019-10-11 18:05 ` bugzilla-daemon
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-10-11 16:05 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1897 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111980

            Bug ID: 111980
           Summary: Rebbot and shutdown doesn't work on specific hardware
           Product: DRI
           Version: XOrg git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: not set
          Priority: not set
         Component: DRM/Radeon
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: lei.pero@gmail.com

When system shutdown/reboot is initiated, everything works as it should,
journal doesn't show any error and it reaches target reboot (for example),
display shuts down properly, but PC stays powered on (requiring hard reset)
indefinitely.

This happened after kernel upgrade, after bisectiing, commit that was to blame
was bellow, after removing just that specific commit, it would work as
expected:

894c414129a8d9ef1b2de443015e4dde6085f64f is the first bad commit
commit 894c414129a8d9ef1b2de443015e4dde6085f64f
Author: KyleMahlkuch <kmahlkuc@linux.vnet.ibm.com>
Date:   Wed Jul 31 17:10:14 2019 -0500

    drm/radeon: Fix EEH during kexec

    [ Upstream commit 6f7fe9a93e6c09bf988c5059403f5f88e17e21e6 ]

    During kexec some adapters hit an EEH since they are not properly
    shut down in the radeon_pci_shutdown() function. Adding
    radeon_suspend_kms() fixes this issue.

    Signed-off-by: KyleMahlkuch <kmahlkuc@linux.vnet.ibm.com>
    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>

 drivers/gpu/drm/radeon/radeon_drv.c | 8 ++++++++
 1 file changed, 8 insertions(+)

Issue is described here, seems like others have similar issue that might be
connected with this as well:
https://bbs.archlinux.org/viewtopic.php?id=249787

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3502 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 111980] Rebbot and shutdown doesn't work on specific hardware
  2019-10-11 16:05 [Bug 111980] Rebbot and shutdown doesn't work on specific hardware bugzilla-daemon
@ 2019-10-11 18:05 ` bugzilla-daemon
  2019-10-11 18:54 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-10-11 18:05 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 269 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111980

--- Comment #1 from Tim Cuthbertson <ratcheer@gmail.com> ---
My system does this, too, since kernel 5.3.5-arch1-1-ARCH on Arch Linux.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1062 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 111980] Rebbot and shutdown doesn't work on specific hardware
  2019-10-11 16:05 [Bug 111980] Rebbot and shutdown doesn't work on specific hardware bugzilla-daemon
  2019-10-11 18:05 ` bugzilla-daemon
@ 2019-10-11 18:54 ` bugzilla-daemon
  2019-10-15 14:11 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-10-11 18:54 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 561 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111980

--- Comment #2 from lei.pero@gmail.com ---
(In reply to Tim Cuthbertson from comment #1)
> My system does this, too, since kernel 5.3.5-arch1-1-ARCH on Arch Linux.

Can you test it without this commit? Same for me 5.3.5-arch1-1-ARCH introduced
the bug.

I've used
git revert 894c414129a8d9ef1b2de443015e4dde6085f64f
to exclude that commit in stable branch (after bisecting) for 5.4-rc2 and it
worked fine without it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1401 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 111980] Rebbot and shutdown doesn't work on specific hardware
  2019-10-11 16:05 [Bug 111980] Rebbot and shutdown doesn't work on specific hardware bugzilla-daemon
  2019-10-11 18:05 ` bugzilla-daemon
  2019-10-11 18:54 ` bugzilla-daemon
@ 2019-10-15 14:11 ` bugzilla-daemon
  2019-10-18 13:20 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-10-15 14:11 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 300 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111980

--- Comment #3 from Tim Cuthbertson <ratcheer@gmail.com> ---
This morning, my kernel was upgraded to version 5.3.6-arch1-1-ARCH dated Oct
11. The problem persists.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1093 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 111980] Rebbot and shutdown doesn't work on specific hardware
  2019-10-11 16:05 [Bug 111980] Rebbot and shutdown doesn't work on specific hardware bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-10-15 14:11 ` bugzilla-daemon
@ 2019-10-18 13:20 ` bugzilla-daemon
  2019-10-18 13:26 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-10-18 13:20 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 300 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111980

--- Comment #4 from Tim Cuthbertson <ratcheer@gmail.com> ---
This morning, my kernel was upgraded to version 5.3.7-arch1-1-ARCH dated Oct
18. The problem persists.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1093 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 111980] Rebbot and shutdown doesn't work on specific hardware
  2019-10-11 16:05 [Bug 111980] Rebbot and shutdown doesn't work on specific hardware bugzilla-daemon
                   ` (3 preceding siblings ...)
  2019-10-18 13:20 ` bugzilla-daemon
@ 2019-10-18 13:26 ` bugzilla-daemon
  2019-10-18 13:26 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-10-18 13:26 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 326 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111980

--- Comment #5 from Alex Deucher <alexdeucher@gmail.com> ---
Reverted:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8d13c187c42e110625d60094668a8f778c092879

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1252 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 111980] Rebbot and shutdown doesn't work on specific hardware
  2019-10-11 16:05 [Bug 111980] Rebbot and shutdown doesn't work on specific hardware bugzilla-daemon
                   ` (4 preceding siblings ...)
  2019-10-18 13:26 ` bugzilla-daemon
@ 2019-10-18 13:26 ` bugzilla-daemon
  2019-10-18 13:27 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-10-18 13:26 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 431 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111980

Alex Deucher <alexdeucher@gmail.com> changed:

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1264 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 111980] Rebbot and shutdown doesn't work on specific hardware
  2019-10-11 16:05 [Bug 111980] Rebbot and shutdown doesn't work on specific hardware bugzilla-daemon
                   ` (5 preceding siblings ...)
  2019-10-18 13:26 ` bugzilla-daemon
@ 2019-10-18 13:27 ` bugzilla-daemon
  2019-10-18 16:21 ` bugzilla-daemon
  2019-10-18 16:42 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-10-18 13:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 468 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111980

Alex Deucher <alexdeucher@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugzilla.kernel.org
                   |                            |/show_bug.cgi?id=205147

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1159 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 111980] Rebbot and shutdown doesn't work on specific hardware
  2019-10-11 16:05 [Bug 111980] Rebbot and shutdown doesn't work on specific hardware bugzilla-daemon
                   ` (6 preceding siblings ...)
  2019-10-18 13:27 ` bugzilla-daemon
@ 2019-10-18 16:21 ` bugzilla-daemon
  2019-10-18 16:42 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-10-18 16:21 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 403 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111980

--- Comment #6 from lei.pero@gmail.com ---
(In reply to Alex Deucher from comment #5)
> Reverted:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/
> ?id=8d13c187c42e110625d60094668a8f778c092879

Great, I can close this bug report now?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1390 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 111980] Rebbot and shutdown doesn't work on specific hardware
  2019-10-11 16:05 [Bug 111980] Rebbot and shutdown doesn't work on specific hardware bugzilla-daemon
                   ` (7 preceding siblings ...)
  2019-10-18 16:21 ` bugzilla-daemon
@ 2019-10-18 16:42 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-10-18 16:42 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 201 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111980

--- Comment #7 from Alex Deucher <alexdeucher@gmail.com> ---
Yes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1046 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-10-18 16:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 16:05 [Bug 111980] Rebbot and shutdown doesn't work on specific hardware bugzilla-daemon
2019-10-11 18:05 ` bugzilla-daemon
2019-10-11 18:54 ` bugzilla-daemon
2019-10-15 14:11 ` bugzilla-daemon
2019-10-18 13:20 ` bugzilla-daemon
2019-10-18 13:26 ` bugzilla-daemon
2019-10-18 13:26 ` bugzilla-daemon
2019-10-18 13:27 ` bugzilla-daemon
2019-10-18 16:21 ` bugzilla-daemon
2019-10-18 16:42 ` 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.