OSDN Git Service

bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
authorTiezhu Yang <yangtiezhu@loongson.cn>
Tue, 22 Feb 2022 09:57:05 +0000 (17:57 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 28 Feb 2022 23:28:06 +0000 (00:28 +0100)
commitb664e255ba3c655a675e4e1fe9503d6f7ada3305
treed7b036c1ff52ea54a57a05349c6017ea7f32b062
parent43429ea74a121683dc231d0a694bb32734caea92
bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig

When CONFIG_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.

Add the above description in the help text of config BPF_JIT_ALWAYS_ON, and
then we can distinguish between BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/1645523826-18149-2-git-send-email-yangtiezhu@loongson.cn
kernel/bpf/Kconfig