[PATCH rcu/urgent 0/2] Adjust for updated scheduler CPU-affinity semantics
From: Paul E. McKenney
Date: Wed Jul 14 2021 - 16:49:31 EST
Hello!
This series converts smp_processor_id() calls to raw_smp_processor_id()
calls in kthreads that are intended to be bound to a single CPU, but
which are subject to human rebinding. While in the area, it warns if
set_cpus_allowed_ptr() returns failure. The patches are as follows:
1. Avoid false-positive warnings in scftorture_invoker().
2. Avoid false-positive warnings in ref_scale_reader().
Thanx, Paul
------------------------------------------------------------------------
rcu/refscale.c | 6 +++---
scftorture.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)