From: Jeff Dike Date: Sat, 25 Jun 2005 21:55:23 +0000 (-0700) Subject: [PATCH] uml: always disable kmalloc during shutdown X-Git-Tag: v2.6.13-rc1~68^2~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=026549d28469f7d4ca7e5a4707f0d2dc4f2c164c;p=pandora-kernel.git [PATCH] uml: always disable kmalloc during shutdown kmalloc wasn't being disabled during panic. This patch ensures that, no matter how UML is exiting, it is disabled. This matters because part of the cleanup is to remove the umid file, which involves readdir, which calls malloc. This must map to libc malloc, rather than kmalloc or vmalloc. Signed-off-by: Jeff Dike Cc: Paolo Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed