Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 311797 Details for
Bug 455378
CVE-2008-3247 kernel: x86: fix ldt limit for 64 bit
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Upstream patch for this issue
x86-fix-ldt-limit-for-64-bit.patch (text/plain), 1.12 KB, created by
Eugene Teo (Security Response)
on 2008-07-15 08:56:54 UTC
(
hide
)
Description:
Upstream patch for this issue
Filename:
MIME Type:
Creator:
Eugene Teo (Security Response)
Created:
2008-07-15 08:56:54 UTC
Size:
1.12 KB
patch
obsolete
>From 5ac37f87ff18843aabab84cf75b2f8504c2d81fe Mon Sep 17 00:00:00 2001 >From: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de> >Date: Fri, 11 Jul 2008 18:04:46 +0200 >Subject: [PATCH] x86: fix ldt limit for 64 bit > >Fix size of LDT entries. On x86-64, ldt_desc is a double-sized descriptor. > >Signed-off-by: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de> >Signed-off-by: Ingo Molnar <mingo@elte.hu> >--- > include/asm-x86/desc.h | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/include/asm-x86/desc.h b/include/asm-x86/desc.h >index 268a012..28bddbc 100644 >--- a/include/asm-x86/desc.h >+++ b/include/asm-x86/desc.h >@@ -192,8 +192,8 @@ static inline void native_set_ldt(const void *addr, unsigned int entries) > unsigned cpu = smp_processor_id(); > ldt_desc ldt; > >- set_tssldt_descriptor(&ldt, (unsigned long)addr, >- DESC_LDT, entries * sizeof(ldt) - 1); >+ set_tssldt_descriptor(&ldt, (unsigned long)addr, DESC_LDT, >+ entries * LDT_ENTRY_SIZE - 1); > write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_LDT, > &ldt, DESC_LDT); > asm volatile("lldt %w0"::"q" (GDT_ENTRY_LDT*8)); >-- >1.5.5.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 455378
: 311797