From: Björn Töpel Date: Sat, 23 May 2020 21:00:05 +0000 (+0200) Subject: Documentation/features: Correct RISC-V kprobes support entry X-Git-Tag: block-5.8-2020-06-11~38^2~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5f7859c1cfaeeb1677075a72e36a0f0e8b05e9a8;p=linux-2.6-block.git Documentation/features: Correct RISC-V kprobes support entry The Documentation/features/debug/kprobes/arch-support.txt incorrectly states that RISC-V has kprobes support. This is not the case. Note that entries that have been incorrectly marked with 'ok' will not be changed back to 'TODO' by the features-refresh.sh script. Fixes: 7156fc292850 ("Documentation/features: Refresh the arch support status files in place") Signed-off-by: Björn Töpel Link: https://lore.kernel.org/r/20200523210005.59140-1-bjorn.topel@gmail.com Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/features/debug/kprobes/arch-support.txt b/Documentation/features/debug/kprobes/arch-support.txt index caa444a2a89f..8b316c6e03d4 100644 --- a/Documentation/features/debug/kprobes/arch-support.txt +++ b/Documentation/features/debug/kprobes/arch-support.txt @@ -23,7 +23,7 @@ | openrisc: | TODO | | parisc: | ok | | powerpc: | ok | - | riscv: | ok | + | riscv: | TODO | | s390: | ok | | sh: | ok | | sparc: | ok |