diff options
author | 2010-02-19 09:37:55 -0500 | |
---|---|---|
committer | 2010-03-02 14:43:23 -0800 | |
commit | eec9fe7d1ab4a0dfac4cb43047a7657fffd0002f (patch) | |
tree | ba6b4a517aaacbfde6e5496d02f97e6c9b491c2e /kernel | |
parent | tty: Keep the default buffering to sub-page units (diff) | |
download | wireguard-linux-eec9fe7d1ab4a0dfac4cb43047a7657fffd0002f.tar.xz wireguard-linux-eec9fe7d1ab4a0dfac4cb43047a7657fffd0002f.zip |
tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call
This new VT mode (VT_PROCESS_AUTO) does everything that VT_PROCESS does
except that it doesn't wait for a VT_RELDISP ioctl before switching
away from a VT with that mode.
If the X server eventually uses this new mode, debugging and crash
recovery should become easier. This is because even when currently in
the VT of a frozen X server it would still be possible to switch out
by doing SysRq-r and then CTRL-<number of a text vt>, sshing in and
doing chvt <number of a text vt>, or any other method of VT switching.
The general concensus on #xorg-devel seems to be that it should be
safe to use this with X now that we have KMS.
This also moves the VT_ACKACQ define to a more appropriate place,
for clarity's sake.
Signed-off-by: Ari Entlich <atrigent@ccs.neu.edu>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions