From 00019d8e9b3d1371b0fa08576f064239f6ea3928 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Thu, 19 Jun 2025 12:53:10 -0400 Subject: [PATCH] Make timerlat the default measurement module Make the default interval 100us Resolves: RHEL-97540 Signed-off-by: John Kacur --- rteval.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rteval.spec b/rteval.spec index 1515c5a..b9d063b 100644 --- a/rteval.spec +++ b/rteval.spec @@ -1,6 +1,6 @@ Name: rteval Version: 3.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -37,6 +37,7 @@ Patch1: rteval-Fix-missing-statistics-for-system-with-timerl.patch Patch2: rteval-Change-the-default-interval-for-timerlat-to-1100us.patch Patch3: rteval-Change-default-measurement-module-to-cyclictest.patch Patch4: rteval-services.py-Fix-SyntaxWarning.patch +Patch5: rteval-Make-timerlat-the-default-for-rteval.patch %description The rteval script is a utility for measuring various aspects of @@ -70,6 +71,11 @@ to the screen. %{_bindir}/rteval %changelog +* Thu Jun 19 2025 John Kacur - 3.9-5 +- Make timerlat the default measurement module +- Make the default interval 100us +Resolves: RHEL-97540 + * Wed Jun 18 2025 John Kacur - 3.9-4 - Fix syntax warning when using python >=3.12 Resolves: RHEL-97825