Bug 14229
Summary: | tty change breaks resume from hibernation on MSI Wind U100 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Rafael J. Wysocki (rjw) |
Component: | Other | Assignee: | drivers_other |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, greg, torvalds |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.31-git-94a8d5caba | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 14230 |
Description
Rafael J. Wysocki
2009-09-25 22:20:11 UTC
Handled-By : From: Dave Young <hidave.darkstar@gmail.com> Patch : http://patchwork.kernel.org/patch/50321/ Not-Handled-By : From: Dave Young <hidave.darkstar@gmail.com> Handled-By : Dave Young <hidave.darkstar@gmail.com> Committed (with fixes) as f278a2f7bbc2239f479eaf63d0b3ae573b1d746c. The reason it causes problems for suspend and hibernate is that the X server will try to do a VT_ACTIVATE ioctl on the tty, but it gets rejected with EIO due to the hangup handling having been delayed due to the asynchronous workqueue thing. Please verify that current git (I'll release -rc1 soon) works for everybody. |