diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2009-06-11 08:22:39 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-06-11 12:03:29 -0400 |
commit | 04f70336c80c43a15e617b36c2043dfa0ad6ed0f (patch) | |
tree | 93f6bc15ae759cf4ddc774aa1bfe17f1126f131c /Documentation/kernel-parameters.txt | |
parent | 3c7b4e6b8be4c16f1e6e5c558e33b7ff0db2dfaf (diff) |
kmemleak: Add documentation on the memory leak detector
This patch adds the Documentation/kmemleak.txt file with some
information about how kmemleak works.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 4a3c2209a124..04a44cc5048a 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1077,6 +1077,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1077 | Configure the RouterBoard 532 series on-chip | 1077 | Configure the RouterBoard 532 series on-chip |
1078 | Ethernet adapter MAC address. | 1078 | Ethernet adapter MAC address. |
1079 | 1079 | ||
1080 | kmemleak= [KNL] Boot-time kmemleak enable/disable | ||
1081 | Valid arguments: on, off | ||
1082 | Default: on | ||
1083 | |||
1080 | kstack=N [X86] Print N words from the kernel stack | 1084 | kstack=N [X86] Print N words from the kernel stack |
1081 | in oops dumps. | 1085 | in oops dumps. |
1082 | 1086 | ||