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 <thomas.weissschuh@linutronix.de> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Reviewed-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/bpf/20250721-remove-usermode-driver-v1-1-0d0083334382@linutronix.de
1 parent 9ea0691 commit 2b03164

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)