diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2023-12-19 09:23:30 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-01-11 19:36:37 +0300 |
commit | ead8467f96d6dc35bbf8c63ee9d244a357ede84a (patch) | |
tree | fdd67186a6d795671081ead7d11acb277bab62c8 /Documentation | |
parent | b65a6b44f0eaab8f217335d821c9b79aed47d9d8 (diff) | |
download | linux-ead8467f96d6dc35bbf8c63ee9d244a357ede84a.tar.xz |
docs, kprobes: Add loongarch as supported architecture
After the following three changes at the beginning of the year:
commit 6d4cc40fb5f5 ("LoongArch: Add kprobes support")
commit 3f5536860086 ("LoongArch: Add kretprobes support")
commit 09e679c28a4d ("LoongArch: Add kprobes on ftrace support")
it is appropriate to add loongarch as supported architecture in
kprobes documentation.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Acked-by: "Masami Hiramatsu (Google)" <mhiramat@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231219062330.22813-3-yangtiezhu@loongson.cn
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/trace/kprobes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst index 968ae080accd..e1636e579c9c 100644 --- a/Documentation/trace/kprobes.rst +++ b/Documentation/trace/kprobes.rst @@ -321,6 +321,7 @@ architectures: - mips - s390 - parisc +- loongarch Configuring Kprobes =================== |