Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1429750
| From | John Kacur <jkacur@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] rt-tests: sched_deadline tests |
| Date | 2016-06-23 14:20 +0200 |
| Message-ID | <rNbLX-1pt-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/3] rt-tests: sched_deadline tests John Kacur <jkacur@redhat.com> - 2016-06-23 14:20 +0200
csiph-web