[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080910163902.2b7ac22b.akpm@linux-foundation.org>
Date: Wed, 10 Sep 2008 16:39:02 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Joe Peterson <joe@...rush.com>
Cc: alan@...rguk.ukuu.org.uk, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] TTY: Fix loss of echoed characters (2nd follow-on PATCH
attached)
On Tue, 09 Sep 2008 14:42:12 -0600
Joe Peterson <joe@...rush.com> wrote:
> 1) Fix tab erasure handling
> 2) Improve locking when working with the echo buffer
> 3) Remove the big kernel lock (BKL) from n_tty
>
> Tab erasure handling is now more robust and able to handle non-zero
> canon column cases more correctly. This is done by making correct use
> of what is known in the eraser function (read buffer contents) and what
> is known at the time of processing the tab erasure (column state).
>
> Also, better locking of the echo buffer will now prevent any attempts to
> process partial multi-byte echo operations. And since the echo buffer
> code now isolates the tty column state code to the process_out* and
> process_echoes functions, we can remove the big kernel lock (BKL)
> and replace it with more modern mutex locks.
Boy. Has this been carefully tested with lockdep enabled?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists