docs, kprobes: Add loongarch as supported architecture

After the following three changes at the beginning of the year:

  commit 6d4cc40fb5 ("LoongArch: Add kprobes support")
  commit 3f55368600 ("LoongArch: Add kretprobes support")
  commit 09e679c28a ("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
This commit is contained in:
Tiezhu Yang 2023-12-19 14:23:30 +08:00 committed by Jonathan Corbet
parent b65a6b44f0
commit ead8467f96
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ architectures:
- mips
- s390
- parisc
- loongarch
Configuring Kprobes
===================