Skip to content

Commit b7b3500

Browse files
t-8chborkmann
authored andcommitted
umd: Remove usermode driver framework
The code is unused since 98e20e5 ("bpfilter: remove bpfilter"), therefore remove it. Signed-off-by: Thomas Weißschuh <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Christian Brauner <[email protected]> Acked-by: "Eric W. Biederman" <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 2b03164 commit b7b3500

File tree

4 files changed

+0
-215
lines changed

4 files changed

+0
-215
lines changed

include/linux/usermode_driver.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

kernel/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ obj-y = fork.o exec_domain.o panic.o \
1212
notifier.o ksysfs.o cred.o reboot.o \
1313
async.o range.o smpboot.o ucount.o regset.o ksyms_common.o
1414

15-
obj-$(CONFIG_USERMODE_DRIVER) += usermode_driver.o
1615
obj-$(CONFIG_MULTIUSER) += groups.o
1716
obj-$(CONFIG_VHOST_TASK) += vhost_task.o
1817

kernel/bpf/preload/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
config USERMODE_DRIVER
3-
bool
4-
default n
5-
62
menuconfig BPF_PRELOAD
73
bool "Preload BPF file system with kernel specific program and map iterators"
84
depends on BPF

kernel/usermode_driver.c

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)