Re: [PATCH] list_add corruption in slab.c

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Pekka Enberg <penberg@...>
Cc: Daniel Yeisley <dan.yeisley@...>, <linux-kernel@...>, <akpm@...>, Christoph Lameter <clameter@...>, <mel@...>
Date: Tuesday, March 25, 2008 - 5:27 pm

Hi Pekka

this patch for 2.6.22?
(http://repo.or.cz/w/linux-2.6.22.y-op.git)

--8<--
        /* 1) create the cache_cache */
        INIT_LIST_HEAD(&cache_chain);
        list_add(&cache_cache.next, &cache_chain);
        cache_cache.colour_off = cache_line_size();
        cache_cache.array[smp_processor_id()] = &initarray_cache.cache;
        cache_cache.nodelists[node] = &initkmem_list3[CACHE_CACHE];
-->8--
from 2.6.22's slab.c

On 3/25/08, Pekka Enberg <penberg@cs.helsinki.fi> wrote:


-- 
Thanks,
Oliver
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] list_add corruption in slab.c, Daniel Yeisley, (Tue Mar 25, 12:57 pm)
Re: [PATCH] list_add corruption in slab.c, Pekka Enberg, (Tue Mar 25, 2:45 pm)
Re: [PATCH] list_add corruption in slab.c, Daniel Yeisley, (Tue Mar 25, 4:44 pm)
Re: [PATCH] list_add corruption in slab.c, Pekka Enberg, (Tue Mar 25, 5:13 pm)
Re: [PATCH] list_add corruption in slab.c, Mel Gorman, (Wed Mar 26, 10:16 am)
Re: [PATCH] list_add corruption in slab.c, Oliver Pinter, (Tue Mar 25, 5:27 pm)
Re: [PATCH] list_add corruption in slab.c, Pekka Enberg, (Tue Mar 25, 5:38 pm)
Re: [PATCH] list_add corruption in slab.c, Oliver Pinter, (Tue Mar 25, 5:42 pm)