From: Jeremy Fitzhardinge Date: Wed, 25 Jun 2008 04:19:30 +0000 (-0400) Subject: x86, 64-bit: swapgs pvop with a user-stack can never be called X-Git-Tag: v2.6.27-rc1~1106^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00394f81f419beb6fb9f7023bd4d15913dc625d;p=pandora-kernel.git x86, 64-bit: swapgs pvop with a user-stack can never be called It's never safe to call a swapgs pvop when the user stack is current - it must be inline replaced. Rather than making a call, the SWAPGS_UNSAFE_STACK pvop always just puts "swapgs" as a placeholder, which must either be replaced inline or trap'n'emulated (somehow). Signed-off-by: Jeremy Fitzhardinge Cc: xen-devel Cc: Stephen Tweedie Cc: Eduardo Habkost Cc: Mark McLoughlin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed