First of all, I have renamed the unstable v2.0 branch to v1.1, to make our numbering scheme more closely match other Linux projects. Then I have added two programs written by Steven Rostedt for testing SCHED_DEADLINE This is our first change that is to the unstable branch only. Thanks John Kacur John Kacur (3): rt-tests: Makefile, change version to 1.1 rt-tests: Add cyclicdeadline and deadline_test rt-tests: Add cyclicdeadline and deadline_test to the Make system .gitignore | 2 + Makefile | 13 +- src/sched_deadline/cyclicdeadline.c | 1269 +++++++++++++++++++++ src/sched_deadline/deadline_test.c | 2099 +++++++++++++++++++++++++++++++++++ 4 files changed, 3381 insertions(+), 2 deletions(-) create mode 100644 src/sched_deadline/cyclicdeadline.c create mode 100644 src/sched_deadline/deadline_test.c -- 2.4.11 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html