diff options
author | Chen Pei <cp0613@linux.alibaba.com> | 2025-01-08 10:03:42 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-02-04 10:06:19 -0700 |
commit | b48e0f696b710bf75610bff189c4aad1aeaf6d75 (patch) | |
tree | 8a68138125be4a57d2c8264b11c02d4a3fdf7f37 /Documentation/features | |
parent | f5c7cc77acf5abebc5aec4f4236954c23f29e09b (diff) |
Documentation: riscv: Remove KPROBES_ON_FTRACE
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
Diffstat (limited to 'Documentation/features')
-rw-r--r-- | Documentation/features/debug/kprobes-on-ftrace/arch-support.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt index 02febc883588..d937b7a03575 100644 --- a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt +++ b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt @@ -20,7 +20,7 @@ | openrisc: | TODO | | parisc: | ok | | powerpc: | ok | - | riscv: | ok | + | riscv: | TODO | | s390: | ok | | sh: | TODO | | sparc: | TODO | |