[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48AB3152.7000604@cs.helsinki.fi>
Date: Tue, 19 Aug 2008 23:47:14 +0300
From: Pekka Enberg <penberg@...helsinki.fi>
To: Christoph Lameter <cl@...ux-foundation.org>
CC: Eduard - Gabriel Munteanu <eduard.munteanu@...ux360.ro>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
rdunlap@...otime.net, mpm@...enic.com, tglx@...utronix.de,
rostedt@...dmis.org, mathieu.desnoyers@...ymtl.ca,
tzanussi@...il.com
Subject: Re: [PATCH 3/5] SLUB: Replace __builtin_return_address(0) with _RET_IP_.
Christoph Lameter wrote:
> Pekka Enberg wrote:
>
>> It's compiled-tested too. I had to do some changes to
>> include/linux/slab.h as well.
>
> Please recompile with CONFIG_SLUB_DEBUG off to find some breakage. F.e.
>
> static inline int alloc_debug_processing(struct kmem_cache *s,
> struct page *page, void *object, void *addr) { return 0; }
>
> static inline int free_debug_processing(struct kmem_cache *s,
> struct page *page, void *object, void *addr) { return 0; }
Fixed, thanks.
http://git.kernel.org/?p=linux/kernel/git/penberg/slab-2.6.git;a=commitdiff;h=04be8567dab2a793f4ec8050c65af6845e6e3af3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists