aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Orlov <ivan.orlov@codethink.co.uk>2024-04-29 16:57:34 +0100
committerJonathan Corbet <corbet@lwn.net>2024-05-02 10:05:25 -0600
commit125db341e2e25db32e494aed865e5415a40fc07b (patch)
treeee41873ba508b7d8e7600e0d8b2da05e3b011333
parentda51bbcdbace8f43adf6066934c3926b656376e5 (diff)
downloadlinux-125db341e2e25db32e494aed865e5415a40fc07b.tar.gz
docs, kprobes: Add riscv as supported architecture
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
-rw-r--r--Documentation/trace/kprobes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst
index e1636e579c9ccd..5e606730cec633 100644
--- a/Documentation/trace/kprobes.rst
+++ b/Documentation/trace/kprobes.rst
@@ -322,6 +322,7 @@ architectures:
- s390
- parisc
- loongarch
+- riscv
Configuring Kprobes
===================