Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 911021 Details for
Bug 1110968
dbus does not run on i686 Rawhide with 3.16 kernel
Home
New
Search
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.rh90 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]
Likely fix
0001-x86_32-Fix-vdso-rt_sigreturn.patch (text/plain), 1.05 KB, created by
Andy Lutomirski
on 2014-06-21 14:26:18 UTC
(
hide
)
Description:
Likely fix
Filename:
MIME Type:
Creator:
Andy Lutomirski
Created:
2014-06-21 14:26:18 UTC
Size:
1.05 KB
patch
obsolete
>From 652f2526097f34bbd464a8201914fd3b55258f0e Mon Sep 17 00:00:00 2001 >Message-Id: <652f2526097f34bbd464a8201914fd3b55258f0e.1403360686.git.luto@amacapital.net> >From: Andy Lutomirski <luto@amacapital.net> >Date: Sat, 21 Jun 2014 07:20:58 -0700 >Subject: [PATCH] x86_32: Fix vdso rt_sigreturn > >This is an embarrassing typo that seems to prevent dbus from starting >on 32-bit systems. > >Signed-off-by: Andy Lutomirski <luto@amacapital.net> >--- > arch/x86/kernel/signal.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c >index a0da58d..2851d63 100644 >--- a/arch/x86/kernel/signal.c >+++ b/arch/x86/kernel/signal.c >@@ -363,7 +363,7 @@ static int __setup_rt_frame(int sig, struct ksignal *ksig, > > /* Set up to return from userspace. */ > restorer = current->mm->context.vdso + >- selected_vdso32->sym___kernel_sigreturn; >+ selected_vdso32->sym___kernel_rt_sigreturn; > if (ksig->ka.sa.sa_flags & SA_RESTORER) > restorer = ksig->ka.sa.sa_restorer; > put_user_ex(restorer, &frame->pretcode); >-- >1.9.3 >
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 1110968
: 911021