From: Rusty Russell Date: Wed, 3 Jun 2009 05:22:24 +0000 (+0930) Subject: lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR X-Git-Tag: v2.6.30~32 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb7878a3a4341d1faa208de962d66f0817d3e7a;p=pandora-kernel.git lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR We don't set up the canary; let's disable stack protector on boot.c so we can get into lguest_init, then set it up. As a side effect, switch_to_new_gdt() sets up %fs for us properly too. Signed-off-by: Rusty Russell Acked-by: Tejun Heo Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed