On Wed, Nov 23, 2022 at 01:48:46PM -0500, Waiman Long wrote:I am just saying that this is not a good config. I don't have any intention to change the existing behavior at all.
I think it is an issue anyway if different threads of a process are inAnything memory related is in the same boat and people still use them
different cpusets with different node mask. It is not a configuration that
should be used at all.
reaching whatever end results they reach. Given the whole thing is pretty
ill-defined, I don't wanna change the behavior now.
This patch makes update_tasks_nodemask() somewhat similar to cpuset_attach()The leader isn't special tho. We just wanna avoid visiting the same mm more
where all tasks are iterated to update the node mask but only the task
leaders are required to update the mm. For a non-group leader task, maybe we
can check if the group leader is in the same cpuset. If so, we can skip the
mm update. Do we need similar change in cpuset_attach()?
than once, right?