x86, vmi: fix broken LDT access
authorZachary Amsden <zach@vmware.com>
Tue, 30 Sep 2008 18:02:12 +0000 (11:02 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 30 Sep 2008 19:13:18 +0000 (21:13 +0200)
commitdc63b52673d71f9d49b9d72d263a9f32df18c3ee
tree93f9e59a8e89285936220d9ceb1cb79dfc7bbe10
parent3dcd7e269d2223126f6ee9bc893f5a6166e1770d
x86, vmi: fix broken LDT access

This one took a long time to rear up because LDT usage is not very
common, but the bug is quite serious.  It got introduced along with
another bug, already fixed, by 75b8bb3e56ca09a467fbbe5229bc68627f7445be

After investigating a JRE failure, I found this bug was introduced a long time
ago, and had already managed to survive another bugfix which occurred on the
same line.  The result is a total failure of the JRE due to LDT selectors not
working properly.

Signed-off-by: Zachary Amsden <zach@vmware.com>
Cc: Glauber de Oliveira Costa <gcosta@redhat.com>
Cc: stable@kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/vmi_32.c