All of lore.kernel.org
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: Tim Bird <tim.bird@sonymobile.com>
Cc: "cl@linux.com" <cl@linux.com>,
	"frowand.list@gmail.com" <frowand.list@gmail.com>,
	"bjorn.andersson@sonymobile.com" <bjorn.andersson@sonymobile.com>,
	"tbird20d@gmail.com" <tbird20d@gmail.com>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Roman Bobniev <Roman.Bobniev@sonymobile.com>
Subject: Re: [PATCH] slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled
Date: Wed, 9 Oct 2013 14:28:17 +0100	[thread overview]
Message-ID: <20131009132816.GA32201@arm.com> (raw)
In-Reply-To: <1381273137-14680-1-git-send-email-tim.bird@sonymobile.com>

On Tue, Oct 08, 2013 at 11:58:57PM +0100, Tim Bird wrote:
> From: Roman Bobniev <Roman.Bobniev@sonymobile.com>
> 
> Move all kmemleak calls into hook functions, and make it so
> that all hooks (both inside and outside of #ifdef CONFIG_SLUB_DEBUG)
> call the appropriate kmemleak routines.  This allows for kmemleak
> to be configured independently of slub debug features.
> 
> It also fixes a bug where kmemleak was only partially enabled in some
> configurations.
> 
> Signed-off-by: Roman Bobniev <Roman.Bobniev@sonymobile.com>
> Signed-off-by: Tim Bird <tim.bird@sonymobile.com>

Looks ok to me.

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

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Tim Bird <tim.bird@sonymobile.com>
Cc: "cl@linux.com" <cl@linux.com>,
	"frowand.list@gmail.com" <frowand.list@gmail.com>,
	"bjorn.andersson@sonymobile.com" <bjorn.andersson@sonymobile.com>,
	"tbird20d@gmail.com" <tbird20d@gmail.com>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Roman Bobniev <Roman.Bobniev@sonymobile.com>
Subject: Re: [PATCH] slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled
Date: Wed, 9 Oct 2013 14:28:17 +0100	[thread overview]
Message-ID: <20131009132816.GA32201@arm.com> (raw)
In-Reply-To: <1381273137-14680-1-git-send-email-tim.bird@sonymobile.com>

On Tue, Oct 08, 2013 at 11:58:57PM +0100, Tim Bird wrote:
> From: Roman Bobniev <Roman.Bobniev@sonymobile.com>
> 
> Move all kmemleak calls into hook functions, and make it so
> that all hooks (both inside and outside of #ifdef CONFIG_SLUB_DEBUG)
> call the appropriate kmemleak routines.  This allows for kmemleak
> to be configured independently of slub debug features.
> 
> It also fixes a bug where kmemleak was only partially enabled in some
> configurations.
> 
> Signed-off-by: Roman Bobniev <Roman.Bobniev@sonymobile.com>
> Signed-off-by: Tim Bird <tim.bird@sonymobile.com>

Looks ok to me.

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

  reply	other threads:[~2013-10-09 13:29 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-08 22:58 [PATCH] slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled Tim Bird
2013-10-08 22:58 ` Tim Bird
2013-10-09 13:28 ` Catalin Marinas [this message]
2013-10-09 13:28   ` Catalin Marinas
2013-10-09 19:07 ` Christoph Lameter
2013-10-09 19:07   ` Christoph Lameter
2013-10-23 11:52   ` Bobniev, Roman
2013-10-23 11:52     ` Bobniev, Roman
2013-10-24 17:20     ` Pekka Enberg
2013-10-24 17:20       ` Pekka Enberg
  -- strict thread matches above, loose matches on Subject: below --
2013-10-08 22:37 Tim Bird
2013-10-08 22:37 ` Tim Bird
2013-09-27 20:38 [PATCH] slub: Proper " Frank Rowand
2013-09-27 20:38 ` Frank Rowand
2013-09-30  9:04 ` Catalin Marinas
2013-09-30  9:04   ` Catalin Marinas
2013-10-02 14:41 ` Christoph Lameter
2013-10-02 14:41   ` Christoph Lameter
2013-10-02 15:33   ` Bird, Tim
2013-10-02 15:33     ` Bird, Tim
2013-10-02 15:54     ` Catalin Marinas
2013-10-02 15:54       ` Catalin Marinas
2013-10-02 16:24       ` Christoph Lameter
2013-10-02 16:24         ` Christoph Lameter
2013-10-02 15:57     ` Christoph Lameter
2013-10-02 15:57       ` Christoph Lameter
2013-10-02 16:25       ` Catalin Marinas
2013-10-02 16:25         ` Catalin Marinas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131009132816.GA32201@arm.com \
    --to=catalin.marinas@arm.com \
    --cc=Roman.Bobniev@sonymobile.com \
    --cc=bjorn.andersson@sonymobile.com \
    --cc=cl@linux.com \
    --cc=frowand.list@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=tbird20d@gmail.com \
    --cc=tim.bird@sonymobile.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.