Skip to content

Commit

Permalink
Documentation/features: Add kcov
Browse files Browse the repository at this point in the history
Add an arch support status file for kcov (ARCH_HAS_KCOV).

Signed-off-by: Tobias Klauser <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
tklauser authored and Jonathan Corbet committed Jul 5, 2020
1 parent 4641961 commit 3839a74
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Documentation/features/debug/kcov/arch-support.txt
Original file line number Diff line number Diff line change
@@ -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 |
-----------------------

0 comments on commit 3839a74

Please sign in to comment.