summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_start.go
diff options
context:
space:
mode:
authorHaibo Xu <haibo.xu@arm.com>2019-12-23 03:01:07 +0000
committerHaibo Xu <haibo.xu@arm.com>2019-12-23 06:42:03 +0000
commitb6e31aadaa74b235c46bfa5e08b5ac66a3b4f8c5 (patch)
treecc625ce8168314bd6630160fa152945ee48a598d /pkg/sentry/kernel/task_start.go
parentd1528df71502b47bdb949798ce0abad1794b054c (diff)
Replace syscall.PTRACE_SYSEMU with unix.PTRACE_SYSEMU
Linux PTRACE_SYSEMU support on arm64 was merged to mainline from V5.3, and the corresponding support in go also enabled recently. Since the "syscall" package is locked down from go 1.4, so the ptrace PTRACE_SYSEMU definition can't be added to package "syscall" on arm64. According to the golang community, updates required by new systems or versions should use the corresponding package in the golang.org/x/sys repository instead(https://golang.org/pkg/syscall/). Signed-off-by: Haibo Xu <haibo.xu@arm.com> Change-Id: I2f917bb2be62f990c3e158e2bb99e094ea03f751
Diffstat (limited to 'pkg/sentry/kernel/task_start.go')
0 files changed, 0 insertions, 0 deletions