From: Paul Fulghum Date: Fri, 10 Feb 2006 09:51:14 +0000 (-0800) Subject: [PATCH] tty buffering stall fix X-Git-Tag: v2.6.16-rc3~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8977d929e49021d9a6e031310aab01fa72f849c2;p=pandora-kernel.git [PATCH] tty buffering stall fix Prevent stalled processing of received data when a driver allocates tty buffer space but does not immediately follow the allocation with more data and a call to schedule receive tty processing. (example: hvc_console) This bug was introduced by the first locking patch for the new tty buffering. Signed-off-by: Paul Fulghum Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed