[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111222165952.GH17084@google.com>
Date: Thu, 22 Dec 2011 08:59:52 -0800
From: Tejun Heo <tj@...nel.org>
To: Ben Hutchings <ben@...adent.org.uk>, Dave Jones <davej@...hat.com>,
Greg Kroah-Hartman <gregkh@...e.de>,
Rusty Russell <rusty@...tcorp.com.au>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>
Cc: linux-kernel@...r.kernel.org
Subject: out-of-tree module shouldn't disable lockdep
Hello, guys.
2449b8ba074 "module,bug: Add TAINT_OOT_MODULE flag for modules not
built in-tree" added TAINT_OOT_MODULE to mark kernel which has
out-of-tree module loaded, which might be a good idea but an
unfortunate side effect of tainting is that it disables lockdep. So,
now, none of my test modules is watched by lockdep. This is a bad bad
idea. People use oot modules to write test code and disabling lockdep
for test codes is silly. Can we please fix this?
Thanks.
--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists