commit | 964cf35c88f93b4927dbc4e950dfa4d880c7f9d1 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Mon Jun 15 13:35:10 2009 +0300 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Mon Jun 15 13:55:26 2009 +0300 |
tree | a5be2d66c2a53e9483007f7581bb5170f50d6ff7 | |
parent | 45e3e1935e2857c54783291107d33323b3ef33c8 [diff] |
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 <heiko.carstens@de.ibm.com> Tested-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>