From: Juri Lelli <juri.lelli@arm.com>
To: Tommaso Cucinotta <tommaso.cucinotta@sssup.it>
Cc: Luca Abeni <luca.abeni@unitn.it>,
Juri Lelli <juri.lelli@gmail.com>,
Peter Zijlstra <peterz@infradead.org>,
linux-kernel@vger.kernel.org,
Daniel Bistrot de Oliveira <danielbristot@gmail.com>,
Tommaso Cucinotta <tommaso@lyx.org>
Subject: Re: [RFC PATCH] sched/deadline: show leftover runtime and abs deadline in /proc/*/sched
Date: Tue, 25 Oct 2016 10:39:58 +0100 [thread overview]
Message-ID: <20161025093958.GT21757@e106622-lin> (raw)
In-Reply-To: <1477348374-8248-2-git-send-email-tommaso.cucinotta@sssup.it>
Hi,
On 25/10/16 00:32, Tommaso Cucinotta wrote:
> From: Tommaso Cucinotta <tommaso@lyx.org>
You should probably commit from your sssup address?
Also changelog is missing. You can simply put here part of your cover
letter wordings.
>
> ---
> kernel/sched/debug.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c
> index fa178b6..109adc0 100644
> --- a/kernel/sched/debug.c
> +++ b/kernel/sched/debug.c
> @@ -953,6 +953,10 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m)
> #endif
> P(policy);
> P(prio);
> + if (p->policy == SCHED_DEADLINE) {
> + P(dl.runtime);
> + P(dl.deadline);
> + }
For testing purposes looks ok to me.
Best,
- Juri
next prev parent reply other threads:[~2016-10-25 9:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-24 22:32 [RFC PATCH] sched/deadline: show leftover runtime and abs deadline in /proc/-/sched Tommaso Cucinotta
2016-10-24 22:32 ` [RFC PATCH] sched/deadline: show leftover runtime and abs deadline in /proc/*/sched Tommaso Cucinotta
2016-10-25 9:39 ` Juri Lelli [this message]
2016-10-25 9:25 ` [RFC PATCH] sched/deadline: show leftover runtime and abs deadline in /proc/-/sched Peter Zijlstra
2016-10-25 9:33 ` Juri Lelli
2016-10-25 10:10 ` luca abeni
2016-10-25 11:31 ` Daniel Bristot de Oliveira
2016-10-26 9:17 ` [PATCH] " Tommaso Cucinotta
2016-10-26 9:17 ` [PATCH] sched/deadline: show leftover runtime and abs deadline in /proc/*/sched Tommaso Cucinotta
2017-01-14 12:47 ` [tip:sched/core] sched/deadline: Show " tip-bot for Tommaso Cucinotta
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=20161025093958.GT21757@e106622-lin \
--to=juri.lelli@arm.com \
--cc=danielbristot@gmail.com \
--cc=juri.lelli@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=luca.abeni@unitn.it \
--cc=peterz@infradead.org \
--cc=tommaso.cucinotta@sssup.it \
--cc=tommaso@lyx.org \
/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