[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0 of 4] x86/mm: Four fixes
In this series we post four patches with bugfixes to p2m, hap, paging and sharing code: - Make a few asserts on shared pages type and counts more accurate (this time done right, hopefully!) - Bugfix interactions between the balloon and the paging and sharing subsystems. Posted a week ago, probably slipped through the cracks. - Added a missing sanity check for sharing/paging/access memops. - Fix vmx_load_pdptrs to crash the guest instead of the host in the presence of paged out cr3's. Signed-off-by: Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx> xen/arch/x86/mm/mem_sharing.c | 3 ++- xen/arch/x86/mm/p2m.c | 7 +++++-- xen/arch/x86/mm/p2m.c | 7 +++++-- xen/common/memory.c | 17 ++++++++++++++++- xen/arch/x86/mm/mem_access.c | 3 +++ xen/arch/x86/mm/mem_event.c | 6 ++++-- xen/arch/x86/mm/mem_paging.c | 3 +++ xen/arch/x86/mm/mem_sharing.c | 2 +- xen/arch/x86/hvm/vmx/vmx.c | 16 +++++++++++++--- xen/arch/x86/mm/hap/hap.c | 2 +- 10 files changed, 53 insertions(+), 13 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |