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 302778 Details for
Bug 437358
F-10 pv_ops xen: Add ia32 emulation
[?]
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]
0005-Use-vdso32-int80-by-default-if-Xen-is-enabled-FIXME.patch
0005-Use-vdso32-int80-by-default-if-Xen-is-enabled-FIXME.patch (text/plain), 969 bytes, created by
Mark McLoughlin
on 2008-04-17 17:51:53 UTC
(
hide
)
Description:
0005-Use-vdso32-int80-by-default-if-Xen-is-enabled-FIXME.patch
Filename:
MIME Type:
Creator:
Mark McLoughlin
Created:
2008-04-17 17:51:53 UTC
Size:
969 bytes
patch
obsolete
>From 187dda4d6641e85ae2db408f10108897b1f5bdb3 Mon Sep 17 00:00:00 2001 >From: Eduardo Habkost <ehabkost@redhat.com> >Date: Wed, 26 Mar 2008 13:25:35 -0300 >Subject: [PATCH] Use vdso32-int80 by default if Xen is enabled (FIXME) > >Temporary fix. This should be selected at runtime instead. > >Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> >--- > arch/x86/Kconfig | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig >index 310ff62..99fdddc 100644 >--- a/arch/x86/Kconfig >+++ b/arch/x86/Kconfig >@@ -1218,7 +1218,7 @@ config COMPAT_VDSO > > > config VDSO_INT80 >- def_bool X86_32 >+ def_bool X86_32 || XEN > > config VDSO_SYSCALL > def_bool !X86_32 >@@ -1226,12 +1226,12 @@ config VDSO_SYSCALL > > config VDSO_DEFAULT_INT80 > bool >- default X86_32 >+ default X86_32 || XEN > depends on VDSO_INT80 > > config VDSO_DEFAULT_SYSCALL > bool >- default !X86_32 >+ default !X86_32 && !XEN > depends on VDSO_SYSCALL > > >-- >1.5.4.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 437358
:
302774
|
302775
|
302776
|
302777
| 302778