Re: [GIT, RFC] Killing the Big Kernel Lock

From: Arnd Bergmann
Date: Thu Mar 25 2010 - 09:07:22 EST


On Thursday 25 March 2010, Jiri Kosina wrote:
> On Wed, 24 Mar 2010, Arnd Bergmann wrote:
>
> > I've spent some time continuing the work of the people on Cc and many others
> > to remove the big kernel lock from Linux and I now have bkl-removal branch
> > in my git tree at git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git
> > that lets me run a kernel on my quad-core machine with the only users of the BKL
> > being mostly obscure device driver modules.
>
> config USB
> tristate "Support for Host-side USB"
> depends on USB_ARCH_HAS_HCD && BKL
>
> Well, that's very interesting definition of "obscure" :)
>

That's why I said /mostly/ obscure modules. There are soundcore, usb-core, drm,
vfat and a few other very common ones, along with many obscure ones.

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