Re: BKL still required for what functions?

From: Alan Cox
Date: Tue Oct 07 2008 - 12:35:32 EST


On Mon, 6 Oct 2008 22:24:12 -0600
Richard Holden <aciddeath@xxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/