diff options
author | Daniel Bristot de Oliveira <[email protected]> | 2022-08-23 17:33:16 +0200 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2022-09-06 22:15:32 -0400 |
commit | fa4b9df00af4a749d4d715d7e11562121b7885ac (patch) | |
tree | 39d457bdfdb5626ae36d8d27410034d1f0ade20c | |
parent | baf2c002402702accc30dcc8f19199f303638306 (diff) |
MAINTAINERS: Add Runtime Verification (RV) entry
Add a Runtime Verification (RV) entry in the MAINTAINERS file
with Steven Rostedt and myself as maintainers.
Link: https://lkml.kernel.org/r/b24c13553b6947a8da16d884ca464e4233eb8fb7.1661268579.git.bristot@kernel.org
Cc: Joe Perches <[email protected]>
Signed-off-by: Daniel Bristot de Oliveira <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d30f26e07cd3..b89b70af0b07 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17735,6 +17735,17 @@ L: [email protected] S: Maintained F: drivers/infiniband/ulp/rtrs/ +RUNTIME VERIFICATION (RV) +M: Daniel Bristot de Oliveira <[email protected]> +M: Steven Rostedt <[email protected]> +S: Maintained +F: Documentation/trace/rv/ +F: include/linux/rv.h +F: include/rv/ +F: kernel/trace/rv/ +F: tools/verification/ + RXRPC SOCKETS (AF_RXRPC) M: David Howells <[email protected]> M: Marc Dionne <[email protected]> |