From: "Vegard Nossum" <vegard.nossum@gmail.com>
To: "Pekka J Enberg" <penberg@cs.helsinki.fi>
Cc: mingo@elte.hu, clameter@sgi.com, akpm@linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] kmemcheck: prepare for SLAB hooks
Date: Fri, 9 May 2008 20:07:48 +0200 [thread overview]
Message-ID: <19f34abd0805091107p1dc1646et2b255d7ba45af8f2@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0805090000540.28488@sbz-30.cs.Helsinki.FI>
On Thu, May 8, 2008 at 11:02 PM, Pekka J Enberg <penberg@cs.helsinki.fi> wrote:
> From: Pekka Enberg <penberg@cs.helsinki.fi>
>
> Make mm/slub_kmemcheck.c more generic in preparation for adding kmemcheck hooks
> to SLAB which does not use compound pages by default and has slightly different
> way for keeping track of object size than SLUB.
>
> Cc: Ingo Molnar <mingo@elte.hu>
> Cc: Christoph Lameter <clameter@sgi.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Vegard Nossum <vegard.nossum@gmail.com>
> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
> ---
> include/linux/slub_kmemcheck.h | 19 +++++++++++--------
> mm/slub.c | 8 ++++----
> mm/slub_kmemcheck.c | 23 ++++++++++-------------
> 3 files changed, 25 insertions(+), 25 deletions(-)
[sniip]
> @@ -1757,7 +1757,7 @@
> struct kmem_cache_cpu *c;
> unsigned long flags;
>
> - kmemcheck_slab_free(s, object);
> + kmemcheck_slab_free(s, object, c->objsize);
Hm, "'c' is used uninitialized in this function". I guess it should be
moved a bit downwards. Can you fix it?
Vegard
--
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
-- E. W. Dijkstra, EWD1036
prev parent reply other threads:[~2008-05-09 18:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-08 21:02 Pekka J Enberg
2008-05-08 21:10 ` Pekka Enberg
2008-05-09 18:07 ` Vegard Nossum [this message]
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=19f34abd0805091107p1dc1646et2b255d7ba45af8f2@mail.gmail.com \
--to=vegard.nossum@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=clameter@sgi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=penberg@cs.helsinki.fi \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®