forked from nathanchance/WSL2-Linux-Kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation/features/core: Add arch support status files for 'cBPF-…
…JIT' and 'eBPF-JIT' Commit 6077776 split 'HAVE_BPF_JIT' into cBPF and eBPF variant. Adds arch support status files for the new variants, and removes the status file corresponding to 'HAVE_BPT_JIT'. The new status matrices were auto-generated using the script 'features-refresh.sh'. Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
- Loading branch information
Andrea Parri
authored and
Jonathan Corbet
committed
May 8, 2018
1 parent
7156fc2
commit b466865
Showing
2 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# | ||
# Feature name: cBPF-JIT | ||
# Kconfig: HAVE_CBPF_JIT | ||
# description: arch supports cBPF JIT optimizations | ||
# | ||
----------------------- | ||
| arch |status| | ||
----------------------- | ||
| alpha: | TODO | | ||
| arc: | TODO | | ||
| arm: | TODO | | ||
| arm64: | TODO | | ||
| c6x: | TODO | | ||
| h8300: | TODO | | ||
| hexagon: | TODO | | ||
| ia64: | TODO | | ||
| m68k: | TODO | | ||
| microblaze: | TODO | | ||
| mips: | ok | | ||
| nds32: | TODO | | ||
| nios2: | TODO | | ||
| openrisc: | TODO | | ||
| parisc: | TODO | | ||
| powerpc: | ok | | ||
| riscv: | TODO | | ||
| s390: | TODO | | ||
| sh: | TODO | | ||
| sparc: | ok | | ||
| um: | TODO | | ||
| unicore32: | TODO | | ||
| x86: | TODO | | ||
| xtensa: | TODO | | ||
----------------------- |
6 changes: 3 additions & 3 deletions
6
...on/features/core/BPF-JIT/arch-support.txt → ...n/features/core/eBPF-JIT/arch-support.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters