[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081007173515.1c161dce@lxorguk.ukuu.org.uk>
Date: Tue, 7 Oct 2008 17:35:15 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Richard Holden <aciddeath@...il.com>
Cc: linux-kernel@...r.kernel.org, mingo@...e.hu
Subject: Re: BKL still required for what functions?
On Mon, 6 Oct 2008 22:24:12 -0600
Richard Holden <aciddeath@...il.com> wrote:
> I'm doing some driver cleanup on the ixj telephony driver, mostly copy/
> paste and common code refactoring. I'm also looking at trying to get
> rid of the BKL from the 2 places its used, so I was wondering if we
> have a list of kernel calls that still require the BKL to be held, and
> if we don't have a list would it be worthwhile to put one into
> Documentation, I'd be willing to maintain the list as we removed the
> BKL from the last core kernel places.
Its never so simple - a lot of the functions it depends what data you are
using or passing to them whether they are BKL safe.
Which bits use the BKL and what do you need to know is safe ?
--
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