[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86: Meltdown band-aid against malicious 64-bit PV guests
>>> On 12.01.18 at 11:19, <JBeulich@xxxxxxxx> wrote: > @@ -727,6 +907,9 @@ static int cpu_smpboot_alloc(unsigned in > set_ist(&idt_tables[cpu][TRAP_nmi], IST_NONE); > set_ist(&idt_tables[cpu][TRAP_machine_check], IST_NONE); > > + if ( !setup_cpu_root_pgt(cpu) ) > + goto oom; George has noticed that me having done this work on a meanwhile pretty old code base, I didn't notice before submitting that the label now is named "out". Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |