Skip to content

Commit 2b03164

Browse files
t-8chborkmann
authored andcommitted
bpf/preload: Don't select USERMODE_DRIVER
The usermode driver framework is not used anymore by the BPF preload code. Fixes: cb80ddc ("bpf: Convert bpf_preload.ko to use light skeleton.") Signed-off-by: Thomas Weißschuh <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 9ea0691 commit 2b03164

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/bpf/preload/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ menuconfig BPF_PRELOAD
1010
# The dependency on !COMPILE_TEST prevents it from being enabled
1111
# in allmodconfig or allyesconfig configurations
1212
depends on !COMPILE_TEST
13-
select USERMODE_DRIVER
1413
help
1514
This builds kernel module with several embedded BPF programs that are
1615
pinned into BPF FS mount point as human readable files that are

0 commit comments

Comments
 (0)