| Message ID | 20260925082031.83588-2-jaipaul.cheernam@est.tech |
|---|---|
| State | New |
| Headers | show |
| Series | rt-tests/hwlatdetect: upgrade 2.10 -> 2.11 | expand |
diff --git a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch index a39781908ec..3e006a75b19 100644 --- a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch +++ b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch @@ -1,4 +1,4 @@ -From 7cf4cf097895bd4c3f3d3a6f783c766b3173cf1a Mon Sep 17 00:00:00 2001 +From ac0265695bc1cc70fbe06e6b0bfaf46a4c8f234d Mon Sep 17 00:00:00 2001 From: Randy Witt <randy.e.witt@intel.com> Date: Fri, 16 Oct 2020 16:54:30 -0700 Subject: [PATCH] Makefile: Allow for CC and AR to be overridden @@ -28,6 +28,3 @@ index 83d2a33..e757839 100644 OBJDIR = bld --- -2.43.0 - diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index e782d990c8a..a16e524d3fa 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc @@ -1,5 +1,5 @@ -SRCREV = "40b14a2aac9449dfb07d4f9b4bd873fc3ea62f28" -PV = "2.10" +SRCREV = "62da2befac98f811af8e56f2b7992fb09faa33d6" +PV = "2.11" PE = "1" SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https;tag=v${PV}"
Changes: Ahmed S. Darwish (28): cyclictest.8: Comment-out SPDX license tag cyclictest.8: Synopsis: Remove -U cyclictest.8: Synopsis: Remove -w/-W cyclictest.8: Synopsis: Remove -y cyclictest.8: Synopsis: Remove -h flag cyclictest.8: Standardize --verbose paragraph formatting cyclictest.8: Remove left-over comments cyclictest.8: Align source file to 75 columns cyclictest.8: Separate source sections cyclictest.8: Capitalize section headers cyclictest.8: Synopsis: Fix parameters list rendering cyclictest.8: Rework the Synopsis blurb cyclictest.8: Synopsis: Distinguish --help mode cyclictest.8: Group system-altering options cyclictest.8: Group sleep-mechanism (clock) options cyclictest.8: Group thread wakeup timing options cyclictest.8: Group SMP-related options cyclictest.8: Group memory options cyclictest.8: Group thread priority options cyclictest.8: Group tracing options cyclictest.8: Group test duration options cyclictest.8: Group output options cyclictest.8: Group x86 options cyclictest.8: System options: Deprecate --laptop cyclictest.8: Options: Expand --default-system description cyclictest.8: Options: Reference clock_getres(2) cyclictest.8: Add example invocation cyclictest.8: Reference rtla-timerlat(1) Costa Shulyupin (2): rt-tests: hwlatdetect: Add timestamp delta rt-tests: hwlatdetect: Add --time-format argument John Kacur (13): Makefile: Use relative symlinks for Python scripts cyclictest: Simplify auxiliary clock parsing rt-tests: README: Remove obsolete -n option from cyclictest examples rt-tests: Add SPDX identifiers and fix documentation issues rt-tests: Add AGENTS.md guide for AI coding assistants pi_stress: Fix inconsistent barrier wait logic to prevent deadlock pi_stress: Validate numeric command-line arguments pi_stress: Improve error message for permission failures pi_stress: Fix error and debug message formatting pi_stress: Ensure null-termination of JSON filename cyclicdeadline: Fix potential path truncation in open_cpuset() rt-tests: rt-migrate-test: Report trace_marker write errno once and stop rt-tests: Create v2.11 Lukas Beckmann (1): cyclictest: fix growing shm stat file Sebastian Andrzej Siewior (4): rt-tests: cyclicdeadline: Remove unused `alloverflows' cyclictest: Acquire a lock before invoking pthread_cond_signal() cyclictest: Make break_thread_id_lock a PI lock cyclictest: Make trigger_lock a PI lock Suneeth D (1): cyclictest: Fix BUILD failure for GCC_VER < 14 Thomas Weißschuh (Schneider Electric) (6): cyclictest: Centralize clock option parsing cyclictest: Test the return value of timer_create() cyclictest: Fix error error returns for uclibc clock_nanosleep() fallback cyclictest: Correctly print clock_nanosleep() errors cyclictest: Allow symbolic clock names cyclictest: Add support for auxiliary clocks 0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch refreshed for 2.11 Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech> --- .../0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 5 +---- meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-)