diff options
author | Jeremy Cline <jcline@redhat.com> | 2019-09-25 17:31:14 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-10-01 15:50:17 +0300 |
commit | 2c861bf5e6ff2353239ada5535dfbbe1314ac13b (patch) | |
tree | 5d25d8fef4f92fe471c7c8822c03415de843908b /Documentation/dev-tools/kmemleak.rst | |
parent | 6795b29c1ca04d5779885fbb5c971f14ec722d55 (diff) | |
download | linux-2c861bf5e6ff2353239ada5535dfbbe1314ac13b.tar.xz |
docs: kmemleak: DEBUG_KMEMLEAK_EARLY_LOG_SIZE changed names
Commit c5665868183f ("mm: kmemleak: use the memory pool for early
allocations") renamed CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE to
CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE. Update the documentation reference
to reflect that.
Fixes: c5665868183f ("mm: kmemleak: use the memory pool for early allocations")
Signed-off-by: Jeremy Cline <jcline@redhat.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/dev-tools/kmemleak.rst')
-rw-r--r-- | Documentation/dev-tools/kmemleak.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kmemleak.rst b/Documentation/dev-tools/kmemleak.rst index 3621cd5e1eef..3a289e8a1d12 100644 --- a/Documentation/dev-tools/kmemleak.rst +++ b/Documentation/dev-tools/kmemleak.rst @@ -69,7 +69,7 @@ the kernel command line. 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. +is configured via the CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE option. If CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF are enabled, the kmemleak is disabled by default. Passing ``kmemleak=on`` on the kernel command |