Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1233819
| From | Mike Galbraith <umgwanakikbuti@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [v4.2+ regression] fd7a4bed sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks |
| Date | 2015-09-28 04:20 +0200 |
| Message-ID | <qdwcN-rx-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[v4.2+ regression] fd7a4bed sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks Mike Galbraith <umgwanakikbuti@gmail.com> - 2015-09-28 04:20 +0200
Re: [v4.2+ regression] fd7a4bed sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks Mike Galbraith <umgwanakikbuti@gmail.com> - 2015-09-29 10:30 +0200
Re: [v4.2+ regression] fd7a4bed sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks Peter Zijlstra <peterz@infradead.org> - 2015-09-29 11:10 +0200
csiph-web