commit | ab0155a22ad5bda3a6dbfbbecc416cbe92619755 | [log] [tgz] |
---|---|---|
author | Jason Baron <jbaron@redhat.com> | Mon Jul 19 11:54:17 2010 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Jul 19 11:54:17 2010 +0100 |
tree | 0a8b2caea650cc31f61bc8723b0da275382701af | |
parent | a7686a45c07462b78df5ac15fc696a86e57ccf91 [diff] |
kmemleak: Introduce a default off mode for kmemleak Introduce a new DEBUG_KMEMLEAK_DEFAULT_OFF config parameter that allows kmemleak to be disabled by default, but enabled on the command line via: kmemleak=on. Although a reboot is required to turn it on, its still useful to not require a re-compile. Signed-off-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>