]> 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)
commit7ea333b97bd69633f8ffdaa0bbb052f3396ec779
tree965417f9d84fffdabf3930c6b3f9f242f7506750
parent87bd45e3b9c20c5e60ac20e04eb73ed4ab46f354
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