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-prev] [day] [month] [year] [list]
Date:   Wed, 03 Jan 2018 18:24:30 +0100
From:   Mike Galbraith <efault@....de>
To:     LKML <linux-kernel@...r.kernel.org>
Cc:     Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...e.hu>
Subject: Re: [patch] sched/fair: Add SIS_MIN_LAT feature to mitigate PELT
 lag induced stacking

On Mon, 2018-01-01 at 11:37 +0100, Mike Galbraith wrote:
> 
> 
> Here 0-day bot, here boy..

Forget it 0-day bot, and assorted crickets :)

> +	/*
> +	 * When heavily loaded, stacking may be the best/only latency option,
> +	 * and LAST_BUDDY the only hope of preventing throughput collapse.
> +	 */
> +	if (unlikely(task_cfs_rq(current)->nr_running >= sched_nr_latency) &&
> +		     task_cfs_rq(p)->nr_running >= sched_nr_latency)
> +		return target;

With stock knob settings, that's too late to switch from llc -> l2
affinity for sync wakeups, and completely demolished tbench top end on
huge socket NUMA box with lots of bandwidth.  Lovely for desktop,
somewhere below gawd-awful for big box performance.

	-Mike

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ