|
|
Subscribe / Log in / New account

rt-tests-2.1

From:  John Kacur <jkacur-AT-redhat.com>
To:  RT <linux-rt-users-AT-vger.kernel.org>, lkml <linux-kernel-AT-vger.kernel.org>
Subject:  [ANNOUNCE] rt-tests-2.1
Date:  Tue, 29 Jun 2021 23:23:30 -0400
Message-ID:  <20210630032330.17973-1-jkacur@redhat.com>
Cc:  Clark Williams <williams-AT-redhat.com>, Daniel Wagner <dwagner-AT-suse.de>, Mike Galbraith <efault-AT-gmx.de>, Kurt Kanzenbach <kurt-AT-linutronix.de>, John Kacur <jkacur-AT-redhat.com>
Archive-link:  Article

This release just contains the fix for the problem reported and
investigated by Mike Galbraith. Thanks Mike

The solution was to move the get_timestamp() call to the ramp up phase
before the actual benchmark starts.

Bug reports, testing, patches are always appreciated.

Enjoy!

Clone
git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
https://kernel.googlesource.com/pub/scm/utils/rt-tests/rt...

Branch: main

Tag: v2.1

Tarballs are available here:
https://kernel.org/pub/linux/utils/rt-tests

Older version tarballs are available here:
https://kernel.org/pub/linux/utils/rt-tests/older

Daniel Wagner (2):
  rt-utils: Call get_timestmap() in rt_init()
  rt-utils: Remove empty rt_test_start()

John Kacur (1):
  rt-tests: Change VERSION to 2.1


 Makefile                              |  2 +-
 src/cyclictest/cyclictest.c           |  1 -
 src/include/rt-utils.h                |  2 --
 src/lib/rt-utils.c                    | 29 ++++++++++++---------------
 src/oslat/oslat.c                     |  1 -
 src/pi_tests/pi_stress.c              |  1 -
 src/pmqtest/pmqtest.c                 |  1 -
 src/ptsematest/ptsematest.c           |  1 -
 src/rt-migrate-test/rt-migrate-test.c |  1 -
 src/sched_deadline/cyclicdeadline.c   |  1 -
 src/signaltest/signaltest.c           |  1 -
 src/sigwaittest/sigwaittest.c         |  1 -
 src/ssdd/ssdd.c                       |  1 -
 src/svsematest/svsematest.c           |  1 -
 14 files changed, 14 insertions(+), 30 deletions(-)

-- 
2.31.1



Copyright © 2021, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds