[GIT PULL] RTLA fixes for v7.1-rc7
From: Tomas Glozar
Date: Thu Jun 04 2026 - 09:42:18 EST
Steven,
The following changes since commit e43ffb69e0438cddd72aaa30898b4dc446f664f8:
Linux 7.1-rc6 (2026-05-31 15:14:24 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tglozar/linux.git tags/rtla-fixes-v7.1-rc7
for you to fetch changes up to e9e41d3035032ed6053d8bad7b7077e1cb3a6540:
rtla: Fix parsing of multi-character short options (2026-06-04 10:53:25 +0200)
----------------------------------------------------------------
RTLA fixes for v7.1-rc7
- Fix multi-character short option parsing
Fix regression in parsing of multiple-character short options (e.g.
-p100 /= -p 100/, -un /= -u -n/) caused by getopt_long() internal state
corruption after a refactoring.
Build, runtime tests, unit tests pass. Extended runtime tests from next
also pass, except for timerlat hist --dump-tasks (expected).
Signed-off-by: Tomas Glozar <tglozar@xxxxxxxxxx>
----------------------------------------------------------------
Tomas Glozar (1):
rtla: Fix parsing of multi-character short options
tools/tracing/rtla/src/common.c | 28 +++++-----------------------
tools/tracing/rtla/src/common.h | 12 +++++++++++-
tools/tracing/rtla/src/osnoise_hist.c | 7 ++++---
tools/tracing/rtla/src/osnoise_top.c | 7 ++++---
tools/tracing/rtla/src/timerlat_hist.c | 7 ++++---
tools/tracing/rtla/src/timerlat_top.c | 7 ++++---
6 files changed, 32 insertions(+), 36 deletions(-)