From: Ingo Molnar <mingo@kernel.org>
To: Claudio Scordino <claudio@evidence.eu.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
Juri Lelli <juri.lelli@gmail.com>,
Luca Abeni <luca.abeni@santannapisa.it>,
Tommaso Cucinotta <tommaso.cucinotta@sssup.it>,
Ingo Molnar <mingo@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
LKML <linux-kernel@vger.kernel.org>,
linux-rt-users <linux-rt-users@vger.kernel.org>
Subject: Re: [PATCH v3] sched/deadline: runtime overrun signal
Date: Tue, 12 Dec 2017 12:50:40 +0100 [thread overview]
Message-ID: <20171212115040.iffj4plu3iow7qoi@gmail.com> (raw)
In-Reply-To: <1513077024-25461-1-git-send-email-claudio@evidence.eu.com>
* 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
next prev parent reply other threads:[~2017-12-12 11:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-12 11:10 Claudio Scordino
2017-12-12 11:50 ` Ingo Molnar [this message]
2017-12-19 19:32 ` Peter Zijlstra
2018-01-10 12:17 ` [tip:sched/core] sched/deadline: Implement "runtime overrun signal" support tip-bot for Juri Lelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171212115040.iffj4plu3iow7qoi@gmail.com \
--to=mingo@kernel.org \
--cc=claudio@evidence.eu.com \
--cc=juri.lelli@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-users@vger.kernel.org \
--cc=luca.abeni@santannapisa.it \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--cc=tommaso.cucinotta@sssup.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®