]> git.baikalelectronics.ru Git - kernel.git/commit
bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ON
authorLeo Yan <leo.yan@linaro.org>
Fri, 27 Apr 2018 10:02:54 +0000 (18:02 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 27 Apr 2018 10:08:13 +0000 (12:08 +0200)
commit637a5d61b7fd3698d1272a7ab72e695df45bee82
tree074932b6ced2f62bc8df04454ab59fd456e8ded1
parent667d0059f728e5b0f0d5b1463474953da8789165
bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ON

When CONFIG_BPF_JIT_ALWAYS_ON is enabled, kernel has limitation for
bpf_jit_enable, so it has fixed value 1 and we cannot set it to 2
for JIT opcode dumping; this patch is to update the doc for it.

Suggested-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Documentation/networking/filter.txt