]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: riscv: Remove KPROBES_ON_FTRACE
authorChen Pei <cp0613@linux.alibaba.com>
Wed, 8 Jan 2025 02:03:42 +0000 (10:03 +0800)
committerJonathan Corbet <corbet@lwn.net>
Tue, 4 Feb 2025 17:06:19 +0000 (10:06 -0700)
Since commit 7caa9765465f60 ("ftrace: riscv: move from REGS to ARGS"),
kprobe on ftrace is not supported by riscv.

And commit 3308172276db5d ("trace: riscv: Remove deprecated kprobe on
ftrace support") removed the relevant code, but left out the
documentation, so fix that.

Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
Reviewed-by: Charlie Jenkins <charlie@rivosinc.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250108020342.4172-1-cp0613@linux.alibaba.com
Documentation/features/debug/kprobes-on-ftrace/arch-support.txt

index 02febc883588e5a6082ae0a3b048d90d3bd32631..d937b7a0357575e2f593f2e299ea8c50f2d024e5 100644 (file)
@@ -20,7 +20,7 @@
     |    openrisc: | TODO |
     |      parisc: |  ok  |
     |     powerpc: |  ok  |
-    |       riscv: |  ok  |
+    |       riscv: | TODO |
     |        s390: |  ok  |
     |          sh: | TODO |
     |       sparc: | TODO |