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(-)