[GIT PULL v3] latency tracing: Documentation fix for previous pull request

From: Steven Rostedt
Date: Fri Mar 28 2025 - 17:19:45 EST



Linus,

It was reported that there was a documentation issue with the latency tree
just after I sent the pull request. It was fixed and I replied that there
was an update, but the original one was pulled instead. I probably should
have deleted the older tag, which would have made it obvious that there was
a never version.

Anyway, this is the commit that was suppose to be added, with a new change
log:

Documentation fix for runtime verifier

The runtime verifier documents that were created were not referenced
in the indices, which caused warning when building the documentation
tree. Those documents are now added to the rv indices.


Please pull the latest trace-latency-v6.15-3 tree, which can be found at:


git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace-latency-v6.15-3

Tag SHA1: cc878e7c98d50f2525ae669e1e5bad70478532ae
Head SHA1: 4bb5d82b66002b770f8917d68ab4fbefcb7f5f9b


Gabriele Monaco (1):
Documentation/rv: Add sched pages to the indices

----
Documentation/tools/rv/index.rst | 1 +
Documentation/trace/rv/index.rst | 1 +
2 files changed, 2 insertions(+)
---------------------------
commit 4bb5d82b66002b770f8917d68ab4fbefcb7f5f9b
Author: Gabriele Monaco <gmonaco@xxxxxxxxxx>
Date: Thu Mar 27 09:12:40 2025 +0100

Documentation/rv: Add sched pages to the indices

The pages Documentation/tools/rv/rv-mon-sched.rst and
Documentation/trace/rv/monitor_sched.rst were introduced but not
included in any index.

Add them to the respective indices.

Cc: Jonathan Corbet <corbet@xxxxxxx>
Link: https://lore.kernel.org/20250327081240.46422-1-gmonaco@xxxxxxxxxx
Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Fixes: 03abeaa63c08 ("Documentation/rv: Add docs for the sched monitors")
Signed-off-by: Gabriele Monaco <gmonaco@xxxxxxxxxx>
Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>

diff --git a/Documentation/tools/rv/index.rst b/Documentation/tools/rv/index.rst
index 8fd16d91d639..64ba2efe2e85 100644
--- a/Documentation/tools/rv/index.rst
+++ b/Documentation/tools/rv/index.rst
@@ -15,6 +15,7 @@ Runtime verification (rv) tool
rv-mon
rv-mon-wip
rv-mon-wwnr
+ rv-mon-sched

.. only:: subproject and html

diff --git a/Documentation/trace/rv/index.rst b/Documentation/trace/rv/index.rst
index 15fa966102c0..e80e0057feb4 100644
--- a/Documentation/trace/rv/index.rst
+++ b/Documentation/trace/rv/index.rst
@@ -12,3 +12,4 @@ Runtime Verification
da_monitor_instrumentation.rst
monitor_wip.rst
monitor_wwnr.rst
+ monitor_sched.rst