Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1429750 > unrolled thread
| Started by | John Kacur <jkacur@redhat.com> |
|---|---|
| First post | 2016-06-23 14:20 +0200 |
| Last post | 2016-06-23 14:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/3] rt-tests: sched_deadline tests John Kacur <jkacur@redhat.com> - 2016-06-23 14:20 +0200
| From | John Kacur <jkacur@redhat.com> |
|---|---|
| Date | 2016-06-23 14:20 +0200 |
| Subject | [PATCH 0/3] rt-tests: sched_deadline tests |
| Message-ID | <rNbLX-1pt-7@gated-at.bofh.it> |
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
Back to top | Article view | linux.kernel
csiph-web