lkml.org 
[lkml]   [2011]   [Nov]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] lockdep: Don't disable lockdep for out of tree modules
Date
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>

I guess it would be nice to get lockdep enabled for out of tree GPL modules

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
---
kernel/panic.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/kernel/panic.c b/kernel/panic.c
index b2659360..3bd7088 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -240,7 +240,8 @@ void add_taint(unsigned flag)
* Also we want to keep up lockdep for staging development and
* post-warning case.
*/
- if (flag != TAINT_CRAP && flag != TAINT_WARN && __debug_locks_off())
+ if (flag != TAINT_CRAP && flag != TAINT_WARN &&
+ flag != TAINT_OOT_MODULE && __debug_locks_off())
printk(KERN_WARNING "Disabling lock debugging due to kernel taint\n");

set_bit(flag, &tainted_mask);
--
1.7.5.4


\
 
 \ /
  Last update: 2011-11-16 08:53    [W:0.047 / U:0.772 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site