[PATCH] x86/xen: Fix build failure without CONFIG_XEN_PVH

2014-10-07 Thread Ted Percival
Fixes: 851861bb4cc0 ("x86/xen: Set EFER.NX and EFER.SCE in PVH guests") Signed-off-by: Ted Percival --- arch/x86/xen/smp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/xen/smp.h b/arch/x86/xen/smp.h index eed00a8..963d62a 100644 --- a/arch/x86/xen/smp.h

Re: [PATCH] percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t -fix

2014-09-08 Thread Ted Percival
ww.spinics.net/lists/kernel/msg1819784.html> Good to see it's solved now anyway. Since I've been using the same patch for the last few days, Tested-by: Ted Percival -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ma

[PATCH] x86, apic: Fix unmasked CPU initialization

2014-09-08 Thread Ted Percival
Commit 4ba2968420fa removed the application of the CPU mask resulting in a hang when initializing the first CPU at boot: x86: Booting SMP configuration node #0, CPUs: #1_ Fixes: 4ba2968420fa ("percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t") Signed-o

[PATCH] x86: Restore missing cpumask_copy() in __x2apic_send_IPI_mask

2014-09-05 Thread Ted Percival
This fixes a hang when initializing SMP CPUs at this point in the boot: x86: Booting SMP configuration node #0, CPUs: #1_ Fixes: 4ba2968420fa ("percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t") Signed-off-by: Ted Percival --- arch/x86/kernel/apic/x2apic_clu

Re: [PATCH] x86: Restore missing cpumask_copy() in __x2apic_send_IPI_mask

2014-09-05 Thread Ted Percival
On 09/05/2014 01:34 PM, Ted Percival wrote: > This fixes a hang when initializing SMP CPUs at this point in the boot: Looks like git-send-email picked up the wrong From address. I'll resubmit with a consistent email address. -- To unsubscribe from this list: send the line "unsu

[PATCH] x86: Restore missing cpumask_copy() in __x2apic_send_IPI_mask

2014-09-05 Thread Ted Percival
This fixes a hang when initializing SMP CPUs at this point in the boot: x86: Booting SMP configuration node #0, CPUs: #1_ Fixes: 4ba2968420fa ("percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t") Signed-off-by: Ted Percival --- arch/x86/kernel/apic/x2apic_clu