lkml.org 
[lkml]   [2017]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v3] sched/deadline: runtime overrun signal
On Tue, Dec 12, 2017 at 12:50:40PM +0100, Ingo Molnar wrote:
>
> * Claudio Scordino <claudio@evidence.eu.com> wrote:
>
> > From: Juri Lelli <juri.lelli@gmail.com>
>
> > - ~(SCHED_FLAG_RESET_ON_FORK | SCHED_FLAG_RECLAIM))
> > + ~(SCHED_FLAG_RESET_ON_FORK | SCHED_FLAG_RECLAIM |
> > + SCHED_FLAG_DL_OVERRUN))

Introduced SCHED_FLAG_ALL for this

>
> > + if (dl_runtime_exceeded(dl_se) &&
> > + (dl_se->flags & SCHED_FLAG_DL_OVERRUN))

realigned this one

>
> > + pr_info("runtime overrun: %s[%d]\n",
> > + tsk->comm, task_pid_nr(tsk));

And simply took this out, you asked for it, no reason to tell world
about getting one.

\
 
 \ /
  Last update: 2017-12-19 20:33    [W:1.044 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site