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/sys_mips64le.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys_mips64le.const') diff --git a/sys/linux/sys_mips64le.const b/sys/linux/sys_mips64le.const index fb7c403c9..bbb5f0379 100644 --- a/sys/linux/sys_mips64le.const +++ b/sys/linux/sys_mips64le.const @@ -264,6 +264,7 @@ MPOL_MF_MOVE = 2 MPOL_MF_MOVE_ALL = 4 MPOL_MF_STRICT = 1 MPOL_PREFERRED = 1 +MREMAP_DONTUNMAP = 4 MREMAP_FIXED = 2 MREMAP_MAYMOVE = 1 MS_ASYNC = 1 -- cgit mrf-deployment