diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-04-09 19:30:29 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-05-03 23:47:39 +0200 |
commit | 376e5fd7ec341a4e9cee2bf64fb59285023056e3 (patch) | |
tree | cababf815cb47f570cbe3314fbfbc7e0cc13932d | |
parent | e0b59b7b633ab72c08bb9bac36afaeaade011ddf (diff) |
doc: update kprobes supported architecture list
Now that kprobes and kretprobes are implemented, update the list in
Documentation to reflect that.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r-- | Documentation/features/debug/kprobes/arch-support.txt | 2 | ||||
-rw-r--r-- | Documentation/kprobes.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/features/debug/kprobes/arch-support.txt b/Documentation/features/debug/kprobes/arch-support.txt index f4e45bd58fea..e68239b5d2f0 100644 --- a/Documentation/features/debug/kprobes/arch-support.txt +++ b/Documentation/features/debug/kprobes/arch-support.txt @@ -21,7 +21,7 @@ | nds32: | TODO | | nios2: | TODO | | openrisc: | TODO | - | parisc: | TODO | + | parisc: | ok | | powerpc: | ok | | riscv: | ok | | s390: | ok | diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index 10f4499e677c..33041300d1ee 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt @@ -321,6 +321,7 @@ architectures: - ppc - mips - s390 +- parisc Configuring Kprobes =================== |