From: Peter Zijlstra Date: Mon, 14 Nov 2011 12:13:49 +0000 (+0100) Subject: lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep X-Git-Tag: v3.3-rc1~196^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df754e6af2f237a6c020c0daff55a1a609338e31;p=pandora-kernel.git 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 Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/n/tip-xopopjjens57r0i13qnyh2yo@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed