Favicon

[Bug tapsets/13672] New: on 3.3 kernels, the ioscheduler.stp tapset can't find elevator names

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

             Bug #: 13672
           Summary: on 3.3 kernels, the ioscheduler.stp tapset can't find
                    elevator names
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap <at> sourceware.org
        ReportedBy: dsmith <at> redhat.com
    Classification: Unclassified

On rawhide (3.3.0-0.rc2.git0.2.fc17.x86_64), the
buildok/ioscheduler-detailed.stp test fails:

----
# stap -vp4 src/testsuite/buildok/ioscheduler-detailed.stp 
Pass 1: parsed user script and 81 library script(s) using
200724virt/22828res/2812shr kb, in 150usr/30sys/368real ms.
semantic error: unable to find member 'elevator_name' for struct elevator_queue
(alternatives: type elevator_data kobj sysfs_lock hash registered): operator
'->' at /usr/local/share/systemtap/tapset/ioscheduler.stp:28:17
        source:         : $q->elevator->elevator_name)
                                      ^
semantic error: unable to find member 'elevator_name' for struct elevator_queue
(alternatives: type elevator_data kobj sysfs_lock hash registered): operator
'->' at :78:17
(Continue reading)

Favicon

[Bug tapsets/13672] on 3.3 kernels, the ioscheduler.stp tapset can't find elevator names

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

David Smith <dsmith at redhat dot com> changed:

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

--- Comment #1 from David Smith <dsmith at redhat dot com> 2012-02-08 18:50:27 UTC ---
This problem occurred because the 'elevator_type' field was renamed to 'type'
in 'struct elevator_queue'.  Fixed in commit 37b2459.

--

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Gmane