Re: [tip:core/locking] lockdep, bug: ExcludeTAINT_FIRMWARE_WORKAROUND from disabling lockdep

From: Nick Bowler
Date: Tue Dec 06 2011 - 10:14:05 EST


On 2011-12-06 01:38 -0800, tip-bot for Peter Zijlstra wrote:
> Commit-ID: df754e6af2f237a6c020c0daff55a1a609338e31
> Gitweb: http://git.kernel.org/tip/df754e6af2f237a6c020c0daff55a1a609338e31
> Author: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
> AuthorDate: Mon, 14 Nov 2011 13:13:49 +0100
> Committer: Ingo Molnar <mingo@xxxxxxx>
> CommitDate: Tue, 6 Dec 2011 08:16:47 +0100
>
> lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep
>
> It's unlikely that TAINT_FIRMWARE_WORKAROUND causes false
> lockdep messages, so do not disable lockdep in that case.
> We still want to keep lockdep disabled in the
> TAINT_OOT_MODULE case:
>
> - bin-only modules can cause various instabilities in
> their and in unrelated kernel code
>
> - they are impossible to debug for kernel developers
>
> - they also typically do not have the copyright license
> permission to link to the GPL-ed lockdep code.

This is all bogus. We have a proprietary module taint for the above.
Out of tree does not mean "bin-only", "non-GPL" or anything else like
that. If the intent is to tell out of tree, GPL module developers to
fuck off and die, then just go all the way and delete support for out
of tree modules from Kbuild. May as well go further and just prevent
the kernel from loading such modules outright, too.

Don't gag developers by arbitrarily disabling kernel debugging
functionality: functionality that they can use to debug their
*GPL* modules.

--
Nick Bowler, Elliptic Technologies (http://www.elliptictech.com/)
--
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/