summaryrefslogtreecommitdiffhomepage
path: root/tools/nogo.json
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-03-26 12:29:14 -0700
committerAdin Scannell <ascannell@google.com>2020-03-26 12:29:14 -0700
commita5742f177af1758d9e7b65bfbf11af297960817b (patch)
tree8030ac7043acf021f02de98179939cb0f0833357 /tools/nogo.json
parentc64796748c735af8b304e62d7833648b691d5a72 (diff)
Add nogo exemption for machine_arm64_unsafe.go
Diffstat (limited to 'tools/nogo.json')
-rw-r--r--tools/nogo.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/nogo.json b/tools/nogo.json
index ff369be6f..2b4c6d3b6 100644
--- a/tools/nogo.json
+++ b/tools/nogo.json
@@ -81,6 +81,7 @@
"/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"