This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/3899] systemtap.base/kmodule test fails on kernels without ext3 module


------- Additional Comments From mmlnx at us dot ibm dot com  2007-01-21 02:18 -------
In kmodule.stp, changed the following line:

probe module("ext3").function("ext3_sync_file")

to:

probe module("ext3").function("ext3_sync_file") ?,
      module("sd_mod").function("sd_rw_intr") ? ,
      module("ide").function("ide_intr") ?


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


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]