Kconfig (d85ddd1318e66c0c2665dbfcbc21a8b66c9152aa) | Kconfig (d71fa5c9763c24dd997a2fa4feb7a13a95bab42c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config DEFCONFIG_LIST 3 string 4 depends on !UML 5 option defconfig_list 6 default "/lib/modules/$(shell,uname -r)/.config" 7 default "/etc/kernel-config" 8 default "/boot/config-$(shell,uname -r)" --- 1696 unchanged lines hidden (view full) --- 1705 help 1706 Enables BPF JIT and removes BPF interpreter to avoid 1707 speculative execution of BPF instructions by the interpreter 1708 1709config BPF_JIT_DEFAULT_ON 1710 def_bool ARCH_WANT_DEFAULT_BPF_JIT || BPF_JIT_ALWAYS_ON 1711 depends on HAVE_EBPF_JIT && BPF_JIT 1712 | 1# SPDX-License-Identifier: GPL-2.0-only 2config DEFCONFIG_LIST 3 string 4 depends on !UML 5 option defconfig_list 6 default "/lib/modules/$(shell,uname -r)/.config" 7 default "/etc/kernel-config" 8 default "/boot/config-$(shell,uname -r)" --- 1696 unchanged lines hidden (view full) --- 1705 help 1706 Enables BPF JIT and removes BPF interpreter to avoid 1707 speculative execution of BPF instructions by the interpreter 1708 1709config BPF_JIT_DEFAULT_ON 1710 def_bool ARCH_WANT_DEFAULT_BPF_JIT || BPF_JIT_ALWAYS_ON 1711 depends on HAVE_EBPF_JIT && BPF_JIT 1712 |
1713source "kernel/bpf/preload/Kconfig" 1714 |
|
1713config USERFAULTFD 1714 bool "Enable userfaultfd() system call" 1715 depends on MMU 1716 help 1717 Enable the userfaultfd() system call that allows to intercept and 1718 handle page faults in userland. 1719 1720config ARCH_HAS_MEMBARRIER_CALLBACKS --- 624 unchanged lines hidden --- | 1715config USERFAULTFD 1716 bool "Enable userfaultfd() system call" 1717 depends on MMU 1718 help 1719 Enable the userfaultfd() system call that allows to intercept and 1720 handle page faults in userland. 1721 1722config ARCH_HAS_MEMBARRIER_CALLBACKS --- 624 unchanged lines hidden --- |