We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b03164 commit b7b3500Copy full SHA for b7b3500
include/linux/usermode_driver.h
kernel/Makefile
@@ -12,7 +12,6 @@ obj-y = fork.o exec_domain.o panic.o \
12
notifier.o ksysfs.o cred.o reboot.o \
13
async.o range.o smpboot.o ucount.o regset.o ksyms_common.o
14
15
-obj-$(CONFIG_USERMODE_DRIVER) += usermode_driver.o
16
obj-$(CONFIG_MULTIUSER) += groups.o
17
obj-$(CONFIG_VHOST_TASK) += vhost_task.o
18
kernel/bpf/preload/Kconfig
@@ -1,8 +1,4 @@
1
# SPDX-License-Identifier: GPL-2.0-only
2
-config USERMODE_DRIVER
3
- bool
4
- default n
5
-
6
menuconfig BPF_PRELOAD
7
bool "Preload BPF file system with kernel specific program and map iterators"
8
depends on BPF
kernel/usermode_driver.c
0 commit comments