X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Documentation%2Fkmemleak.txt;h=45e777f4e41de846eb485b579d0e934e0a512d97;hb=e899dbaf4898efdaf6d1a02ed4ac205d35f54df8;hp=f4f033c8d856e44ac85ba655da2348230acd8c4e;hpb=ec4212d88a77eb6caec10777ddd629b702a5ebbd;p=cascardo%2Flinux.git diff --git a/Documentation/kmemleak.txt b/Documentation/kmemleak.txt index f4f033c8d856..45e777f4e41d 100644 --- a/Documentation/kmemleak.txt +++ b/Documentation/kmemleak.txt @@ -62,6 +62,10 @@ Memory may be allocated or freed before kmemleak is initialised and these actions are stored in an early log buffer. The size of this buffer is configured via the CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE option. +If CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF are enabled, the kmemleak is +disabled by default. Passing "kmemleak=on" on the kernel command +line enables the function. + Basic Algorithm ---------------