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 595772 Details for
Bug 837032
xen: trivial hypervisor backports for 5.9
[?]
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]
Fix #GPF injection into compat guests in vm86 code
0002-Fix-GPF-injection-into-compat-guests-in-vm86-code.patch (text/plain), 1.36 KB, created by
Igor Mammedov
on 2012-07-02 16:47:57 UTC
(
hide
)
Description:
Fix #GPF injection into compat guests in vm86 code
Filename:
MIME Type:
Creator:
Igor Mammedov
Created:
2012-07-02 16:47:57 UTC
Size:
1.36 KB
patch
obsolete
>From 1e3c80b6b94b52a64435aa9960e03f4fb6274b5a Mon Sep 17 00:00:00 2001 >From: Igor Mammedov <imammedo@redhat.com> >Date: Fri, 29 Jun 2012 15:02:26 +0200 >Subject: [RHEL5.9 Xen 2/2] Fix #GPF injection into compat guests in vm86 code > >Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=837032 >Upstream xen-unstable.hg, cs: 21700 >Brew: http://brewweb.devel.redhat.com/brew/taskinfo?taskID=4567083 > >------------ >not to let the guest disable interrupts in the real EFLAGS. > >Signed-off-by: Ian Campbell <ian.campbell@citrix.com >------------ >Signed-off-by: Igor Mammedov <imammedo@redhat.com> >--- > arch/x86/x86_64/compat/traps.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/arch/x86/x86_64/compat/traps.c b/arch/x86/x86_64/compat/traps.c >index df1e512..af7f48b 100644 >--- a/arch/x86/x86_64/compat/traps.c >+++ b/arch/x86/x86_64/compat/traps.c >@@ -100,8 +100,8 @@ unsigned int compat_iret(void) > ti = ¤t->arch.guest_context.trap_ctxt[13]; > if ( TI_GET_IF(ti) ) > eflags &= ~X86_EFLAGS_IF; >- regs->_eflags = eflags & ~(X86_EFLAGS_VM|X86_EFLAGS_RF| >- X86_EFLAGS_NT|X86_EFLAGS_TF); >+ regs->_eflags &= ~(X86_EFLAGS_VM|X86_EFLAGS_RF| >+ X86_EFLAGS_NT|X86_EFLAGS_TF); > > if ( unlikely(__put_user(0, (u32 *)regs->rsp)) ) > goto exit_and_crash; >-- >1.7.5 >
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 837032
:
595771
| 595772