Re: [announce] "kill the Big Kernel Lock (BKL)" tree

From: John Stoffel
Date: Thu May 15 2008 - 11:20:21 EST


>>>>> "Andi" == Andi Kleen <andi@xxxxxxxxxxxxxx> writes:

Andi> Linus Torvalds wrote:
>>
>> On Thu, 15 May 2008, Andi Kleen wrote:
>>> The goal less being to get rid of BKL in old drivers, but not
>>> requiring BKL in new drivers. Basically all BKL assumptions
>>> in interfaces really should go.
>>
>> No, we really do want to get rid of BKL in old drivers too. Or at least in
>> the interfaces.

Andi> In the interfaces definitely yes and all subsystems should have
Andi> their own lock_kernel calls, but why in the old drivers? For
Andi> those it's very unlikely they are used on any SMP system anyways
Andi> (e.g. anything depending on CONFIG_ISA) or if they do only on 2
Andi> CPU systems.

I'm still running an SMP server with ISA slots. I'd love to
contribute testing and possibly coding to this effort, but
realisticlly I'll be able to compile and boot stuff.

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