[PATCH] Fix scheduling policy problems for cyclictest
From: John Kacur <jkacur@redhat.com>
Date: 2010-03-08 01:18:30
From: John Kacur <jkacur@redhat.com>
Date: 2010-03-08 01:18:30
These patches fix some problems with the scheduling policies in cyclictest. In particular, the patches ensure that the expected defaults as specified in the manpages are correct. They also ensure that nonsense priorities such as -1 are not possible. Finally there are some clean-ups, a spelling mistake in the manpage, spacing in cyclictest. You can pull these changes from git://git.kernel.org/pub/scm/linux/kernel/git/jkacur/rt-tests.git 6214410..1263ebd rt-tests-dev -> rt-tests-dev Thanks John Kacur (4): Revert "simplify equal priority logic for cyclictest" cyclictest: Use symbolic names for scheduling policy cyclictest: Fix spelling mistake in the man page. cyclictest: Make the default scheduling policy SCHED_FIFO src/cyclictest/cyclictest.8 | 2 +- src/cyclictest/cyclictest.c | 23 +++++++---------------- 2 files changed, 8 insertions(+), 17 deletions(-)