x86/xen: avoid writing to freed memory after race in p2m handling
authorJuergen Gross <jgross@suse.com>
Tue, 14 Oct 2014 09:00:18 +0000 (11:00 +0200)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 23 Oct 2014 15:24:01 +0000 (16:24 +0100)
commit239af7c7132a617f9dcd05da1dc92b96bc6d0645
tree74c821845a28a43278cf4522f0871f70dcbb2ba4
parentfd8b79511349efd1f0decea920f61b93acb34a75
x86/xen: avoid writing to freed memory after race in p2m handling

In case a race was detected during allocation of a new p2m tree
element in alloc_p2m() the new allocated mid_mfn page is freed without
updating the pointer to the found value in the tree. This will result
in overwriting the just freed page with the mfn of the p2m leaf.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
arch/x86/xen/p2m.c