Subject: [PATCH 0/4] rtla: v5.18-rc4 fixes

Hi Steven,

Here are some v5.18-rc4 fixes for RTLA that I think are ready to be
queued.

Daniel Bristot de Oliveira (1):
rtla: Fix __set_sched_attr error message

John Kacur (2):
rtla: Don't overwrite existing directory mode
rtla: Minor grammar fix for rtla README

Wan Jiabing (1):
rtla: Avoid record NULL pointer dereference

tools/tracing/rtla/Makefile | 3 ++-
tools/tracing/rtla/README.txt | 12 +++++-------
tools/tracing/rtla/src/osnoise_hist.c | 5 +++--
tools/tracing/rtla/src/osnoise_top.c | 9 +++++----
tools/tracing/rtla/src/timerlat_hist.c | 11 ++++++-----
tools/tracing/rtla/src/timerlat_top.c | 11 ++++++-----
tools/tracing/rtla/src/utils.c | 2 +-
7 files changed, 28 insertions(+), 25 deletions(-)

--
2.32.0


Subject: [PATCH 3/4] rtla: Minor grammar fix for rtla README

From: John Kacur <[email protected]>

- Change to "The rtla meta-tool includes"
- Remove an unnecessary "But, "
- Adjust the formatting of the paragraph resulting from the changes.
- Simplify the wording for the libraries and tools.

Link: https://lore.kernel.org/r/[email protected]/

Cc: Steven Rostedt <[email protected]>
Cc: Daniel Bristot de Oliveria <[email protected]>
Fixes: 79ce8f43ac5a ("rtla: Real-Time Linux Analysis tool")
Acked-by: Daniel Bristot de Oliveira <[email protected]>
Signed-off-by: John Kacur <[email protected]>
Signed-off-by: Daniel Bristot de Oliveira <[email protected]>
---
tools/tracing/rtla/README.txt | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/tools/tracing/rtla/README.txt b/tools/tracing/rtla/README.txt
index 6c88446f7e74..0fbad2640b8c 100644
--- a/tools/tracing/rtla/README.txt
+++ b/tools/tracing/rtla/README.txt
@@ -1,15 +1,13 @@
RTLA: Real-Time Linux Analysis tools

-The rtla is a meta-tool that includes a set of commands that
-aims to analyze the real-time properties of Linux. But, instead of
-testing Linux as a black box, rtla leverages kernel tracing
-capabilities to provide precise information about the properties
-and root causes of unexpected results.
+The rtla meta-tool includes a set of commands that aims to analyze
+the real-time properties of Linux. Instead of testing Linux as a black box,
+rtla leverages kernel tracing capabilities to provide precise information
+about the properties and root causes of unexpected results.

Installing RTLA

-RTLA depends on some libraries and tools. More precisely, it depends on the
-following libraries:
+RTLA depends on the following libraries and tools:

- libtracefs
- libtraceevent
--
2.32.0