From: Mike Galbraith <bitbucket@online.de>
To: Shawn Bohrer <sbohrer@rgmadvisors.com>
Cc: peterz@infradead.org, mingo@elte.hu,
Steven Rostedt <rostedt@goodmis.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sched_rt: Use root_domain of rt_rq not current processor
Date: Tue, 15 Jan 2013 04:55:22 +0100 [thread overview]
Message-ID: <1358222122.25910.25.camel@marge.simpson.net> (raw)
In-Reply-To: <1358186131-29494-1-git-send-email-sbohrer@rgmadvisors.com>
On Mon, 2013-01-14 at 11:55 -0600, Shawn Bohrer wrote:
> When the system has multiple domains do_sched_rt_period_timer() can run
> on any CPU and may iterate over all rt_rq in cpu_online_mask. This
> means when balance_runtime() is run for a given rt_rq that rt_rq may be
> in a different rd than the current processor. Thus if we use
> smp_processor_id() to get rd in do_balance_runtime() we may borrow
> runtime from a rt_rq that is not part of our rd.
>
> This changes do_balance_runtime to get the rd from the passed in rt_rq
> ensuring that we borrow runtime only from the correct rd for the given
> rt_rq.
>
> This fixes a BUG at kernel/sched/rt.c:687! in __disable_runtime when we
> try reclaim runtime lent to other rt_rq but runtime has been lent to
> a rt_rq in another rd.
Ah, so there was only one cpu in span when the bug fired in your case.
Good fix. Damn throttle bugs are at least as deadly as the bugs the
thing tries to protect you from. (Yet) another one bites the dust ;-)
> Signed-off-by: Shawn Bohrer <sbohrer@rgmadvisors.com>
That wants a Cc: stable@vger.kernel.org too.
-Mike
next prev parent reply other threads:[~2013-01-15 3:55 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-05 17:46 kernel BUG at kernel/sched_rt.c:493! Shawn Bohrer
2013-01-07 17:58 ` Shawn Bohrer
2013-01-07 23:02 ` Shawn Bohrer
2013-01-08 9:45 ` Mike Galbraith
2013-01-08 14:36 ` Steven Rostedt
2013-01-08 15:01 ` Shawn Bohrer
2013-01-10 4:13 ` Mike Galbraith
2013-01-10 19:58 ` Shawn Bohrer
2013-01-11 5:22 ` Mike Galbraith
2013-01-11 6:03 ` Mike Galbraith
2013-01-14 17:55 ` [PATCH] sched_rt: Use root_domain of rt_rq not current processor Shawn Bohrer
2013-01-15 3:55 ` Mike Galbraith [this message]
2013-01-24 20:33 ` [tip:sched/urgent] sched/rt: " tip-bot for Shawn Bohrer
2013-01-25 7:31 ` tip-bot for Shawn Bohrer
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=1358222122.25910.25.camel@marge.simpson.net \
--to=bitbucket@online.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=sbohrer@rgmadvisors.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
Powered by JetHome