Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: Wire up eBPF JIT compiler

Signed-off-by: Helge Deller <deller@gmx.de>

+3 -1
+1 -1
arch/parisc/Kbuild
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - obj-y += mm/ kernel/ math-emu/ 2 + obj-y += mm/ kernel/ math-emu/ net/ 3 3 4 4 # for cleaning 5 5 subdir- += boot
+2
arch/parisc/Kconfig
··· 59 59 select HAVE_ARCH_KFENCE 60 60 select HAVE_ARCH_SECCOMP_FILTER 61 61 select HAVE_ARCH_TRACEHOOK 62 + select HAVE_EBPF_JIT 63 + select ARCH_WANT_DEFAULT_BPF_JIT 62 64 select HAVE_REGS_AND_STACK_ACCESS_API 63 65 select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU 64 66 select GENERIC_SCHED_CLOCK