mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add exception for runtime-internal issue.
PiperOrigin-RevId: 511893805
This commit is contained in:
committed by
gVisor bot
parent
bd561fd3f9
commit
3f64abdfb7
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user