mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch 2.6.13-rc1] i386: fix incorrect TSS entry for LDT
@ 2005-07-01  4:40 Chuck Ebbert
  2005-07-01  7:14 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2005-07-01  4:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, eliad lubovsky, Ingo Molnar, Linus Torvalds

The LDT entry in the i386 TSS needs to be a selector, not an entry number.

Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>

Index: 2.6.13-rc1/include/asm-i386/processor.h
===================================================================
--- 2.6.13-rc1.orig/include/asm-i386/processor.h        2005-06-30 15:46:17.176906000 -0400
+++ 2.6.13-rc1/include/asm-i386/processor.h     2005-07-01 00:23:38.666906000 -0400
@@ -474,7 +474,7 @@
        .esp0           = sizeof(init_stack) + (long)&init_stack,       \
        .ss0            = __KERNEL_DS,                                  \
        .ss1            = __KERNEL_CS,                                  \
-       .ldt            = GDT_ENTRY_LDT,                                \
+       .ldt            = GDT_ENTRY_LDT * 8,                            \
        .io_bitmap_base = INVALID_IO_BITMAP_OFFSET,                     \
        .io_bitmap      = { [ 0 ... IO_BITMAP_LONGS] = ~0 },            \
 }


--
Chuck

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-01  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-01  4:40 [patch 2.6.13-rc1] i386: fix incorrect TSS entry for LDT Chuck Ebbert
2005-07-01  7:14 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®