Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - B index
The Linux kernel configuration item CONFIG_BPF_JIT_ALWAYS_ON
has multiple definitions:
kernel/bpf/Kconfig
The configuration item CONFIG_BPF_JIT_ALWAYS_ON:
CONFIG_BPF_SYSCALL && CONFIG_HAVE_EBPF_JIT && CONFIG_BPF_JIT
Enables BPF JIT and removes BPF interpreter to avoid speculative execution of BPF instructions by the interpreter.
When BPF_JIT_ALWAYS_ON is enabled, /proc/sys/net/core/bpf_jit_enable is permanently set to 1 and setting any other value than that will return failure.
init/Kconfig
The configuration item CONFIG_BPF_JIT_ALWAYS_ON:
CONFIG_BPF_SYSCALL && CONFIG_HAVE_EBPF_JIT && CONFIG_BPF_JIT
Enables BPF JIT and removes BPF interpreter to avoid speculative execution of BPF instructions by the interpreter
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - B index
Automatically generated (in year 2024). See also LKDDb sources on GitLab