r1998 - trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches

Simon Horman horms@haydn.debian.org
Tue, 14 Dec 2004 21:17:26 -0700


Author: horms
Date: 2004-12-14 21:17:00 -0700 (Tue, 14 Dec 2004)
New Revision: 1998

Modified:
   trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/093_tty_lockup-2.diff
   trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/093_tty_lockup.diff
Log:
fixed comment

Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/093_tty_lockup-2.diff
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/093_tty_lockup-2.diff	2004-12-15 02:50:35 UTC (rev 1997)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/093_tty_lockup-2.diff	2004-12-15 04:17:00 UTC (rev 1998)
@@ -2,7 +2,7 @@
 # cset: n/a
 # inclusion: unknown, presumably will be included
 # revision date: 2004-11-29
-# description: Add missing variable for CAN-2004-081 fix
+# description: Add missing variable for CAN-2004-0814 fix
 --- a/drivers/char/tty_ioctl.c	2004-11-26 09:01:12.000000000 +0100
 +++ b/drivers/char/tty_ioctl.c	2004-11-27 01:28:37.000000000 +0100
 @@ -286,6 +286,7 @@

Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/093_tty_lockup.diff
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/093_tty_lockup.diff	2004-12-15 02:50:35 UTC (rev 1997)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/093_tty_lockup.diff	2004-12-15 04:17:00 UTC (rev 1998)
@@ -3,7 +3,7 @@
 # inclusion: unknown, presumably will be included
 # revision date: 2004-09-23
 # description: Security: fix race conditions in linux terminal subsystem
-#              [CAN-2004-081]
+#              [CAN-2004-0814]
 --- linux-2.4.27/fs/proc/proc_tty.c.bak	Thu Sep 23 17:24:26 2004
 +++ linux-2.4.27/fs/proc/proc_tty.c	Thu Sep 23 17:24:33 2004
 @@ -15,8 +15,6 @@