Bug 113861
Summary: | [radeon] Xorg fatal freeze upon startx | ||
---|---|---|---|
Product: | Drivers | Reporter: | centuryplague |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | high | CC: | alexdeucher, martin.hamrle, szg00000 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.4.4, 4.1.18 LTS | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | dmesg for radeon xorg lockup upon startx |
Description
centuryplague
2016-03-07 06:53:52 UTC
Note there are NO Xorg.0.log produced, full freeze. "It is not happening on 4.4.3 from distribution (but pure vanilla not tried)." (but note 4.4.2 was tried which was vanilla + grsec, and had no problems... so likely a change in 4.4.4 exactly triggers this bug) Please attach your dmesg output and xorg log. Created attachment 207961 [details]
dmesg for radeon xorg lockup upon startx
I've attached my dmesg run under 4.1.18 LTS. This was a boot under a regular user (user doesn't matter, happens with root), and first command was "startx", which polls eternally, the CTRL+C 500 times, then saved dmesg output. There is no xorg log produced in any location. Does radeon.runpm=0 on the kernel command line avoid the problem? Can you bisect? Probably the same issue as reported here: https://lists.freedesktop.org/archives/dri-devel/2016-March/102379.html Does reverting dbb17a21c131eca94eb31136eee9a7fe5aff00d9 fix it? (In reply to Michel Dänzer from comment #6) > Does radeon.runpm=0 on the kernel command line avoid the problem? Yes, I tried moments ago and radeon.runpm=0 allows x to start! Had no tried that. (In reply to Alex Deucher from comment #7) > Probably the same issue as reported here: > https://lists.freedesktop.org/archives/dri-devel/2016-March/102379.html > Does reverting dbb17a21c131eca94eb31136eee9a7fe5aff00d9 fix it? That sounds exactly the same. I can't compile tonight and may not get it to work for a couple days (non standard setup). I'll mention to the other guy. (In reply to Alex Deucher from comment #7) > Probably the same issue as reported here: > https://lists.freedesktop.org/archives/dri-devel/2016-March/102379.html > Does reverting dbb17a21c131eca94eb31136eee9a7fe5aff00d9 fix it? Went a bit out my way to test this faster. I can now confirm reverting this commit on a 4.4.4-based kernel (arch linux-grsec 4.4.4.201603032158-1-grsec) allows startx to start again on my (non-standard) system. I don't know about the other guy. Thanks I will report on the arch bug. Will this be in 4.4.5? The exact commit that was reverted is: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=dbb17a21c131eca94eb31136eee9a7fe5aff00d9 Already reverted upstream: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=256faedcfd646161477d47a1a78c32a562d2e845 I had the same issue and latest torvalds master (that contains reverted patch) fixed my problem. This is now fixed in 4.4.6 (though not 4.1.20 yet), thank you. |