lkml.org 
[lkml]   [2017]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v3] sched/deadline: runtime overrun signal

    * 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))

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

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

    Guys,
    please,
    don't,
    break
    code lines
    in a hard to
    read
    fashion, ok,
    just to
    pacify
    checkpatch.pl

    ok? :-)

    Also, I'm not sure that pr_info() debug printout should be in an upstream version,
    correct?

    Thanks,

    Ingo

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