mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Waiman Long <longman@redhat.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>,
	Juri Lelli <juri.lelli@redhat.com>,
	Vincent Guittot <vincent.guittot@linaro.org>,
	Dietmar Eggemann <dietmar.eggemann@arm.com>,
	Steven Rostedt <rostedt@goodmis.org>,
	Ben Segall <bsegall@google.com>, Mel Gorman <mgorman@suse.de>,
	Daniel Bristot de Oliveira <bristot@redhat.com>,
	Valentin Schneider <vschneid@redhat.com>,
	linux-kernel@vger.kernel.org, Phil Auld <pauld@redhat.com>,
	Brent Rowsell <browsell@redhat.com>,
	Peter Hunt <pehunt@redhat.com>
Subject: Re: [PATCH v2] sched/core: Use empty mask to reset cpumasks in sched_setaffinity()
Date: Thu, 3 Aug 2023 13:43:34 -0400	[thread overview]
Message-ID: <fe46e855-b812-c1c5-07ce-7a3715bcbd2e@redhat.com> (raw)
In-Reply-To: <20230721094233.GF3630545@hirez.programming.kicks-ass.net>


On 7/21/23 05:42, Peter Zijlstra wrote:
> On Mon, Jul 17, 2023 at 02:02:43PM -0400, Waiman Long wrote:
>> Since commit 8f9ea86fdf99 ("sched: Always preserve the user requested
>> cpumask"), user provided CPU affinity via sched_setaffinity(2) is
>> perserved even if the task is being moved to a different cpuset. However,
>> that affinity is also being inherited by any subsequently created child
>> processes which may not want or be aware of that affinity.
>>
>> One way to solve this problem is to provide a way to back off from
>> that user provided CPU affinity.  This patch implements such a scheme
>> by using an empty cpumask to signal a reset of the cpumasks to the
>> default as allowed by the current cpuset.
>>
>> Before this patch, passing in an empty cpumask to sched_setaffinity(2)
>> will always return an EINVAL error. With this patch, an error will no
>> longer be returned if sched_setaffinity(2) has been called before to
>> set up user_cpus_ptr. Instead, the user_cpus_ptr that stores the user
>> provided affinity will be cleared and the task's CPU affinity will be
>> reset to that of the current cpuset. No error will be returned in this
>> case to signal that a reset has happened.
>>
>> If sched_setaffinity(2) has not been called previously, an EINVAL error
>> will be returned with an empty cpumask just like before. As a result,
>> tests or tools that rely on this behavior will not be affected unless
>> they have somehow called sched_setaffinity(2) before.
>>
>> We will have to update the sched_setaffinity(2) manpage to document
>> this possible side effect of passing in an empty cpumask.
> So a normal task, that hasn't had it's affinity changed will have
> possible_mask.
>
> So why not use in_mask == possible_mask to clear the user state?

It is not straight forward for a user application to figure what exactly 
is possible_mask. Using a empty mask, however, is much easier with the 
CPU_ZERO() macro.

In many cases, tasks may be running under a cpuset with cpu list that is 
a proper subset of possible_mask. Since possible_mask is a valid 
cpumask, we can't use it to reset to the cpuset's default which is what 
this patch is.

Cheers,
Longman


  reply	other threads:[~2023-08-03 17:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-17 18:02 Waiman Long
2023-07-21  9:42 ` Peter Zijlstra
2023-08-03 17:43   ` Waiman Long [this message]
2023-07-25 13:07 ` kernel test robot
2023-08-03 16:03   ` Waiman Long

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe46e855-b812-c1c5-07ce-7a3715bcbd2e@redhat.com \
    --to=longman@redhat.com \
    --cc=bristot@redhat.com \
    --cc=browsell@redhat.com \
    --cc=bsegall@google.com \
    --cc=dietmar.eggemann@arm.com \
    --cc=juri.lelli@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mgorman@suse.de \
    --cc=mingo@redhat.com \
    --cc=pauld@redhat.com \
    --cc=pehunt@redhat.com \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=vincent.guittot@linaro.org \
    --cc=vschneid@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®