From 71db69869e82cce9af00f8660c6e867936b19212 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 4 May 2020 09:21:34 +0200 Subject: sys/linux: mark some ioctls as disabled Mark ioctls we disable in init.go as disabled. Update #477 Update #502 --- sys/linux/bpf_arm.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/bpf_arm.const') diff --git a/sys/linux/bpf_arm.const b/sys/linux/bpf_arm.const index 1f1e1465a..aaeb5db2f 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -217,7 +217,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 125 +__BPF_FUNC_MAX_ID = 126 __MAX_BPF_REG = 11 __NR_bpf = 386 bpf_call_code = 133 -- cgit mrf-deployment