https://github.com/torvalds/linux
Revision 8977d929e49021d9a6e031310aab01fa72f849c2 authored by Paul Fulghum on 10 February 2006, 09:51:14 UTC, committed by Linus Torvalds on 10 February 2006, 16:13:12 UTC
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 <paulkf@microgate.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent f0188f4
History
Tip revision: 8977d929e49021d9a6e031310aab01fa72f849c2 authored by Paul Fulghum on 10 February 2006, 09:51:14 UTC
[PATCH] tty buffering stall fix
Tip revision: 8977d92
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 424 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 65.9 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top