From: Nick Piggin Date: Mon, 15 Jun 2009 10:35:10 +0000 (+0300) Subject: SLUB: Fix early boot GFP_DMA allocations X-Git-Tag: v2.6.31-rc1~290^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=964cf35c88f93b4927dbc4e950dfa4d880c7f9d1;p=pandora-kernel.git SLUB: Fix early boot GFP_DMA allocations Recent change to use slab allocations earlier exposed a bug where SLUB can call schedule_work and try to call sysfs before it is safe to do so. Reported-by: Heiko Carstens Tested-by: Heiko Carstens Signed-off-by: Nick Piggin Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed