X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fvmi_32.c;h=95a7289e4b0cdd8cc7b88f0504a93b205f2a6934;hb=2864697cefb6e7596e39aef933b4131f6c9fa9e1;hp=b263423fbe2ae971424c5bd99c112ac984413383;hpb=19035e5b5d1e3127b4925d86f6a77964f91f2c3c;p=~andy%2Flinux diff --git a/arch/x86/kernel/vmi_32.c b/arch/x86/kernel/vmi_32.c index b263423fbe2..95a7289e4b0 100644 --- a/arch/x86/kernel/vmi_32.c +++ b/arch/x86/kernel/vmi_32.c @@ -441,7 +441,7 @@ vmi_startup_ipi_hook(int phys_apicid, unsigned long start_eip, ap.ds = __USER_DS; ap.es = __USER_DS; ap.fs = __KERNEL_PERCPU; - ap.gs = 0; + ap.gs = __KERNEL_STACK_CANARY; ap.eflags = 0;