diff options
author | Björn Töpel <bjorn.topel@gmail.com> | 2020-05-24 00:00:05 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-05-25 19:17:39 +0300 |
commit | 5f7859c1cfaeeb1677075a72e36a0f0e8b05e9a8 (patch) | |
tree | bc29811eaed69903f67e863cad4e231725f9f7f9 /Documentation/features | |
parent | 75a49a5e4f92d38d99b1d6b24cf9bbf0a6c05791 (diff) | |
download | linux-5f7859c1cfaeeb1677075a72e36a0f0e8b05e9a8.tar.xz |
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 <bjorn.topel@gmail.com>
Link: https://lore.kernel.org/r/20200523210005.59140-1-bjorn.topel@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/features')
-rw-r--r-- | Documentation/features/debug/kprobes/arch-support.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |