lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250328172030.286d5a47@gandalf.local.home>
Date: Fri, 28 Mar 2025 17:20:30 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Gabriele Monaco
 <gmonaco@...hat.com>, Jonathan Corbet <corbet@....net>, Stephen Rothwell
 <sfr@...b.auug.org.au>
Subject: [GIT PULL v3] latency tracing: Documentation fix for previous pull
 request


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@...hat.com>
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@....net>
    Link: https://lore.kernel.org/20250327081240.46422-1-gmonaco@redhat.com
    Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
    Fixes: 03abeaa63c08 ("Documentation/rv: Add docs for the sched monitors")
    Signed-off-by: Gabriele Monaco <gmonaco@...hat.com>
    Signed-off-by: Steven Rostedt (Google) <rostedt@...dmis.org>

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ