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 runtime/6923] New: STAPCONF_ONEACHCPU_RETRY test broken?


This has been failing for me for weeks; I keep hacking runtime/time.c to work
around it.  I think the problem is with runtime/autoconf-oneachcpu-retry.c.

When I get new SystemTap bits and run them on a 2.6.24 kernel (where
on_each_cpu() takes 4 args), the build of the stap-generated module fails due to
on_each_cpu() getting passed the wrong number of args.  Apparently,
STAPCONF_ONEACHCPU_RETRY is not getting defined in the build.

I think the problem is that the compile of autoconf-oneachcpu-retry.c always
fails, independently of how many args you pass to on_each_cpu().  On 2.6.24, at
least, you need to add #includes of <linux/stddef.h> and <linux/irqflags.h>, and
you need to pass an actual function as the first arg to on_each_cpu().

Watch this space for a proposed fix.

-- 
           Summary: STAPCONF_ONEACHCPU_RETRY test broken?
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: jkenisto at us dot ibm dot com


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

------- 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]