linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/features: Add kcov
@ 2020-06-27  9:23 Tobias Klauser
  2020-07-05 20:14 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2020-06-27  9:23 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-doc

Add an arch support status file for kcov (ARCH_HAS_KCOV).

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 .../features/debug/kcov/arch-support.txt      | 34 +++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 Documentation/features/debug/kcov/arch-support.txt

diff --git a/Documentation/features/debug/kcov/arch-support.txt b/Documentation/features/debug/kcov/arch-support.txt
new file mode 100644
index 000000000000..52f23baca45d
--- /dev/null
+++ b/Documentation/features/debug/kcov/arch-support.txt
@@ -0,0 +1,34 @@
+#
+# Feature name:          kcov
+#         Kconfig:       ARCH_HAS_KCOV
+#         description:   arch supports kcov for coverage-guided fuzzing
+#
+    -----------------------
+    |         arch |status|
+    -----------------------
+    |       alpha: | TODO |
+    |         arc: | TODO |
+    |         arm: |  ok  |
+    |       arm64: |  ok  |
+    |         c6x: | TODO |
+    |        csky: | TODO |
+    |       h8300: | TODO |
+    |     hexagon: | TODO |
+    |        ia64: | TODO |
+    |        m68k: | TODO |
+    |  microblaze: | TODO |
+    |        mips: |  ok  |
+    |       nds32: | TODO |
+    |       nios2: | TODO |
+    |    openrisc: | TODO |
+    |      parisc: | TODO |
+    |     powerpc: |  ok  |
+    |       riscv: |  ok  |
+    |        s390: |  ok  |
+    |          sh: | TODO |
+    |       sparc: | TODO |
+    |          um: |  ok  |
+    |   unicore32: | TODO |
+    |         x86: |  ok  |
+    |      xtensa: | TODO |
+    -----------------------
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/features: Add kcov
  2020-06-27  9:23 [PATCH] Documentation/features: Add kcov Tobias Klauser
@ 2020-07-05 20:14 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-07-05 20:14 UTC (permalink / raw)
  To: Tobias Klauser; +Cc: linux-doc

On Sat, 27 Jun 2020 11:23:00 +0200
Tobias Klauser <tklauser@distanz.ch> wrote:

> Add an arch support status file for kcov (ARCH_HAS_KCOV).
> 
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
> ---
>  .../features/debug/kcov/arch-support.txt      | 34 +++++++++++++++++++
>  1 file changed, 34 insertions(+)
>  create mode 100644 Documentation/features/debug/kcov/arch-support.txt

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-05 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-27  9:23 [PATCH] Documentation/features: Add kcov Tobias Klauser
2020-07-05 20:14 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).