[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241128215059.40116-1-jkacur@redhat.com>
Date: Thu, 28 Nov 2024 16:50:59 -0500
From: John Kacur <jkacur@...hat.com>
To: RT <linux-rt-users@...r.kernel.org>
Cc: lkml <linux-kernel@...r.kernel.org>,
Clark Williams <williams@...hat.com>,
Marcelo Tosatti <mtosatti@...hat.com>,
Tomas Glozar <tglozar@...hat.com>,
Tan En De <ende.tan@...rfivetech.com>,
"John B . Wyatt IV" <jwyatt@...hat.com>,
Anubhav Shelat <sanubhav1000@...il.com>,
Eder Zulian <ezulian@...hat.com>,
John Kacur <jkacur@...hat.com>
Subject: [ANNOUNCE] rt-tests-2.8
We are pleased to announce rt-tests-2.8
To fetch:
Clone one of the following
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.8
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
Thank to everyone who contributed.
patches, bug-reports are always welcome.
John Kacur
Anubhav Shelat (2):
rt-tests: hackbench: removed extra use of optind
rt-tests: hackbench: properly recognize when integer arguments are
negative
Eder Zulian (1):
cyclictest: Fix help text for '-a' option
John B. Wyatt IV (2):
rt-tests: pi_stress: Move unlock into if block with matching lock
rt-tests: Add console_commands.json to gitignore
John Kacur (3):
rt-tests: cyclictest: Reformat help for 80 char screen
rt-tests: pi_stress: Refactor pi_stress creating a header file
rt-tests: Change to version v2.8
Tan En De (2):
rt-tests: queuelat: Fix wraparound in __clock_gettime()
rt-tests: determine_maximum_mpps.sh: Get frequency from
timebase-frequency if cpuinfo fails
Tomas Glozar (3):
rt-tests: Detect libcpupower presence
rt-tests: cyclictest: Support idle state disabling via libcpupower
rt-tests: cyclictest: Add --deepest-idle-state to manpage
.gitignore | 1 +
Makefile | 17 +-
feature/Makefile | 12 +
feature/test-feature.mak | 5 +
feature/test-libcpupower.c | 8 +
src/cyclictest/cyclictest.8 | 3 +
src/cyclictest/cyclictest.c | 219 +++++++++++++++++-
src/hackbench/hackbench.c | 12 +-
src/include/pi_stress.h | 133 +++++++++++
src/pi_tests/pi_stress.c | 298 ++++++++-----------------
src/queuelat/determine_maximum_mpps.sh | 10 +-
src/queuelat/queuelat.c | 3 +-
12 files changed, 501 insertions(+), 220 deletions(-)
create mode 100644 feature/Makefile
create mode 100644 feature/test-feature.mak
create mode 100644 feature/test-libcpupower.c
create mode 100644 src/include/pi_stress.h
--
2.47.0
Powered by blists - more mailing lists