login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
May
»
5
Re: [PATCH v2 00/13] BKL conversion in tty layer
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alan Cox
Subject:
Re: [PATCH v2 00/13] BKL conversion in tty layer
Date: Wednesday, May 5, 2010 - 3:52 am
On Wed, 5 May 2010 00:33:39 +0200 Arnd Bergmann <arnd@arndb.de> wrote:
quoted text
> This is the second attempt to get the BKL out of the > TTY code. I've updated the patches to be based on top > of Alan's series and improved a number of things.
I've updated the patches I first sent out with the fixes for the problems you found and send out a new set. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH v2 00/13] BKL conversion in tty layer
, Arnd Bergmann
, (Tue May 4, 3:33 pm)
[PATCH 01/13] tty: replace BKL with a new tty_lock
, Arnd Bergmann
, (Tue May 4, 3:33 pm)
[PATCH 02/13] tty: make atomic_write_lock release tty_lock
, Arnd Bergmann
, (Tue May 4, 3:33 pm)
[PATCH 03/13] tty: make tty_port->mutex nest under tty_lock
, Arnd Bergmann
, (Tue May 4, 3:33 pm)
[PATCH 04/13] tty: make termios mutex nest under tty_lock
, Arnd Bergmann
, (Tue May 4, 3:33 pm)
[PATCH 05/13] tty: make ldisc_mutex nest under tty_lock
, Arnd Bergmann
, (Tue May 4, 3:33 pm)
[PATCH 06/13] tty: never hold BTM while getting tty_mutex
, Arnd Bergmann
, (Tue May 4, 3:33 pm)
[PATCH 10/13] tty: untangle locking of wait_until_sent
, Arnd Bergmann
, (Tue May 4, 3:33 pm)
[PATCH 11/13] tty: remove tty_lock_nested
, Arnd Bergmann
, (Tue May 4, 3:33 pm)
[PATCH 12/13] tty: remove release_tty_lock/reacquire_tty_lock
, Arnd Bergmann
, (Tue May 4, 3:33 pm)
Re: [PATCH v2 00/13] BKL conversion in tty layer
, Alan Cox
, (Wed May 5, 3:52 am)
Re: [PATCH 02/13] tty: make atomic_write_lock release tty_lock
, Alan Cox
, (Wed May 5, 3:57 am)
Re: [PATCH v2 00/13] BKL conversion in tty layer
, Arnd Bergmann
, (Wed May 5, 5:24 am)
Re: [PATCH 04/13] tty: make termios mutex nest under tty_lock
, Arnd Bergmann
, (Wed May 5, 9:11 am)
Re: [PATCH 10/13] tty: untangle locking of wait_until_sent
, Alan Cox
, (Wed May 5, 12:59 pm)
Re: [PATCH 10/13] tty: untangle locking of wait_until_sent
, Arnd Bergmann
, (Wed May 5, 2:31 pm)
Re: [PATCH 10/13] tty: untangle locking of wait_until_sent
, Greg KH
, (Wed May 5, 3:51 pm)
Re: [PATCH 10/13] tty: untangle locking of wait_until_sent
, Alan Cox
, (Wed May 5, 4:52 pm)
Re: [PATCH 10/13] tty: untangle locking of wait_until_sent
, Pavel Machek
, (Mon May 24, 12:00 pm)
Re: [PATCH 10/13] tty: untangle locking of wait_until_sent