From: Mike Galbraith <umgwanakikbuti@gmail.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@elte.hu>, LKML <linux-kernel@vger.kernel.org>
Subject: [v4.2+ regression] fd7a4bed sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks
Date: Mon, 28 Sep 2015 04:17:00 +0200 [thread overview]
Message-ID: <1443406620.3293.26.camel@gmail.com> (raw)
Hi Peter,
I bumped into an odd futextest regression, and finally bisected it to
$subject. I haven't poked at it yet, chasing down and confirming the
little bugger munched the day.
#!/bin/sh
cd /home/git/futextest/functional
trap "killall -KILL -q cpuhog;exit;" INT
for i in `seq 0 7`; do taskset -c $i cpuhog& done
sleep 1
for i in `seq 1000`
do
echo iteration $i
./futex_requeue_pi -c -b -o -t 500000
done
killall cpuhog
Without the cpuhogs, it won't hang.
-Mike
next reply other threads:[~2015-09-28 2:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-28 2:17 Mike Galbraith [this message]
2015-09-29 8:19 ` Mike Galbraith
2015-09-29 8:55 ` Peter Zijlstra
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=1443406620.3293.26.camel@gmail.com \
--to=umgwanakikbuti@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=peterz@infradead.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
Powered by JetHome