This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug tapsets/15198] syscall.sigaltstack / nd_syscall.sigaltstack broken on rawhide
- From: "dsmith at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 28 May 2013 16:26:35 +0000
- Subject: [Bug tapsets/15198] syscall.sigaltstack / nd_syscall.sigaltstack broken on rawhide
- Auto-submitted: auto-generated
- References: <bug-15198-6586 at http dot sourceware dot org/bugzilla/>
http://sourceware.org/bugzilla/show_bug.cgi?id=15198
David Smith <dsmith at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #2 from David Smith <dsmith at redhat dot com> ---
Commit 0922829 fixed syscall.sigaltstack/nd_syscall.sigaltstack on rawhide.
However, all architectures were then changed to use the generic sigaltstack
function and the CONFIG variable used in that commit was removed in the
following kernel commit:
====
commit d64008a8f30e0b381b292788ec6f3ee509b3bb40
Author: Al Viro <viro@zeniv.linux.org.uk>
Date: Sun Nov 25 23:12:10 2012 -0500
burying unused conditionals
__ARCH_WANT_SYS_RT_SIGACTION,
__ARCH_WANT_SYS_RT_SIGSUSPEND,
__ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND,
__ARCH_WANT_COMPAT_SYS_SCHED_RR_GET_INTERVAL - not used anymore
CONFIG_GENERIC_{SIGALTSTACK,COMPAT_RT_SIG{ACTION,QUEUEINFO,PENDING,PROCMASK}} -
can be assumed always set.
====
The tapsets need to be updated to handle this change.
--
You are receiving this mail because:
You are the assignee for the bug.