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 700497 Details for
Bug 905337
Fedora18:Alpha: Some SystemTap tests are failing
[?]
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]
powerpc/aux_syscalls.stp: Define old/deprecated PPC_PTRACE_GET/SET[FP]REGS.
0001-powerpc-aux_syscalls.stp-Define-old-deprecated-PPC_P.patch (text/plain), 1.12 KB, created by
Mark Wielaard
on 2013-02-21 13:09:02 UTC
(
hide
)
Description:
powerpc/aux_syscalls.stp: Define old/deprecated PPC_PTRACE_GET/SET[FP]REGS.
Filename:
MIME Type:
Creator:
Mark Wielaard
Created:
2013-02-21 13:09:02 UTC
Size:
1.12 KB
patch
obsolete
>From 1d4658a277770e01cdd22c29e571d220374e829a Mon Sep 17 00:00:00 2001 >From: Mark Wielaard <mjw@redhat.com> >Date: Thu, 21 Feb 2013 14:05:22 +0100 >Subject: [PATCH] powerpc/aux_syscalls.stp: Define old/deprecated > PPC_PTRACE_GET/SET[FP]REGS. > >kernel commit v3.4-rc5-40-gec34a68 removed them. > >Signed-off-by: Mark Wielaard <mjw@redhat.com> >--- > tapset/linux/powerpc/aux_syscalls.stp | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > >diff --git a/tapset/linux/powerpc/aux_syscalls.stp b/tapset/linux/powerpc/aux_syscalls.stp >index 86ac55f..110f9e6 100644 >--- a/tapset/linux/powerpc/aux_syscalls.stp >+++ b/tapset/linux/powerpc/aux_syscalls.stp >@@ -49,6 +49,20 @@ > #ifndef PTRACE_SINGLEBLOCK > # define PTRACE_SINGLEBLOCK 0x100 > #endif >+ >+/* (old) PTRACE requests with inverted arguments */ >+#ifndef PPC_PTRACE_GETREGS >+#define PPC_PTRACE_GETREGS 0x99 >+#endif >+#ifndef PPC_PTRACE_SETREGS >+#define PPC_PTRACE_SETREGS 0x98 >+#endif >+#ifndef PPC_PTRACE_GETFPREGS >+#define PPC_PTRACE_GETFPREGS 0x97 >+#endif >+#ifndef PPC_PTRACE_SETFPREGS >+#define PPC_PTRACE_SETFPREGS 0x96 >+#endif > %} > function _arch_ptrace_argstr(request, pid, addr, data) > { >-- >1.8.1.2 >
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 905337
:
689647
|
689648
|
700367
| 700497