linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rcu/urgent 0/2] Adjust for updated scheduler CPU-affinity semantics
@ 2021-07-14 20:49 Paul E. McKenney
  2021-07-14 20:50 ` [PATCH rcu/urgent 1/2] scftorture: Avoid false-positive warnings in scftorture_invoker() Paul E. McKenney
  2021-07-14 20:50 ` [PATCH rcu/urgent 2/2] refscale: Avoid false-positive warnings in ref_scale_reader() Paul E. McKenney
  0 siblings, 2 replies; 3+ messages in thread
From: Paul E. McKenney @ 2021-07-14 20:49 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, kernel-team, mingo, jiangshanlai, akpm,
	mathieu.desnoyers, josh, tglx, peterz, rostedt, dhowells,
	edumazet, fweisbec, oleg, joel, valentin.schneider

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-14 20:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 20:49 [PATCH rcu/urgent 0/2] Adjust for updated scheduler CPU-affinity semantics Paul E. McKenney
2021-07-14 20:50 ` [PATCH rcu/urgent 1/2] scftorture: Avoid false-positive warnings in scftorture_invoker() Paul E. McKenney
2021-07-14 20:50 ` [PATCH rcu/urgent 2/2] refscale: Avoid false-positive warnings in ref_scale_reader() Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).