On Mon, Apr 17, 2023 at 01:19:55PM -0400, Waiman Long wrote: > Commit b94f9ac79a7395c2d6171cc753cc27942df0be73 upstream. > > Since commit 1243dc518c9d ("cgroup/cpuset: Convert cpuset_mutex to > percpu_rwsem"), cpuset_mutex has been replaced by cpuset_rwsem which is > a percpu rwsem. However, the comments in kernel/cgroup/cpuset.c still > reference cpuset_mutex which are now incorrect. > > Change all the references of cpuset_mutex to cpuset_rwsem. > > Fixes: 1243dc518c9d ("cgroup/cpuset: Convert cpuset_mutex to percpu_rwsem") > Signed-off-by: Waiman Long <longman@xxxxxxxxxx> > Signed-off-by: Tejun Heo <tj@xxxxxxxxxx> > --- > kernel/cgroup/cpuset.c | 56 ++++++++++++++++++++++-------------------- > 1 file changed, 29 insertions(+), 27 deletions(-) Due to all of the build problems with this series, I've now dropped all of these from the 5.10.y queue. Please fix that up and resend if you want to see them in this kernel release. thanks, greg k-h