Re: [PATCH 4/4] BKL: move CONFIG_BKL to staging

From: Arnd Bergmann
Date: Wed Jan 19 2011 - 11:18:10 EST


On Wednesday 19 January 2011, Nick Bowler wrote:
> I think this patch is not very nice. It will cause working kernel
> configurations to turn into broken kernel configurations when the user
> does 'make oldconfig', with no warning.
>
> These drivers that use the BKL work fine. Removing working features
> with no adequate replacement available seems like a serious regression
> to me.

I wouldn't call it a serious regression since the code is still there
and both the symptom and the solution are rather obvious. What's more
important is to make any people still relying on the code aware that
it's going away unless someone fixes it, so they have the chance to
send patches or pay someone to fix it for them.

The remaining drivers that are still relying on the BKL are very
rarely used and for the less obscure ones (ufs, ipx and x.25), people
have volunteered to fix them (though I have seen no proper patches
for these yet). For the rest, I suppose if nobody complains, they
can actually go away, according to the logic that if nobody is using
them, they most likely are broken anyway and more a security risk than
they are worth.

Anyway, it seems that you're lucky this time, because I managed to miss
the merge window by being away from my test box for the most part of it.

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/