From ab54d4f496dc59721066e295e162b3be903795d5 Mon Sep 17 00:00:00 2001 From: Bin Lu Date: Thu, 2 Apr 2020 01:04:58 -0400 Subject: remove nogo exemption for machine_arm64_unsafe.go Minimize the use of unsafe. Signed-off-by: Bin Lu --- tools/nogo.json | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/nogo.json') diff --git a/tools/nogo.json b/tools/nogo.json index 83cb76b93..2e354e160 100644 --- a/tools/nogo.json +++ b/tools/nogo.json @@ -83,7 +83,6 @@ "/pkg/gohacks/gohacks_unsafe.go": "allowed: special case", "/pkg/sentry/fs/fsutil/host_file_mapper_unsafe.go": "allowed: special case", "/pkg/sentry/platform/kvm/(bluepill|machine)_unsafe.go": "allowed: special case", - "/pkg/sentry/platform/kvm/machine_arm64_unsafe.go": "fix: gvisor.dev/issue/22464", "/pkg/sentry/platform/ring0/pagetables/allocator_unsafe.go": "allowed: special case", "/pkg/sentry/platform/safecopy/safecopy_unsafe.go": "allowed: special case", "/pkg/sentry/vfs/mount_unsafe.go": "allowed: special case" -- cgit v1.2.3