diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2009-06-26 12:38:25 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-06-26 12:38:25 -0400 |
commit | e0a2a1601bec01243bcad44414d06f59dae2eedb (patch) | |
tree | bb0f40e3d798c90c36a1f2befb0a0935fa78bdcc /Documentation | |
parent | a9d9058abab4ac17b79d500506e6c74bd16cecdc (diff) |
kmemleak: Enable task stacks scanning by default
This is to reduce the number of false positives reported.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kmemleak.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/kmemleak.txt b/Documentation/kmemleak.txt index f655308064d7..9426e94f291a 100644 --- a/Documentation/kmemleak.txt +++ b/Documentation/kmemleak.txt | |||
@@ -31,12 +31,12 @@ Memory scanning parameters can be modified at run-time by writing to the | |||
31 | /sys/kernel/debug/kmemleak file. The following parameters are supported: | 31 | /sys/kernel/debug/kmemleak file. The following parameters are supported: |
32 | 32 | ||
33 | off - disable kmemleak (irreversible) | 33 | off - disable kmemleak (irreversible) |
34 | stack=on - enable the task stacks scanning | 34 | stack=on - enable the task stacks scanning (default) |
35 | stack=off - disable the tasks stacks scanning | 35 | stack=off - disable the tasks stacks scanning |
36 | scan=on - start the automatic memory scanning thread | 36 | scan=on - start the automatic memory scanning thread (default) |
37 | scan=off - stop the automatic memory scanning thread | 37 | scan=off - stop the automatic memory scanning thread |
38 | scan=<secs> - set the automatic memory scanning period in seconds (0 | 38 | scan=<secs> - set the automatic memory scanning period in seconds |
39 | to disable it) | 39 | (default 600, 0 to stop the automatic scanning) |
40 | 40 | ||
41 | Kmemleak can also be disabled at boot-time by passing "kmemleak=off" on | 41 | Kmemleak can also be disabled at boot-time by passing "kmemleak=off" on |
42 | the kernel command line. | 42 | the kernel command line. |