BKL- BIG kernel lock + smp

Valdis.Kletnieks at vt.edu Valdis.Kletnieks at vt.edu
Mon Aug 12 10:46:18 EDT 2013


On Mon, 12 Aug 2013 15:38:09 +0530, nidhi mittal hada said:

> I have an smp linux redhat kernel running on many cpu cores.
>
> I know that one process running on one of cpu has tried for Big kernel lock

Lock contention was one of the reasons why the BKL went away back in 2.6.39:

https://www.linux.com/learn/tutorials/447301:whats-new-in-linux-2639-ding-dong-the-big-kernel-lock-is-dead

Use a kernel that's less than 2 years old and you won't have that problem.

And if you're stuck with a kernel that's older than that, you can still fix
your locking to not use the BLK.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 865 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130812/75954238/attachment.bin 


More information about the Kernelnewbies mailing list