aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@kernel.org>2021-12-29 20:03:05 -0800
committerAlexei Starovoitov <ast@kernel.org>2021-12-29 20:03:05 -0800
commit35580f90a247db40f983bbbb17c22d272f0e2caa (patch)
treec1381250aa990ff5768d65e8c177022510f94559 /kernel
parentMerge branch 'Sleepable local storage' (diff)
parentbpf: Invert the dependency between bpf-netns.h and netns/bpf.h (diff)
downloadlinux-35580f90a247db40f983bbbb17c22d272f0e2caa.tar.gz
linux-35580f90a247db40f983bbbb17c22d272f0e2caa.zip
Merge branch 'lighten uapi/bpf.h rebuilds'
Jakub Kicinski says: ==================== Last change in the bpf headers - disentangling BPF uapi from netdevice.h. Both linux/bpf.h and uapi/bpf.h changes should now rebuild ~1k objects down from the original ~18k. There's probably more that can be done but it's diminishing returns. Split into two patches for ease of review. ==================== Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/bpf/net_namespace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/bpf/net_namespace.c b/kernel/bpf/net_namespace.c
index 542f275bf252..868cc2c43899 100644
--- a/kernel/bpf/net_namespace.c
+++ b/kernel/bpf/net_namespace.c
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
#include <linux/bpf.h>
+#include <linux/bpf-netns.h>
#include <linux/filter.h>
#include <net/net_namespace.h>