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]

Re: RT Patch set, SystemTap, tcp test fails


Dave Sperry <dave_sperry@ieee.nospam.dot.org> writes:

> Hi I'm trying to get systemtap to work with Ingo Molnar's RT patch set
> and have run into a few problems. My test setup is a dual Xeon IBM
> intellistation with fc6 and 2.6.18-rt7 #1 SMP PREEMPT.
> [...]
> The the tcp test fails because the symbol HRTIMER_REL cannot be found.
> detail for the tcp tests is.

According to mingo's patch set, HRTIMER_REL and HRTIMER_ABS were
simply renamed to HRTIMER_MODE_REL and HRTIMER_MODE_ABS.  Since these
are enums instead of macros, a little #ifndef/#define hack would not
work.  Unless the RT patches identify themselves at compile time, it
may be tricky to generate code that works with both base and patched
kernel.

- FChE


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