Mailing List Archive

[PATCH] Documentation: dev-tools: Add link to RV docs
I could not remember the name of this system and it's pretty hard to
find without the right keywords. I had to ask an LLM!

Drop a breadcrumb to help people find it in the future.

Signed-off-by: Brendan Jackman <jackmanb@google.com>
---
Documentation/dev-tools/testing-overview.rst | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/dev-tools/testing-overview.rst b/Documentation/dev-tools/testing-overview.rst
index 0aaf6ea53608f..1619e5e5cc9c4 100644
--- a/Documentation/dev-tools/testing-overview.rst
+++ b/Documentation/dev-tools/testing-overview.rst
@@ -104,6 +104,8 @@ Some of these tools are listed below:
KASAN and can be used in production. See Documentation/dev-tools/kfence.rst
* lockdep is a locking correctness validator. See
Documentation/locking/lockdep-design.rst
+* Runtime Verification (RV) supports checking specific behaviours for a given
+ subsystem. See Documentation/trace/rv/runtime-verification.rst
* There are several other pieces of debug instrumentation in the kernel, many
of which can be found in lib/Kconfig.debug

--
2.44.0.396.g6e790dbe36-goog
Re: [PATCH] Documentation: dev-tools: Add link to RV docs [ In reply to ]
On 3/28/24 13:49, Brendan Jackman wrote:
> I could not remember the name of this system and it's pretty hard to
> find without the right keywords. I had to ask an LLM!
>
> Drop a breadcrumb to help people find it in the future.
>
> Signed-off-by: Brendan Jackman <jackmanb@google.com>

Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>

Thanks!
-- Daniel