From: Daniel Yeisley Date: Tue, 25 Mar 2008 21:59:08 +0000 (+0200) Subject: slab: fix cache_cache bootstrap in kmem_cache_init() X-Git-Tag: v2.6.25-rc8~83^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec1f5eeeb5a79a0d48036de649a3498da42db565;p=pandora-kernel.git slab: fix cache_cache bootstrap in kmem_cache_init() Commit 556a169dab38b5100df6f4a45b655dddd3db94c1 ("slab: fix bootstrap on memoryless node") introduced bootstrap-time cache_cache list3s for all nodes but forgot that initkmem_list3 needs to be accessed by [somevalue + node]. This patch fixes list_add() corruption in mm/slab.c seen on the ES7000. Cc: Mel Gorman Cc: Olaf Hering Cc: Christoph Lameter Signed-off-by: Dan Yeisley Signed-off-by: Pekka Enberg Signed-off-by: Christoph Lameter --- Reading git-diff-tree failed