From: Greg Kroah-Hartman Date: Thu, 15 Oct 2009 21:55:53 +0000 (-0700) Subject: remove pty patch from .31 queue X-Git-Tag: v2.6.27.38~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=640777d05ccf670152c625c0c724d67371a26d58;p=thirdparty%2Fkernel%2Fstable-queue.git remove pty patch from .31 queue --- diff --git a/queue-2.6.31/pty-quickfix-for-the-pty-enxio-timing-problems.patch b/queue-2.6.31/pty-quickfix-for-the-pty-enxio-timing-problems.patch deleted file mode 100644 index be811872459..00000000000 --- a/queue-2.6.31/pty-quickfix-for-the-pty-enxio-timing-problems.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 3a54297478e6578f96fd54bf4daa1751130aca86 Mon Sep 17 00:00:00 2001 -From: Alan Cox -Date: Mon, 27 Jul 2009 22:17:51 +0100 -Subject: pty: quickfix for the pty ENXIO timing problems - -From: Alan Cox - -commit 3a54297478e6578f96fd54bf4daa1751130aca86 upstream. - -This also makes close stall in the normal case which is apparently -needed to fix emacs - -Signed-off-by: Alan Cox -Signed-off-by: Linus Torvalds -Signed-off-by: Greg Kroah-Hartman - ---- - 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; - } diff --git a/queue-2.6.31/series b/queue-2.6.31/series index 40a59b3371e..f1d2c3b862b 100644 --- a/queue-2.6.31/series +++ b/queue-2.6.31/series @@ -32,7 +32,6 @@ dm-connector-only-process-connector-packages-from-privileged-processes.patch 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