[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1106030904320.27151@router.home>
Date: Fri, 3 Jun 2011 09:05:06 -0500 (CDT)
From: Christoph Lameter <cl@...ux.com>
To: David Rientjes <rientjes@...gle.com>
cc: Suleiman Souhlal <ssouhlal@...ebsd.org>, penberg@...nel.org,
suleiman@...gle.com, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, mpm@...enic.com
Subject: Re: [PATCH] SLAB: Record actual last user of freed objects.
On Thu, 2 Jun 2011, David Rientjes wrote:
> On Thu, 2 Jun 2011, Suleiman Souhlal wrote:
>
> > Currently, when using CONFIG_DEBUG_SLAB, we put in kfree() or
> > kmem_cache_free() as the last user of free objects, which is not
> > very useful, so change it to the caller of those functions instead.
> >
> > Signed-off-by: Suleiman Souhlal <suleiman@...gle.com>
>
> Acked-by: David Rientjes <rientjes@...gle.com>
Well note that this increases the overhead of a hot code path. But slub
does the same
Acked-by: Christoph Lameter <cl@...ux.com>
--
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