+++ /dev/null
-From 3a54297478e6578f96fd54bf4daa1751130aca86 Mon Sep 17 00:00:00 2001
-From: Alan Cox <alan@linux.intel.com>
-Date: Mon, 27 Jul 2009 22:17:51 +0100
-Subject: pty: quickfix for the pty ENXIO timing problems
-
-From: Alan Cox <alan@linux.intel.com>
-
-commit 3a54297478e6578f96fd54bf4daa1751130aca86 upstream.
-
-This also makes close stall in the normal case which is apparently
-needed to fix emacs
-
-Signed-off-by: Alan Cox <alan@linux.intel.com>
-Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
----
- drivers/char/pty.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/drivers/char/pty.c
-+++ b/drivers/char/pty.c
-@@ -52,6 +52,7 @@ static void pty_close(struct tty_struct
- return;
- tty->link->packet = 0;
- set_bit(TTY_OTHER_CLOSED, &tty->link->flags);
-+ tty_flip_buffer_push(tty->link);
- wake_up_interruptible(&tty->link->read_wait);
- wake_up_interruptible(&tty->link->write_wait);
- if (tty->driver->subtype == PTY_TYPE_MASTER) {
-@@ -203,6 +204,7 @@ static int pty_open(struct tty_struct *t
- clear_bit(TTY_OTHER_CLOSED, &tty->link->flags);
- set_bit(TTY_THROTTLED, &tty->flags);
- retval = 0;
-+ tty->low_latency = 1;
- out:
- return retval;
- }
dst-connector-disallow-unpliviged-users-to-configure-dst.patch
pohmelfs-connector-disallow-unpliviged-users-to-configure-pohmelfs.patch
uvesafb-connector-disallow-unpliviged-users-to-send-netlink-packets.patch
-pty-quickfix-for-the-pty-enxio-timing-problems.patch
e1000e-swap-max-hw-supported-frame-size-between-82574-and-82583.patch
maintainers-fix-riku-voipio-s-address.patch
macintosh-don-t-assume-i2c-device-probing-always-succeeds.patch