Re: [PATCH] TTY: Fix loss of echoed characters (2nd follow-on PATCH attached)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Peterson
Date: Tuesday, September 9, 2008 - 6:15 am

Alan Cox wrote:

Well, it's isolated, but still locked with the BKL, which would be great
to get rid of.  A few questions for you, since you've worked with this
code (and kernel locking stuff) a lot longer than I:

1) Now that column state is confined to the process_out/echo funcs in
n_tty, would using tty_write_lock() (the defined atomic write lock
mutex) be a good replacement for lock_kernel(), even though interruptible?

2) To protect echo buffer operations, I would lean toward using a
separate echo lock mutex so it does not lock against non-echo-buffer
output.  Would nesting this with #1 be advisable?  Should it be
interruptable?

3) tty_write() mentions refers to ldisc use of the BKL.  If we change
this, are there any considerations for the tty_io or driver code?

					Thanks, Joe
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] TTY: Fix loss of echoed characters, Joe Peterson, (Wed Aug 20, 8:36 am)
Re: [PATCH] TTY: Fix loss of echoed characters, Joe Peterson, (Tue Aug 26, 5:41 am)
Re: [PATCH] TTY: Fix loss of echoed characters (2nd follow ..., Joe Peterson, (Tue Sep 9, 6:15 am)