lkml.org 
[lkml]   [2013]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 03/14] sched: SCHED_DEADLINE structures & implementation.
On 11/20/2013 09:23 PM, Steven Rostedt wrote:
> On Thu, 7 Nov 2013 14:43:37 +0100
> Juri Lelli <juri.lelli@gmail.com> wrote:
>
>
>> +/*
>> + * This function validates the new parameters of a -deadline task.
>> + * We ask for the deadline not being zero, and greater or equal
>> + * than the runtime.
>> + */
>> +static bool
>> +__checkparam_dl(const struct sched_param2 *prm)
>> +{
>> + return prm && (&prm->sched_deadline) != 0 &&
>> + (s64)(&prm->sched_deadline - &prm->sched_runtime) >= 0;
>
> Patch 6 brought this to my attention. Looks like using the address of
> the fields is wrong. I know patch 6 fixes this, but lets make it
> correct in this patch first.
>

Fixed.

Thanks,

- Juri

>
>> +}
>> +
>> +/*
>> * check the target process has a UID that matches the current process's
>> */
>> static bool check_same_owner(struct task_struct *p)


\
 
 \ /
  Last update: 2013-11-21 15:41    [W:0.293 / U:0.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site