Files
Daniel Borkmann 1a1427ebc3 bpf: split HAVE_BPF_JIT into cBPF and eBPF variant
Split the HAVE_BPF_JIT into two for distinguishing cBPF and eBPF JITs.

Current cBPF ones:

  # git grep -n HAVE_CBPF_JIT arch/
  arch/arm/Kconfig:44:    select HAVE_CBPF_JIT
  arch/mips/Kconfig:18:   select HAVE_CBPF_JIT if !CPU_MICROMIPS
  arch/powerpc/Kconfig:129:       select HAVE_CBPF_JIT
  arch/sparc/Kconfig:35:  select HAVE_CBPF_JIT

Current eBPF ones:

  # git grep -n HAVE_EBPF_JIT arch/
  arch/arm64/Kconfig:61:  select HAVE_EBPF_JIT
  arch/s390/Kconfig:126:  select HAVE_EBPF_JIT if PACK_STACK && HAVE_MARCH_Z196_FEATURES
  arch/x86/Kconfig:94:    select HAVE_EBPF_JIT                    if X86_64

Later code also needs this facility to check for eBPF JITs.

Change-Id: Ie7df6f39a8f547e15e9b6d1c56ecc18df8e3ac2e
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-12-13 16:02:52 +08:00
..
2021-06-03 08:39:43 +02:00
2021-07-20 16:49:27 +02:00
2019-10-17 18:13:43 -07:00
2018-11-10 08:06:17 -08:00
2019-11-06 12:50:36 +01:00
2019-03-23 08:44:16 +01:00
2018-09-26 08:35:06 +02:00
2020-05-11 11:15:55 +02:00
2019-02-20 10:44:26 +01:00
2021-11-26 12:38:31 +01:00
2021-07-20 16:49:27 +02:00
2021-08-15 13:06:25 +02:00