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 309473 Details for
Bug 451622
incorrect user_CS will cause GP loop
[?]
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]
Patch for this bug
0001-xen-incorrect-user_CS-will-cause-GP-loop.patch (text/plain), 531 bytes, created by
Wei Kong
on 2008-06-16 09:24:52 UTC
(
hide
)
Description:
Patch for this bug
Filename:
MIME Type:
Creator:
Wei Kong
Created:
2008-06-16 09:24:52 UTC
Size:
531 bytes
patch
obsolete
>Signed-off-by: Kong Wei <weikong@redflag-linux.com> > >--- a/include/asm-i386/mach-xen/asm/desc.h 2008-06-16 16:36:09.000000000 +0800 >+++ b/include/asm-i386/mach-xen/asm/desc.h 2008-06-16 16:35:33.000000000 +0800 >@@ -162,7 +162,7 @@ static inline unsigned long get_desc_bas > static inline void set_user_cs(struct desc_struct *desc, unsigned long limit) > { > limit = (limit - 1) / PAGE_SIZE; >- desc->a = limit & 0xffff; >+ desc->a = limit & (((MACH2PHYS_VIRT_END - 1) >> 12) & 0xffff); > desc->b = (limit & 0xf0000) | 0x00c0fb00; > } >
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 451622
: 309473