Re: [Xen-devel] [PATCH for 4.10 0/3] XSA-243 followup

2017-10-14 Thread Tim Deegan
At 14:54 +0100 on 12 Oct (1507820059), Andrew Cooper wrote: > The important change here is in patch 3, which is intended to remove the > correct-but-dangerous-looking construction of linear pagetables slots for > shadowed guests. > Andrew Cooper (3): > Revert "x86/mm: move PV l4 table setup code

Re: [Xen-devel] [PATCH for 4.10 0/3] XSA-243 followup

2017-10-13 Thread Julien Grall
Hi Andrew, On 12/10/17 14:54, Andrew Cooper wrote: The important change here is in patch 3, which is intended to remove the correct-but-dangerous-looking construction of linear pagetables slots for shadowed guests. Release-acked-by: Julien Grall Cheers, Andrew Cooper (3): Revert "x86/m

[Xen-devel] [PATCH for 4.10 0/3] XSA-243 followup

2017-10-12 Thread Andrew Cooper
The important change here is in patch 3, which is intended to remove the correct-but-dangerous-looking construction of linear pagetables slots for shadowed guests. Andrew Cooper (3): Revert "x86/mm: move PV l4 table setup code" and "x86/mm: factor out pv_arch_init_memory" x86/mm: Consolida