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]
Message-ID: <9d521010878acd1d8f1b1b1380610459a746066f.camel@mediatek.com>
Date: Tue, 17 Jun 2025 14:41:53 +0000
From: Kuyo Chang (張建文) <Kuyo.Chang@...iatek.com>
To: "juri.lelli@...hat.com" <juri.lelli@...hat.com>, "peterz@...radead.org"
	<peterz@...radead.org>
CC: "bsegall@...gle.com" <bsegall@...gle.com>, "vschneid@...hat.com"
	<vschneid@...hat.com>, "dietmar.eggemann@....com" <dietmar.eggemann@....com>,
	"rostedt@...dmis.org" <rostedt@...dmis.org>, AngeloGioacchino Del Regno
	<angelogioacchino.delregno@...labora.com>, "mingo@...hat.com"
	<mingo@...hat.com>, "vincent.guittot@...aro.org"
	<vincent.guittot@...aro.org>, "mgorman@...e.de" <mgorman@...e.de>,
	"jstultz@...gle.com" <jstultz@...gle.com>, "matthias.bgg@...il.com"
	<matthias.bgg@...il.com>, "linux-arm-kernel@...ts.infradead.org"
	<linux-arm-kernel@...ts.infradead.org>, "linux-kernel@...r.kernel.org"
	<linux-kernel@...r.kernel.org>, "linux-mediatek@...ts.infradead.org"
	<linux-mediatek@...ts.infradead.org>
Subject: Re: [PATCH 1/1] sched/deadline: Fix fair_server runtime calculation
 formula

On Tue, 2025-06-17 at 16:23 +0200, Juri Lelli wrote:
> 
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> 
> 
> On 17/06/25 16:14, Peter Zijlstra wrote:
> > On Tue, Jun 17, 2025 at 02:33:15PM +0200, Juri Lelli wrote:
> 
> ...
> 
> > > To me it looks like we want this (no scaling) for fair_server
> > > (and
> > > possibly scx_server?) as for them we are only looking into a
> > > 'fixed
> > > time' type of isolation. Full fledged servers (hierarchical
> > > scheduling)
> > > maybe have it configurable, or enabled by default as a start (as
> > > we have
> > > it today).
> > 
> > Right. Then we should write the above like:
> > 
> >       scaled_delta_exec = delta_exec;
> >       if (!dl_se->dl_server)
> >               scaled_delta_exec = dl_scaled_delta_exec(rq, dl_se,
> > delta_exec);
> > 
> > and let any later server users add bits on if they want more
> > options.
> 
> Works for me. Looks cleaner also.
> 
> Kuyo, can you please update your patch then?
> 
ok, let me update my patch ASAP.

> Thanks,
> Juri
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ