From e6b89e4e5adde15c0dc0a241e03dc215f2e249b3 Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Fri, 5 Jun 2020 19:29:05 +0000 Subject: sys/linux: add MREMAP_DONTUNMAP flag Update https://github.com/google/syzkaller/issues/533. --- sys/linux/bpf_amd64.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/bpf_amd64.const') diff --git a/sys/linux/bpf_amd64.const b/sys/linux/bpf_amd64.const index 483f88928..d2dda67d2 100644 --- a/sys/linux/bpf_amd64.const +++ b/sys/linux/bpf_amd64.const @@ -217,7 +217,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 130 +__BPF_FUNC_MAX_ID = 136 __MAX_BPF_REG = 11 __NR_bpf = 321 bpf_call_code = 133 -- cgit mrf-deployment