public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug tapsets/13672] New: on 3.3 kernels, the ioscheduler.stp tapset can't find elevator names
@ 2012-02-07 22:59 dsmith at redhat dot com
  2012-02-08 18:51 ` [Bug tapsets/13672] " dsmith at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: dsmith at redhat dot com @ 2012-02-07 22:59 UTC (permalink / raw)
  To: systemtap

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@sourceware.org
        ReportedBy: dsmith@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
        source:         : $q->elevator->elevator_name)
                                      ^
semantic error: unable to find member 'elevator_type' for struct elevator_queue
(alternatives: type elevator_data kobj sysfs_lock hash registered): operator
'->' at :150:44
        source:     elevator_name =
kernel_string($q->elevator->elevator_type->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 :115:17
        source:         : $q->elevator->elevator_name)
                                      ^
semantic error: unable to find member 'elevator_type' for struct elevator_queue
(alternatives: type elevator_data kobj sysfs_lock hash registered): operator
'->' at :195:44
        source:     elevator_name =
kernel_string($q->elevator->elevator_type->elevator_name)
                                                              ^
semantic error: unable to find member 'elevator_type' for struct elevator_queue
(alternatives: type elevator_data kobj sysfs_lock hash registered): operator
'->' at :226:44
        source:     elevator_name =
kernel_string($q->elevator->elevator_type->elevator_name)
                                                              ^
semantic error: unable to find member 'elevator_type' for struct elevator_queue
(alternatives: type elevator_data kobj sysfs_lock hash registered): operator
'->' at :257:44
        source:     elevator_name =
kernel_string($q->elevator->elevator_type->elevator_name)
                                                              ^
semantic error: unable to find member 'elevator_type' for struct elevator_queue
(alternatives: type elevator_data kobj sysfs_lock hash registered): operator
'->' at :287:44
        source:     elevator_name =
kernel_string($q->elevator->elevator_type->elevator_name)
                                                              ^
Pass 2: analyzed script: 11 probe(s), 46 function(s), 1 embed(s), 0 global(s)
using 379088virt/64424res/6972shr kb, in 21250usr/4240sys/52635real ms.
Pass 2: analysis failed.  Try again with another '--vp 01' option.
----

The 'elevator_type' member of 'struct elevator_queue' has been renamed to
'type'.

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

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

* [Bug tapsets/13672] on 3.3 kernels, the ioscheduler.stp tapset can't find elevator names
  2012-02-07 22:59 [Bug tapsets/13672] New: on 3.3 kernels, the ioscheduler.stp tapset can't find elevator names dsmith at redhat dot com
@ 2012-02-08 18:51 ` dsmith at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: dsmith at redhat dot com @ 2012-02-08 18:51 UTC (permalink / raw)
  To: systemtap

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.

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

end of thread, other threads:[~2012-02-08 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-07 22:59 [Bug tapsets/13672] New: on 3.3 kernels, the ioscheduler.stp tapset can't find elevator names dsmith at redhat dot com
2012-02-08 18:51 ` [Bug tapsets/13672] " 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).