public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug testsuite/4472] sytemtap.syscall failures on ppc64.
       [not found] <20070508113924.4472.srinivasa@in.ibm.com>
@ 2007-05-09 16:39 ` hunt at redhat dot com
  2008-04-30 17:27 ` fche at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: hunt at redhat dot com @ 2007-05-09 16:39 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From hunt at redhat dot com  2007-05-09 17:39 -------
For #2, in tapset/syscalls.stp there is the following

probe syscall.readv = 
		kernel.function("sys_readv"),
		kernel.function("compat_sys_readv") ?
{
	name = "readv"
	vector_uaddr = $vec
	count = $vlen
/* FIXME: RHEL4 U3 ppc64 can't resolve $fd */
%( arch != "ppc64" %?
	fd = $fd
	argstr = sprintf("%d, %p, %d", $fd, $vec, $vlen)
%:
	argstr = sprintf("unknown fd, %p, %d", $vec, $vlen)
%)
}

Can someone tell me if this is still true and if it is, for what kernels?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |hunt at redhat dot com
                   |redhat dot com              |
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=4472

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/4472] sytemtap.syscall failures on ppc64.
       [not found] <20070508113924.4472.srinivasa@in.ibm.com>
  2007-05-09 16:39 ` [Bug testsuite/4472] sytemtap.syscall failures on ppc64 hunt at redhat dot com
@ 2008-04-30 17:27 ` fche at redhat dot com
  2010-01-13 20:58 ` dsmith at redhat dot com
  2010-01-13 20:58 ` dsmith at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: fche at redhat dot com @ 2008-04-30 17:27 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|hunt at redhat dot com      |systemtap at sources dot
                   |                            |redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4472

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/4472] sytemtap.syscall failures on ppc64.
       [not found] <20070508113924.4472.srinivasa@in.ibm.com>
                   ` (2 preceding siblings ...)
  2010-01-13 20:58 ` dsmith at redhat dot com
@ 2010-01-13 20:58 ` dsmith at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: dsmith at redhat dot com @ 2010-01-13 20:58 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From dsmith at redhat dot com  2010-01-13 20:58 -------
On ppc64 (kernel 2.6.18-164.el5), with current systemtap (after the bug #11167
fix), I'm only seeing 1 syscall testsuite failure on ppc64.

====
Running /root/src/testsuite/systemtap.syscall/syscall.exp ...
FAIL: 64-bit signal

		=== systemtap Summary ===

# of expected passes		57
# of unexpected failures	1
# of unsupported tests		2
====

As mentioned in bug #4425, the lone failure in the 64-bit signal test is due to
the kernel not implementing the sigaction and sigprocmask calls for 64-bit
executables.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4472

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/4472] sytemtap.syscall failures on ppc64.
       [not found] <20070508113924.4472.srinivasa@in.ibm.com>
  2007-05-09 16:39 ` [Bug testsuite/4472] sytemtap.syscall failures on ppc64 hunt at redhat dot com
  2008-04-30 17:27 ` fche at redhat dot com
@ 2010-01-13 20:58 ` dsmith at redhat dot com
  2010-01-13 20:58 ` dsmith at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: dsmith at redhat dot com @ 2010-01-13 20:58 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsmith at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4472

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-13 20:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20070508113924.4472.srinivasa@in.ibm.com>
2007-05-09 16:39 ` [Bug testsuite/4472] sytemtap.syscall failures on ppc64 hunt at redhat dot com
2008-04-30 17:27 ` fche at redhat dot com
2010-01-13 20:58 ` dsmith at redhat dot com
2010-01-13 20:58 ` dsmith at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).