From 2ef9216b228aa49c7c6b7a391f0c3eef8fa3421d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 4 Apr 2019 11:53:38 +0200 Subject: [PATCH] bpf.2: Update kernel version info for JIT compiler Signed-off-by: Michael Kerrisk --- man2/bpf.2 | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/man2/bpf.2 b/man2/bpf.2 index 7bc7c865d7..55c79c9d67 100644 --- a/man2/bpf.2 +++ b/man2/bpf.2 @@ -1186,22 +1186,38 @@ The JIT compiler for eBPF is currently .\" Documentation/sysctl/net.txt available for the following architectures: .IP * 3 -x86-64 (since Linux 3.18); +x86-64 (since Linux 3.18; cBPF since Linux 3.0); +.\" commit 0a14842f5a3c0e88a1e59fac5c3025db39721f74 .PD 0 .IP * -ARM-64 (since Linux 3.18); +ARM32 (since Linux 3.18; cBPF since Linux 3.4); +.\" commit ddecdfcea0ae891f782ae853771c867ab51024c2 +.IP * +SPARC 32 (since Linux 3.18; cBPF since Linux 3.5); +.\" commit 2809a2087cc44b55e4377d7b9be3f7f5d2569091 .IP * -s390 (since Linux 4.1); +s390 (since Linux 3.18; cBPF since Linux 3.7); +.\" commit c10302efe569bfd646b4c22df29577a4595b4580 +.IP * +ARM-64 (since Linux 3.18); +.\" commit e54bcde3d69d40023ae77727213d14f920eb264a .IP * -PowerPC 64 (since Linux 4.8); +PowerPC 64 (since Linux 4.8; cBPF since Linux 3.1); +.\" commit 0ca87f05ba8bdc6791c14878464efc901ad71e99 +.\" commit 156d0e290e969caba25f1851c52417c14d141b24 .IP * SPARC 64 (since Linux 4.12); +.\" commit 7a12b5031c6b947cc13918237ae652b536243b76 .IP * -MIPS 64 (since Linux 4.13); +x86-32 (since Linux 4.18); +.\" commit 03f5781be2c7b7e728d724ac70ba10799cc710d7 .IP * -ARM32 (since Linux 4.14). +MIPS 64 (since Linux 4.18; cBPF since Linux 3.16); +.\" commit c6610de353da5ca6eee5b8960e838a87a90ead0c +.\" commit f381bf6d82f032b7410185b35d000ea370ac706b .IP * -x86-32 (since Linux 4.18). +riscv (since Linux 5.1). +.\" commit 2353ecc6f91fd15b893fa01bf85a1c7a823ee4f2 .PD .SH SEE ALSO .BR seccomp (2), -- 2.39.2