]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Update sysctl documentation to list all supported architectures
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 17 Aug 2017 10:30:39 +0000 (20:30 +1000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Aug 2017 17:09:28 +0000 (10:09 -0700)
commitc42299f11e4805846935b1892ec602e928f65572
tree965417f9d84fffdabf3930c6b3f9f242f7506750
parent720d94377637880a9905f48ef3a0b8ce34a26e73
bpf: Update sysctl documentation to list all supported architectures

The sysctl documentation states that the JIT is only available on
x86_64, which is no longer correct.

Update the list, and break it out to indicate which architectures
support the cBPF JIT (via HAVE_CBPF_JIT) or the eBPF JIT
(HAVE_EBPF_JIT).

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/sysctl/net.txt