All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] rt-tests-2.2
@ 2021-08-31  2:27 John Kacur
  2021-08-31  7:25 ` Daniel Wagner
  0 siblings, 1 reply; 2+ messages in thread
From: John Kacur @ 2021-08-31  2:27 UTC (permalink / raw)
  To: RT; +Cc: Clark Williams, Daniel Wagner, John Kacur

I'm pleased to announce rt-tests-2.2

v2.2 mostly contains some small fixes.

There is also Daniel Wagner's change to use sched_getaffinity to help with static compiling for the LAVA project.

I made a few changes in the deadline tests (sched_deadline and
deadline_test) to accomodate the new location of the HRTICK file and to
use the HRTICK_DL feature if available, based on some changes in stalld

Finally there is a patch from Nicolas Saenz Julienne for oslat to ensure
that CPUS are out of idle and running at max frequency before starting
test measurements of latencies.

Bug reports and patches are always welcome.

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-tests.git

Branch: main

Tag: v2.2

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 (3):
  signaltest: Fix printf format specifier
  cyclicdeadline: Fix buffer allocation
  rt-numa: Use sched_getaffinity() instead of pthread_getaffinity_np()

John Kacur (10):
  sched_deadline: Accommodate new location of HRTICK file in kernel
  sched_deadline: Use HRTICK_DL for sched_deadline tests
  rt-tests: deadline_test: Move va_start forward
  rt-tests: deadline_test: Remove deadcode
  rt-tests: ptsematest: Remove deadcode
  rt-tests: pi_stress: Don't call free on alloca
  rt-tests: pip_stress: Add missing paramater in error message
  rt-tests: pi_stress: Add missing parameter and fix types
  rt-tests: deadline_test: Exit with message if threads less than 1
  rt-tests: Change VERSION to 2.2

Nicolas Saenz Julienne (2):
  oslat: Remove redundant include
  oslat: Don't take trace_threshold into account during preheat

 Makefile                            |   2 +-
 src/lib/rt-numa.c                   |   6 +-
 src/oslat/oslat.c                   |  12 ++--
 src/pi_tests/pi_stress.c            |  12 ++--
 src/pi_tests/pip_stress.c           |   2 +-
 src/ptsematest/ptsematest.c         |   6 --
 src/sched_deadline/cyclicdeadline.c |  94 +++++++++++++++++++------
 src/sched_deadline/deadline_test.c  | 102 +++++++++++++++++++++-------
 src/signaltest/signaltest.c         |   6 +-
 9 files changed, 171 insertions(+), 71 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ANNOUNCE] rt-tests-2.2
  2021-08-31  2:27 [ANNOUNCE] rt-tests-2.2 John Kacur
@ 2021-08-31  7:25 ` Daniel Wagner
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Wagner @ 2021-08-31  7:25 UTC (permalink / raw)
  To: John Kacur; +Cc: RT, Clark Williams, Daniel Wagner

Hi John,

On Mon, Aug 30, 2021 at 10:27:47PM -0400, John Kacur wrote:
> I'm pleased to announce rt-tests-2.2

Thanks John! Hopefully this is has all necessary changes/fixes to
continue on my LAVA efforts.

Cheers,
Daniel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-31  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31  2:27 [ANNOUNCE] rt-tests-2.2 John Kacur
2021-08-31  7:25 ` Daniel Wagner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.