summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu.c
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2014-10-14 11:00:18 +0200
committerDavid Vrabel <david.vrabel@citrix.com>2014-10-23 17:24:01 +0200
commit239af7c7132a617f9dcd05da1dc92b96bc6d0645 (patch)
tree74c821845a28a43278cf4522f0871f70dcbb2ba4 /arch/x86/xen/mmu.c
parentxen/balloon: Don't continue ballooning when BP_ECANCELED is encountered (diff)
downloadlinux-239af7c7132a617f9dcd05da1dc92b96bc6d0645.tar.xz
linux-239af7c7132a617f9dcd05da1dc92b96bc6d0645.zip
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>
Diffstat (limited to 'arch/x86/xen/mmu.c')
0 files changed, 0 insertions, 0 deletions