lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 28 Sep 2015 04:17:00 +0200
From:	Mike Galbraith <umgwanakikbuti@...il.com>
To:	Peter Zijlstra <peterz@...radead.org>
Cc:	Ingo Molnar <mingo@...e.hu>, LKML <linux-kernel@...r.kernel.org>
Subject: [v4.2+ regression] fd7a4bed sched, rt: Convert switched_{from,
 to}_rt() / prio_changed_rt() to balance callbacks

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ