* [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot)
@ 2015-09-01 18:48 bugzilla-daemon
2015-09-02 8:03 ` bugzilla-daemon
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-01 18:48 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1830 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=91841
Bug ID: 91841
Summary: Juniper 5770 entering Hibernate crashes the system
(instant reboot)
Product: DRI
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: DRM/Radeon
Assignee: dri-devel@lists.freedesktop.org
Reporter: Heiko.Lechner@ruhr-uni-bochum.de
Created attachment 118037
--> https://bugs.freedesktop.org/attachment.cgi?id=118037&action=edit
grep(ed) drm out of dmesg
Hi!
I'm running Lubuntu 15.04 with open source radeon driver.
Hibernating with systemd crashed, so I read this guide:
https://www.kernel.org/doc/Documentation/power/basic-pm-debugging.txt
# echo freezer > /sys/power/pm_test
# echo platform > /sys/power/disk
# echo disk > /sys/power/state
worked
# echo devices > /sys/power/pm_test
# echo platform > /sys/power/disk
# echo disk > /sys/power/state
crashed
so according to the guide it seemed to be a driver issue.
I started in recovery mode (command line) and pm_test worked as far as core- so
hibernate worked.
The modules that are only loaded during "normal" boot are:
cfg80211
amdkfd
amd_iommu_v2
radeon
Even without cfg80211 hibernate crashes the system, so only radeon is left.
So I booted with radeon.modeset=0 kernel parameter resulting in radeon not
loading at all- but _hibernate works_!
Then I booted with radeon.dpm=0 kernel parameter resulting in
power_method=profile and profile set to default but hibernate does not work and
crashes.
For me it is obvious that this behavior is triggered by radeon driver.
What can I do next?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3312 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot)
2015-09-01 18:48 [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot) bugzilla-daemon
@ 2015-09-02 8:03 ` bugzilla-daemon
2015-09-02 13:35 ` bugzilla-daemon
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-02 8:03 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 697 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=91841
Heiko Lechner <Heiko.Lechner@ruhr-uni-bochum.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|DRM/Radeon |Driver/Radeon
Version|unspecified |7.5 (2009.10)
Assignee|dri-devel@lists.freedesktop |xorg-driver-ati@lists.x.org
|.org |
Product|DRI |xorg
QA Contact| |xorg-team@lists.x.org
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1843 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot)
2015-09-01 18:48 [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot) bugzilla-daemon
2015-09-02 8:03 ` bugzilla-daemon
@ 2015-09-02 13:35 ` bugzilla-daemon
2015-09-06 21:21 ` bugzilla-daemon
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-02 13:35 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 662 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=91841
Alex Deucher <alexdeucher@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Driver/Radeon |DRM/Radeon
Version|7.5 (2009.10) |unspecified
Assignee|xorg-driver-ati@lists.x.org |dri-devel@lists.freedesktop
| |.org
Product|xorg |DRI
QA Contact|xorg-team@lists.x.org |
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot)
2015-09-01 18:48 [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot) bugzilla-daemon
2015-09-02 8:03 ` bugzilla-daemon
2015-09-02 13:35 ` bugzilla-daemon
@ 2015-09-06 21:21 ` bugzilla-daemon
2015-09-06 21:22 ` bugzilla-daemon
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-06 21:21 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 482 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=91841
--- Comment #3 from Heiko Lechner <Heiko.Lechner@ruhr-uni-bochum.de> ---
I booted the same system on my notebook (I installed Ubuntu 15.04 on an usb
drive) equipped with an "Advanced Micro Devices, Inc. [AMD/ATI] Madison
[Mobility Radeon HD 5650/5750 / 6530M/6550M]" and there it works like a charm.
I attached dmesg and lspci output.
Hope that helps.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1307 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot)
2015-09-01 18:48 [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot) bugzilla-daemon
` (2 preceding siblings ...)
2015-09-06 21:21 ` bugzilla-daemon
@ 2015-09-06 21:22 ` bugzilla-daemon
2015-09-06 21:22 ` bugzilla-daemon
2016-06-30 12:39 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-06 21:22 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 326 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=91841
--- Comment #4 from Heiko Lechner <Heiko.Lechner@ruhr-uni-bochum.de> ---
Created attachment 118108
--> https://bugs.freedesktop.org/attachment.cgi?id=118108&action=edit
dmesg output from notebook
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1286 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot)
2015-09-01 18:48 [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot) bugzilla-daemon
` (3 preceding siblings ...)
2015-09-06 21:22 ` bugzilla-daemon
@ 2015-09-06 21:22 ` bugzilla-daemon
2016-06-30 12:39 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-06 21:22 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 326 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=91841
--- Comment #5 from Heiko Lechner <Heiko.Lechner@ruhr-uni-bochum.de> ---
Created attachment 118109
--> https://bugs.freedesktop.org/attachment.cgi?id=118109&action=edit
lspci output from notebook
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1286 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot)
2015-09-01 18:48 [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot) bugzilla-daemon
` (4 preceding siblings ...)
2015-09-06 21:22 ` bugzilla-daemon
@ 2016-06-30 12:39 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-06-30 12:39 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 601 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=91841
Heiko Lechner <Heiko.Lechner@ruhr-uni-bochum.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #6 from Heiko Lechner <Heiko.Lechner@ruhr-uni-bochum.de> ---
Fixed at some point in Kernel source.
With 4.7-rcs kernel there are no problems.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2179 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-06-30 12:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 18:48 [Bug 91841] Juniper 5770 entering Hibernate crashes the system (instant reboot) bugzilla-daemon
2015-09-02 8:03 ` bugzilla-daemon
2015-09-02 13:35 ` bugzilla-daemon
2015-09-06 21:21 ` bugzilla-daemon
2015-09-06 21:22 ` bugzilla-daemon
2015-09-06 21:22 ` bugzilla-daemon
2016-06-30 12:39 ` 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.