User:Clark
From RTwiki
(Difference between revisions)
(A collectoin of tests and utilities for working with the -rt patches) |
m (→Clark's Miscellaneous Realtime Crap) |
||
Line 1: | Line 1: | ||
== Clark's Miscellaneous Realtime Crap == | == Clark's Miscellaneous Realtime Crap == | ||
− | This is | + | This is some stuff I've written while working with Ingo's realtime kernel patches. |
[http://people.redhat.com/williams/rtpatch/rtpatch Patch Manager] | [http://people.redhat.com/williams/rtpatch/rtpatch Patch Manager] |
Revision as of 19:39, 25 September 2006
Clark's Miscellaneous Realtime Crap
This is some stuff I've written while working with Ingo's realtime kernel patches.
Patch Manager This is a python script I wrote to track, fetch and apply Ingo's -rt patches to a git kernel tree
PI Mutext Test This is a program that tests the classic three-way Priority Inversion deadlock and shows that Priority Inheritance mutexes will avoid this deadlock.