From: Peter Zijlstra <peterz@infradead.org>
To: Vincent Guittot <vincent.guittot@linaro.org>
Cc: Josh Don <joshdon@google.com>, Ingo Molnar <mingo@redhat.com>,
Juri Lelli <juri.lelli@redhat.com>,
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
Subject: Re: [PATCH] Revert "sched/fair: Make sure to try to detach at least one movable task"
Date: Tue, 25 Jun 2024 10:37:30 +0200 [thread overview]
Message-ID: <20240625083730.GU31592@noisy.programming.kicks-ass.net> (raw)
In-Reply-To: <CAKfTPtDDSzLi7PEJkBqepx9cRgmbBKy2ZXJuT0h62e3RkQBoYw@mail.gmail.com>
On Mon, Jun 24, 2024 at 11:18:59AM +0200, Vincent Guittot wrote:
> On Thu, 20 Jun 2024 at 23:45, Josh Don <joshdon@google.com> wrote:
> >
> > This reverts commit b0defa7ae03ecf91b8bfd10ede430cff12fcbd06.
> >
> > b0defa7ae03ec changed the load balancing logic to ignore env.max_loop if
> > all tasks examined to that point were pinned. The goal of the patch was
> > to make it more likely to be able to detach a task buried in a long list
> > of pinned tasks. However, this has the unfortunate side effect of
> > creating an O(n) iteration in detach_tasks(), as we now must fully
> > iterate every task on a cpu if all or most are pinned. Since this load
> > balance code is done with rq lock held, and often in softirq context, it
> > is very easy to trigger hard lockups. We observed such hard lockups with
> > a user who affined O(10k) threads to a single cpu.
> >
> > When I discussed this with Vincent he initially suggested that we keep
> > the limit on the number of tasks to detach, but increase the number of
> > tasks we can search. However, after some back and forth on the mailing
> > list, he recommended we instead revert the original patch, as it seems
> > likely no one was actually getting hit by the original issue.
> >
>
> Maybe add a
> Fixes: b0defa7ae03e ("sched/fair: Make sure to try to detach at least
> one movable task")
>
> > Signed-off-by: Josh Don <joshdon@google.com>
>
> Reviewed-by: Vincent Guittot <vincent.guittot@linaro.org>
Thanks guys, queued it for sched/urgent
next prev parent reply other threads:[~2024-06-25 8:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-20 21:44 Josh Don
2024-06-24 9:18 ` Vincent Guittot
2024-06-24 18:48 ` Josh Don
2024-06-25 8:37 ` Peter Zijlstra [this message]
2024-07-01 7:06 ` [tip: sched/urgent] " tip-bot2 for Josh Don
2024-07-01 11:07 ` tip-bot2 for Josh Don
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=20240625083730.GU31592@noisy.programming.kicks-ass.net \
--to=peterz@infradead.org \
--cc=bristot@redhat.com \
--cc=bsegall@google.com \
--cc=dietmar.eggemann@arm.com \
--cc=joshdon@google.com \
--cc=juri.lelli@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mgorman@suse.de \
--cc=mingo@redhat.com \
--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®