From d1a3f3e2a6a74ba9b7ad5554648faebaf1b73c9f Mon Sep 17 00:00:00 2001 From: Jim Somerville Date: Mon, 21 Jan 2013 11:13:31 -0500 Subject: rt-tests: fix cyclictest reported 1 sec latencies [ CQID: WIND00391769 ] Huge latencies reported close to 1 second when certain options are used in cyclictest. Extend the original commit to remove the 1 second hardcoded timer values from the RELTIME and ITIMER options. Use the the actual interval instead. Signed-off-by: Jim Somerville Signed-off-by: Robert Yang Signed-off-by: Mark Hatle Signed-off-by: Saul Wold --- meta/recipes-rt/rt-tests/rt-tests.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-rt/rt-tests/rt-tests.inc') diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 513ddaf068..3ae7602d7b 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc @@ -7,9 +7,10 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \ file://0002-rt-tests-Break-out-install_hwlatdetect.patch \ file://added-missing-dependencies.patch \ + file://cyclictest-finish-removal-of-1-second-first-loops.patch \ " -INC_PR = "r1" +INC_PR = "r2" S = "${WORKDIR}/git" -- cgit 1.2.3-korg