Re: [PATCH] 2.6.16-rc1-mm1 - produce useful info for kzalloc with DEBUG_SLAB

From: Pekka Enberg
Date: Thu Jan 19 2006 - 03:56:42 EST


Hi Valdis,

On 1/19/06, Valdis.Kletnieks@xxxxxx <Valdis.Kletnieks@xxxxxx> wrote:
> The following patch makes a few minor changes so the CONFIG_DEBUG_SLAB
> statistics report the actual caller for kzalloc() - otherwise its call to
> kmalloc() just points at kzalloc(). Basically, we force __always_inline on
> several routines, so the __builtin_return_address calls point where we
> want them to point, even if gcc wouldn't otherwise do it.

Couldn't we use this [1] trick Steven came up with for this?

1. http://article.gmane.org/gmane.linux.kernel/362494

Pekka
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/