docs, kprobes: Add riscv as supported architecture
authorIvan Orlov <ivan.orlov@codethink.co.uk>
Mon, 29 Apr 2024 15:57:34 +0000 (16:57 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 2 May 2024 16:05:25 +0000 (10:05 -0600)
Support of kprobes and kretprobes for riscv was introduced 3 years ago
by the following change:

commit c22b0bcb1dd0 ("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
Documentation/trace/kprobes.rst

index e1636e579c9ccdfec96545a25502a6ef60de6383..5e606730cec633cea4dd3877727e352a25a5fc02 100644 (file)
@@ -322,6 +322,7 @@ architectures:
 - s390
 - parisc
 - loongarch
+- riscv
 
 Configuring Kprobes
 ===================