From: Alan Cox Date: Sun, 27 Aug 2006 08:24:02 +0000 (-0700) Subject: [PATCH] Fix tty layer DoS and comment relevant code X-Git-Tag: v2.6.18-rc5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01da5fd83d6b2c5e36b77539f6cbdd8f49849225;p=pandora-kernel.git [PATCH] Fix tty layer DoS and comment relevant code Unlike the other tty comment patch this one has code changes. Specifically it limits the queue size for a tty to 64K characters (128Kbytes) worst case even if the tty is ignoring tty->throttle. This is because certain drivers don't honour the throttle value correctly, although it is a useful safeguard anyway. Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed