lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ