]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bpf.2: Update kernel version info for JIT compiler
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 4 Apr 2019 09:53:38 +0000 (11:53 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 4 Apr 2019 09:53:38 +0000 (11:53 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/bpf.2

index 7bc7c865d797dbfcd306489ec55307ca2a3752d9..55c79c9d670b41ba123f7ca917df033e698fd8c0 100644 (file)
@@ -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),