Add exception for runtime-internal issue.

PiperOrigin-RevId: 511893805
This commit is contained in:
Adin Scannell
2023-02-23 14:57:49 -08:00
committed by gVisor bot
parent bd561fd3f9
commit 3f64abdfb7
+3 -2
View File
@@ -209,10 +209,11 @@ analyzers:
checklinkname:
external: # Enabled.
suppress:
# Suppress bad linkname directives in the internals. This may be fixed
# by the patch: https://go-review.googlesource.com/c/go/+/466615
# Suppress bad linkname directives in the internals. These will be fixed
# in the bug: https://github.com/golang/go/issues/58440
- "symbol \"runtime_pollWaitCanceled\".*"
- "symbol \"runtime_procPin\".*"
- "symbol \"registerMetric\".*"
exclude:
- ".*/containerd/sys/subprocess_unsafe_linux.go"
internal: