lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Mon, 14 Nov 2011 12:13:49 +0000 (13:13 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 6 Dec 2011 07:16:47 +0000 (08:16 +0100)
commitdf754e6af2f237a6c020c0daff55a1a609338e31
tree138bfed4fccbba3671473a6768c91a9c3b9b8e84
parent7119a341f35b0a3ddcf426818267980057c770a1
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.

Suggested-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/n/tip-xopopjjens57r0i13qnyh2yo@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/panic.c