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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140821164758.334a1cf7@luca-1225C>
Date:	Thu, 21 Aug 2014 16:47:58 +0200
From:	Luca Abeni <luca.abeni@...tn.it>
To:	Ingo Molnar <mingo@...nel.org>
Cc:	Juri Lelli <juri.lelli@....com>, peterz@...radead.org,
	rdunlap@...radead.org, mingo@...hat.com, henrik@...tad.us,
	raistlin@...ux.it, juri.lelli@...il.com, linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 3/4] Documentation/scheduler/sched-deadline.txt:
 improve and clarify AC bits

Hi Ingo,

On Thu, 21 Aug 2014 15:38:37 +0200
Ingo Molnar <mingo@...nel.org> wrote:
[...]
> > + If the total utilisation sum_i(WCET_i/P_i) (sum of the
> > utilisations
> > + WCET_i/P_i of all the tasks in the system - notice that when
> > considering
> > + multiple tasks, the parameters of the i-th one are indicated with
> > the "_i"
> > + suffix) is larger than M (with M equal to the number of CPUs),
> > then the
> > + system will surely not be able to respect all of the deadlines,
> > and no
> > + execution time is guaranteed for non real-time tasks, which risk
> > to be
> > + starved by real-time tasks.
> 
> The last part doesn't really parse as correct English for me - 
> maybe also split this overly long sentence into two or three 
> sentences, to make it easier to understand?
Sorry about this; after re-reading the sentence, I agree it looks
confusing. What about:
"
If the total utilisation sum_i(WCET_i/P_i) is larger than M (with M
equal to the number of CPUs), then the scheduler can not be able to
respect all of the deadlines.
Note that the total utilisation is defined as the sum of the
utilisations WCET_i/P_i of all the real-time tasks in the system (when
considering multiple real-time tasks, the parameters of the i-th one are
indicated with the "_i" suffix).
Moreover, if the total utilisation is larger than M, then non real-time
tasks risk to be starved by real-time tasks.
"
Does this look more clear / acceptable?


				Thanks,
					Luca
--
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