Thread (8 messages) 8 messages, 3 authors, 2012-05-24

Re: [PATCH v2] slab+slob: dup name string

From: Glauber Costa <hidden>
Date: 2012-05-22 15:29:26
Also in: linux-mm, lkml

On 05/22/2012 05:58 PM, Christoph Lameter wrote:
On Tue, 22 May 2012, Glauber Costa wrote:
quoted
[ v2: Also dup string for early caches, requested by David Rientjes ]
kstrdups that early could cause additional issues. Its better to leave
things as they were.
For me is really all the same. But note that before those kstrdups, we 
do a bunch of kmallocs as well already. (ex:

/* 4) Replace the bootstrap head arrays */
{
	struct array_cache *ptr;

	ptr = kmalloc(sizeof(struct arraycache_init), GFP_NOWAIT);

Which other point of issues do you see besides the memory allocation 
done by strdup?

I agree with your comment that we shouldn't worry about those caches, 
because only init code uses it.

Weather or not David's concern of wanting to delete those caches some 
day is valid, I'll leave up to you guys to decide
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help