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
rusty: Don't use bpf_cpumask_full() to set task_ctx->all_cpus
Instead, collect all per-dom cpumasks into all_cpumask and test whether
that's a subset of a task's cpumask. bpf_cpumask_full() can incorrectly
indicate that a task's affinity is restricted when it's not depending on the
machine configuration.
0 commit comments