You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop sched_getaffinity from sentry syscall filters
As of https://go.dev/cl/677037, runtime.GOMAXPROCS guarantees that
sched_getaffinity will not be called after returning. Thus it is safe to
drop from the syscall filters, as the sentry always sets a custom
GOMAXPROCS.
The gofer keeps the filter, as it doesn't set a custom GOMAXPROCS.
PiperOrigin-RevId: 795577263
0 commit comments