[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091118142313.3806.47368.stgit@localhost.localdomain>
Date: Wed, 18 Nov 2009 14:23:58 +0000
From: Alan Cox <alan@...ux.intel.com>
To: linux-kernel@...r.kernel.org
Subject: [RFC PATCH 0/5] tty BKL pushdown
First steps to pushing the BKL down further into the tty layer. For review and
analysis not application !
---
Alan Cox (5):
tty: split the lock up a bit further
tty: Move the leader test in disassociate
tty: Push the bkl down a bit in the hangup code
tty: Push the lock down further into the ldisc code
tty: push the BKL down into the handlers a bit
drivers/char/pty.c | 2 -
drivers/char/tty_io.c | 150 ++++++++++++++++++++++++++--------------------
drivers/char/tty_ldisc.c | 23 ++++++-
include/linux/tty.h | 2 -
kernel/exit.c | 2 -
5 files changed, 109 insertions(+), 70 deletions(-)
--
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