Re: [PATCH] sched_ext: add a missing rcu_read_lock/unlock pair at scx_select_cpu_dfl()
From: Changwoo Min
Date: Fri Nov 08 2024 - 21:33:16 EST
Hello,
On 24. 11. 9. 11:05, Tejun Heo wrote:
Shouldn't RCU critical section cover the places where llc_cpus is deref'd?
You're right. The RCU critical section should be extended to
cover the almost entire scx_select_cpu_dfl() function. I will
prepare the 2nd version.
Thanks!
Changwoo