From: Avi Kivity Date: Sat, 30 Dec 2006 00:49:58 +0000 (-0800) Subject: [PATCH] KVM: Fix oops on oom X-Git-Tag: v2.6.20-rc3~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a54f79e091d52c3c2835985c347ea4d2e1c21f;p=pandora-kernel.git [PATCH] KVM: Fix oops on oom __free_page() doesn't like a NULL argument, so check before calling it. A NULL can only happen if memory is exhausted during allocation of a memory slot. Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed