Bug 4862 - -rt kernel compatibility for locks
Summary: -rt kernel compatibility for locks
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-28 22:10 UTC by Frank Ch. Eigler
Modified: 2009-03-06 17:27 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2007-07-28 22:10:07 UTC
The translator and the runtime likely need to switch to the raw* variants
of basic lock types, to prevent preemption or whatnot from the -rt code.
This will probably require a new runtime/autoconf-FOO based macro.

See also: http://lkml.org/lkml/2007/7/26/339
Comment 1 Frank Ch. Eigler 2009-03-06 17:27:58 UTC
Testing against the -rt git trees indicates nothing terribly wrong with what
we're doing now.