Re: [patch] remove the BKL (Big Kernel Lock), this time for real

From: Nick Piggin
Date: Wed Sep 15 2004 - 20:22:57 EST


Ingo Molnar wrote:

code using lock_kernel()/unlock_kernel() will see very similar semantics
as they got from the BKL, so correctness should be fully preserved.
Per-CPU assumptions still work, locking exclusion and lock-recursion
still works the same way as it did with the BKL.


Hi Ingo,

One change is that lock_kernel now sleeps, while it previously didn't, I
think?

Is this going to be a problem? Or have you checked the remaining bkl users
to ensure this is OK? Am I on drugs? :)

Nick
-
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/