linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: kmemleak: DEBUG_KMEMLEAK_EARLY_LOG_SIZE changed names
@ 2019-09-25 14:31 Jeremy Cline
  2019-09-25 14:32 ` Catalin Marinas
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Cline @ 2019-09-25 14:31 UTC (permalink / raw)
  To: Catalin Marinas, Jonathan Corbet; +Cc: linux-doc, linux-kernel, Jeremy Cline

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.

Signed-off-by: Jeremy Cline <jcline@redhat.com>
---
 Documentation/dev-tools/kmemleak.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: kmemleak: DEBUG_KMEMLEAK_EARLY_LOG_SIZE changed names
  2019-09-25 14:31 [PATCH] docs: kmemleak: DEBUG_KMEMLEAK_EARLY_LOG_SIZE changed names Jeremy Cline
@ 2019-09-25 14:32 ` Catalin Marinas
  2019-10-01 12:51   ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Catalin Marinas @ 2019-09-25 14:32 UTC (permalink / raw)
  To: Jeremy Cline; +Cc: Jonathan Corbet, linux-doc, linux-kernel

On Wed, Sep 25, 2019 at 02:31:14PM +0000, Jeremy Cline wrote:
> 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.
> 
> Signed-off-by: Jeremy Cline <jcline@redhat.com>

I forgot about this. Thanks.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: kmemleak: DEBUG_KMEMLEAK_EARLY_LOG_SIZE changed names
  2019-09-25 14:32 ` Catalin Marinas
@ 2019-10-01 12:51   ` Jonathan Corbet
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2019-10-01 12:51 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: Jeremy Cline, linux-doc, linux-kernel

On Wed, 25 Sep 2019 15:32:10 +0100
Catalin Marinas <catalin.marinas@arm.com> wrote:

> On Wed, Sep 25, 2019 at 02:31:14PM +0000, Jeremy Cline wrote:
> > 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.
> > 
> > Signed-off-by: Jeremy Cline <jcline@redhat.com>  
> 
> I forgot about this. Thanks.
> 
> Acked-by: Catalin Marinas <catalin.marinas@arm.com>

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-01 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 14:31 [PATCH] docs: kmemleak: DEBUG_KMEMLEAK_EARLY_LOG_SIZE changed names Jeremy Cline
2019-09-25 14:32 ` Catalin Marinas
2019-10-01 12:51   ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).