From: "Paul E. McKenney" <paulmck@kernel.org>
To: Davidlohr Bueso <dave@stgolabs.net>
Cc: peterz@infradead.org, mingo@redhat.com, will@kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: Question on task_blocks_on_rt_mutex()
Date: Wed, 2 Sep 2020 08:54:10 -0700 [thread overview]
Message-ID: <20200902155410.GH29330@paulmck-ThinkPad-P72> (raw)
In-Reply-To: <20200902015128.wsulcxhbo7dutcjz@linux-p48b>
On Tue, Sep 01, 2020 at 06:51:28PM -0700, Davidlohr Bueso wrote:
> On Tue, 01 Sep 2020, Paul E. McKenney wrote:
>
> > And it appears that a default-niced CPU-bound SCHED_OTHER process is
> > not preempted by a newly awakened MAX_NICE SCHED_OTHER process. OK,
> > OK, I never waited for more than 10 minutes, but on my 2.2GHz that is
> > close enough to a hang for most people.
> >
> > Which means that the patch below prevents the hangs. And maybe does
> > other things as well, firing rcutorture up on it to check.
> >
> > But is this indefinite delay expected behavior?
> >
> > This reproduces for me on current mainline as follows:
> >
> > tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --torture lock --duration 3 --configs LOCK05
> >
> > This hangs within a minute of boot on my setup. Here "hangs" is defined
> > as stopping the per-15-second console output of:
> > Writes: Total: 569906696 Max/Min: 81495031/63736508 Fail: 0
>
> Ok this doesn't seem to be related to lockless wake_qs then. fyi there have
> been missed wakeups in the past where wake_q_add() fails the cmpxchg because
> the task is already pending a wakeup leading to the actual wakeup ocurring
> before its corresponding wake_up_q(). This is why we have wake_q_add_safe().
> But for rtmutexes, because there is no lock stealing only top-waiter is awoken
> as well as try_to_take_rt_mutex() is done under the lock->wait_lock I was not
> seeing an actual race here.
This problem is avoided if stutter_wait() does the occasional sleep.
I would have expected preemption to take effect, but even setting the
kthreads in stutter_wait() to MAX_NICE doesn't help. The current fix
destroys intended instant-on nature of stutter_wait(), so the eventual
fix will need to use hrtimer-based sleeps or some such.
Thanx, Paul
next prev parent reply other threads:[~2020-09-02 15:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-31 22:49 Paul E. McKenney
2020-08-31 23:21 ` Paul E. McKenney
2020-09-01 17:49 ` Paul E. McKenney
2020-09-01 23:58 ` Paul E. McKenney
2020-09-02 1:51 ` Davidlohr Bueso
2020-09-02 15:54 ` Paul E. McKenney [this message]
2020-09-03 20:06 ` Paul E. McKenney
2020-09-04 17:24 ` Davidlohr Bueso
2020-09-04 19:56 ` Paul E. McKenney
2020-09-05 21:24 ` Joel Fernandes
2020-09-05 21:45 ` Joel Fernandes
2020-09-06 4:14 ` Paul E. McKenney
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=20200902155410.GH29330@paulmck-ThinkPad-P72 \
--to=paulmck@kernel.org \
--cc=dave@stgolabs.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=will@kernel.org \
/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®