From 6d8fa0ad754cbb3d29bda25152b6138991352279 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Tue, 23 Nov 2021 11:37:27 +0000 Subject: [PATCH] doc/setup.rst: Add BTF kernel config Add a missing config that appears to be necessary according to: https://patchwork.kernel.org/project/netdevbpf/patch/20211115191840.496263-2-memxor@gmail.com/ --- doc/setup.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/setup.rst b/doc/setup.rst index 7a44111b2..6e03c1bd2 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -173,6 +173,7 @@ way to configure LISA for building the module is: CONFIG_DEBUG_INFO=y CONFIG_DEBUG_INFO_BTF=y CONFIG_DEBUG_INFO_REDUCED=n + CONFIG_BPF_SYSCALL=y * Target configuration (:class:`lisa.target.TargetConf`): -- GitLab