docs, kprobes: Add riscv as supported architecture

Support of kprobes and kretprobes for riscv was introduced 3 years ago
by the following change:

commit c22b0bcb1d ("riscv: Add kprobes supported")

Add riscv to the list of supported architectures.

Signed-off-by: Ivan Orlov <ivan.orlov@codethink.co.uk>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240429155735.68781-1-ivan.orlov@codethink.co.uk
This commit is contained in:
Ivan Orlov 2024-04-29 16:57:34 +01:00 committed by Jonathan Corbet
parent da51bbcdba
commit 125db341e2
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ architectures:
- s390
- parisc
- loongarch
- riscv
Configuring Kprobes
===================