public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug tapsets/5231] New: Setting correct argument for bio_endio in ioblock.stp
@ 2007-10-29 12:01 srinivasa at in dot ibm dot com
  2007-10-29 12:05 ` [Bug tapsets/5231] " srinivasa at in dot ibm dot com
  2007-10-29 12:06 ` srinivasa at in dot ibm dot com
  0 siblings, 2 replies; 3+ messages in thread
From: srinivasa at in dot ibm dot com @ 2007-10-29 12:01 UTC (permalink / raw)
  To: systemtap

My environment is 2.6.24-rc1(ppc64) and systemtap-20071027 snapshot.

Wrong argument list for bio_endio() is causing ioblock_test.stp to fail. 
==============================
Running
/home/systemtap/tmp/stap_testing_200710290833/src/testsuite/buildok/ioblock_test.stp
starting
/home/systemtap/tmp/stap_testing_200710290833/src/testsuite/buildok/ioblock_test.stp
spawn1 stap -p4
/home/systemtap/tmp/stap_testing_200710290833/src/testsuite/buildok/ioblock_test.stp
semantic error: unable to find local 'bytes_done' near pc 0xc0000000001227f0
(alternatives: bio error): identifier '$bytes_done' at
/home/systemtap/tmp/stap_testing_200710290833/install/share/systemtap/tapset/ioblock.stp:170:22^M
semantic error: unable to find local 'bytes_done' near pc 0xc0000000001227f0
(alternatives: bio error): identifier '$bytes_done' at
/home/systemtap/tmp/stap_testing_200710290833/install/share/systemtap/tapset/ioblock.stp:170:22^M
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.^M

Pass 2: analysis failed.  Try again with more '-v' (verbose) options.^M
wait results: 17211 exp17 0 1
FAIL: buildok/ioblock_test.stp
======================================

-- 
           Summary: Setting correct argument for bio_endio in ioblock.stp
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: srinivasa at in dot ibm dot com


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

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

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

* [Bug tapsets/5231] Setting correct argument for bio_endio in ioblock.stp
  2007-10-29 12:01 [Bug tapsets/5231] New: Setting correct argument for bio_endio in ioblock.stp srinivasa at in dot ibm dot com
@ 2007-10-29 12:05 ` srinivasa at in dot ibm dot com
  2007-10-29 12:06 ` srinivasa at in dot ibm dot com
  1 sibling, 0 replies; 3+ messages in thread
From: srinivasa at in dot ibm dot com @ 2007-10-29 12:05 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From srinivasa at in dot ibm dot com  2007-10-29 12:04 -------
Created an attachment (id=2066)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2066&action=view)
ioblock.stp

In 2.6.23-rc7
============================
void bio_endio(struct bio *bio, unsigned int bytes_done, int error)
{
	if (error)
		clear_bit(BIO_UPTODATE, &bio->bi_flags);

=========================

In 2.6.24-rc1
=========================
void bio_endio(struct bio *bio, int error)
{
	if (error)
		clear_bit(BIO_UPTODATE, &bio->bi_flags);
================================

-- 


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

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

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

* [Bug tapsets/5231] Setting correct argument for bio_endio in ioblock.stp
  2007-10-29 12:01 [Bug tapsets/5231] New: Setting correct argument for bio_endio in ioblock.stp srinivasa at in dot ibm dot com
  2007-10-29 12:05 ` [Bug tapsets/5231] " srinivasa at in dot ibm dot com
@ 2007-10-29 12:06 ` srinivasa at in dot ibm dot com
  1 sibling, 0 replies; 3+ messages in thread
From: srinivasa at in dot ibm dot com @ 2007-10-29 12:06 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |srinivasa at in dot ibm dot
                   |redhat dot com              |com
             Status|NEW                         |ASSIGNED


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

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

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

end of thread, other threads:[~2007-10-29 12:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-29 12:01 [Bug tapsets/5231] New: Setting correct argument for bio_endio in ioblock.stp srinivasa at in dot ibm dot com
2007-10-29 12:05 ` [Bug tapsets/5231] " srinivasa at in dot ibm dot com
2007-10-29 12:06 ` srinivasa at in dot ibm 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).