From: Zachary Amsden Date: Tue, 30 Sep 2008 18:02:12 +0000 (-0700) Subject: x86: Fix broken LDT access in VMI X-Git-Tag: v2.6.27-rc9~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de59985e3a623d4d5d6207f1777398ca0606ab1c;p=pandora-kernel.git x86: Fix broken LDT access in VMI 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. 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 Signed-off-by: Zachary Amsden Cc: Ingo Molnar Cc: Glauber de Oliveira Costa Cc: Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed