VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Alexei Starovoitov <ast@kernel.org> 2020-08-18 21:27:58 -0700 committer: Daniel Borkmann <daniel@iogearbox.net> 2020-08-20 16:02:36 +0200 commit: d71fa5c9763c24dd997a2fa4feb7a13a95bab42c parent: f0fdfefb2d4da5b76c3f810be0edb2ab90360224
Commit Summary:
bpf: Add kernel module with user mode driver that populates bpffs.
Diffstat:
1 file changed, 2 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index d6a0b31b13dc..fc10f7ede5f6 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1710,6 +1710,8 @@ config BPF_JIT_DEFAULT_ON
 	def_bool ARCH_WANT_DEFAULT_BPF_JIT || BPF_JIT_ALWAYS_ON
 	depends on HAVE_EBPF_JIT && BPF_JIT
 
+source "kernel/bpf/preload/Kconfig"
+
 config USERFAULTFD
 	bool "Enable userfaultfd() system call"
 	depends on MMU