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 146668 Details for
Bug 224541
oops in vsyscall_sysctl_change()
[?]
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 fixed oops in vsyscall_sysctl_change()
diff-vsyscall_sysctl_change-20070126 (text/plain), 1.02 KB, created by
Vasily Averin
on 2007-01-26 08:12:26 UTC
(
hide
)
Description:
patch fixed oops in vsyscall_sysctl_change()
Filename:
MIME Type:
Creator:
Vasily Averin
Created:
2007-01-26 08:12:26 UTC
Size:
1.02 KB
patch
obsolete
>--- ./arch/x86_64/kernel/vsyscall.c.vsyscl 2007-01-26 10:22:42.000000000 +0300 >+++ ./arch/x86_64/kernel/vsyscall.c 2007-01-26 10:32:18.000000000 +0300 >@@ -45,7 +45,7 @@ seqlock_t __xtime_lock __section_xtime_l > ({unsigned long v; \ > extern char __vsyscall_0; \ > asm("" : "=r" (v) : "0" (x)); \ >- ((v - VSYSCALL_FIRST_PAGE) + __pa_symbol(&__vsyscall_0)); }) >+ ((v - fix_to_virt(VSYSCALL_FIRST_PAGE)) + __pa_symbol(&__vsyscall_0)); }) > > static __always_inline void timeval_normalize(struct timeval * tv) > { >--- ./arch/x86_64/kernel/vsyscall-xen.c.vsyscl 2007-01-25 12:47:03.000000000 +0300 >+++ ./arch/x86_64/kernel/vsyscall-xen.c 2007-01-26 10:33:07.000000000 +0300 >@@ -45,7 +45,7 @@ seqlock_t __xtime_lock __section_xtime_l > ({unsigned long v; \ > extern char __vsyscall_0; \ > asm("" : "=r" (v) : "0" (x)); \ >- ((v - VSYSCALL_FIRST_PAGE) + __pa_symbol(&__vsyscall_0)); }) >+ ((v - fix_to_virt(VSYSCALL_FIRST_PAGE)) + __pa_symbol(&__vsyscall_0)); }) > > static __always_inline void timeval_normalize(struct timeval * tv) > {
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 224541
: 146668