diff options
author | Bin Lu <bin.lu@arm.com> | 2020-04-02 01:04:58 -0400 |
---|---|---|
committer | Bin Lu <bin.lu@arm.com> | 2020-04-09 03:54:58 -0400 |
commit | ab54d4f496dc59721066e295e162b3be903795d5 (patch) | |
tree | d0f4197a6b018fb22b9066d047d75ecc85a014cd /tools | |
parent | 37025990d6ed1f1160937c640855070d9a559cb0 (diff) |
remove nogo exemption for machine_arm64_unsafe.go
Minimize the use of unsafe.
Signed-off-by: Bin Lu <bin.lu@arm.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/nogo.json | 1 |
1 files changed, 0 insertions, 1 deletions
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" |