summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/linux64_amd64.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-11-04 17:59:58 +0000
committergVisor bot <gvisor-bot@google.com>2019-11-04 17:59:58 +0000
commit909b8159d6258a7ff4971517ceaeec504cb97025 (patch)
treec9d25dfb15bb3cce8b03cecfc8cab2fdc1a6f19b /pkg/sentry/syscalls/linux/linux64_amd64.go
parent758682e7c91b50eb3b3c9ca4b34a2852c8b3f63b (diff)
parent3b4f5445d03f7d2f170d68a8a4969b8acbad773e (diff)
Merge release-20190806.1-366-g3b4f544 (automated)
Diffstat (limited to 'pkg/sentry/syscalls/linux/linux64_amd64.go')
-rwxr-xr-xpkg/sentry/syscalls/linux/linux64_amd64.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/syscalls/linux/linux64_amd64.go b/pkg/sentry/syscalls/linux/linux64_amd64.go
index 3021440ed..81e4f93a6 100755
--- a/pkg/sentry/syscalls/linux/linux64_amd64.go
+++ b/pkg/sentry/syscalls/linux/linux64_amd64.go
@@ -364,7 +364,7 @@ var AMD64 = &kernel.SyscallTable{
321: syscalls.CapError("bpf", linux.CAP_SYS_ADMIN, "", nil),
322: syscalls.Supported("execveat", Execveat),
323: syscalls.ErrorWithEvent("userfaultfd", syserror.ENOSYS, "", []string{"gvisor.dev/issue/266"}), // TODO(b/118906345)
- 324: syscalls.ErrorWithEvent("membarrier", syserror.ENOSYS, "", []string{"gvisor.dev/issue/267"}), // TODO(b/118904897)
+ 324: syscalls.ErrorWithEvent("membarrier", syserror.ENOSYS, "", []string{"gvisor.dev/issue/267"}), // TODO(gvisor.dev/issue/267)
325: syscalls.PartiallySupported("mlock2", Mlock2, "Stub implementation. The sandbox lacks appropriate permissions.", nil),
// Syscalls after 325 are "backports" from versions of Linux after 4.4.