Commit b4668659 authored by Andrea Parri's avatar Andrea Parri Committed by Jonathan Corbet
Browse files

Documentation/features/core: Add arch support status files for 'cBPF-JIT' and 'eBPF-JIT'



Commit 6077776b 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: default avatarAndrea 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: default avatarJonathan Corbet <corbet@lwn.net>
parent 7156fc29
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
#
# 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 |
    -----------------------
+3 −3
Original line number Diff line number Diff line
#
# Feature name:          BPF-JIT
#         Kconfig:       HAVE_BPF_JIT
#         description:   arch supports BPF JIT optimizations
# Feature name:          eBPF-JIT
#         Kconfig:       HAVE_EBPF_JIT
#         description:   arch supports eBPF JIT optimizations
#
    -----------------------
    |         arch |status|