Commit 125db341 authored by Ivan Orlov's avatar Ivan Orlov Committed by Jonathan Corbet
Browse files

docs, kprobes: Add riscv as supported architecture



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

commit c22b0bcb ("riscv: Add kprobes supported")

Add riscv to the list of supported architectures.

Signed-off-by: default avatarIvan Orlov <ivan.orlov@codethink.co.uk>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240429155735.68781-1-ivan.orlov@codethink.co.uk
parent da51bbcd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -322,6 +322,7 @@ architectures:
- s390
- parisc
- loongarch
- riscv

Configuring Kprobes
===================