Re: [JANITOR PROPOSAL] Switch ioctl functions to ->unlocked_ioctl

From: Rolf Eike Beer
Date: Thu Jan 10 2008 - 03:59:43 EST


Andi Kleen wrote:
> Here's a proposal for some useful code transformations the kernel janitors
> could do as opposed to running checkpatch.pl.
>
> Most ioctl handlers still running implicitely under the big kernel
> lock (BKL). But long term Linux is trying to get away from that. There is a
> new ->unlocked_ioctl entry point that allows ioctls without BKL, but the
> code needs to be explicitely converted to use this.
>
> The first step of getting rid of the BKL is typically to make it visible
> in the source. Once it is visible people will have incentive to eliminate
> it. That is how the BKL conversion project for Linux long ago started too.
> On 2.0 all system calls were still implicitely BKL and in 2.1 the
> lock/unlock_kernel()s were moved into the various syscall functions and
> then step by step eliminated.

Can you explain the rationale behind that running on the BKL? What type of
things needs to be protected so that this huge hammer is needed? What would
be an earlier point to release the BKL?

Greetings,

Eike

Attachment: signature.asc
Description: This is a digitally signed message part.