diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-03-31 09:56:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-03-31 09:56:08 -0700 |
commit | 609706855d90bcab6080ba2cd030b9af322a1f0c (patch) | |
tree | 14f3e806f0bda5c07347e71706993b88f30c8902 /Documentation | |
parent | 802f0d58d52e8e34e08718479475ccdff0caffa0 (diff) | |
parent | 4bb5d82b66002b770f8917d68ab4fbefcb7f5f9b (diff) |
Merge tag 'trace-latency-v6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull tracing documentation fix from Steven Rostedt:
"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"
* tag 'trace-latency-v6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
Documentation/rv: Add sched pages to the indices
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/tools/rv/index.rst | 1 | ||||
-rw-r--r-- | Documentation/trace/rv/index.rst | 1 |
2 files changed, 2 insertions, 0 deletions
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 |