commit | 55a54f79e091d52c3c2835985c347ea4d2e1c21f | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Fri Dec 29 16:49:58 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Sat Dec 30 10:56:44 2006 -0800 |
tree | ad47898c216852e053806ee0fd6518380f23c9ab | |
parent | c68876fd2846d2aaf9770276db244b46f2bf52c7 [diff] |
[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 <avi@qumranet.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>