From: Peter Zijlstra <a.p.zijlstra@chello.nl>
To: roel kluin <roel.kluin@gmail.com>
Cc: mingo@elte.hu, rml@tech9.net, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/9] sched: test below 0 on unsigned sysctl_sched_rt_period
Date: Tue, 22 Jul 2008 11:08:59 +0200 [thread overview]
Message-ID: <1216717739.7257.94.camel@twins> (raw)
In-Reply-To: <488529B2.1080609@gmail.com>
On Mon, 2008-07-21 at 20:28 -0400, roel kluin wrote:
> Peter, you added the test in global_rt_runtime(), in commit
> d0b27fa77854b149ad4af08b0fe47fe712a47ade
> could you take a look at it and tell whether this test should
> be replaced by something else?
>
> The patch was only checkpatch tested
> ---
> sysctl_sched_rt_period is unsigned so the test doesn't work.
> state_filter is an unsigned long so the test didn't work
>
> Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
> ---
> diff --git a/kernel/sched.c b/kernel/sched.c
> index 99e6d85..2030340 100644
> --- a/kernel/sched.c
> +++ b/kernel/sched.c
> @@ -832,9 +832,6 @@ static inline u64 global_rt_period(void)
>
> static inline u64 global_rt_runtime(void)
> {
> - if (sysctl_sched_rt_period < 0)
> - return RUNTIME_INF;
Gah, I'm a moron. That should read:
if (sysctl_sched_rt_runtime < 0)
Care to send a patch to fix it?
Thanks for spotting this!
next prev parent reply other threads:[~2008-07-22 9:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-22 0:28 roel kluin
2008-07-22 9:08 ` Peter Zijlstra [this message]
2008-07-22 20:51 ` [PATCH] sched: Test runtime rather than period in global_rt_runtime() roel kluin
2008-07-23 6:25 ` Peter Zijlstra
2008-07-28 14:04 ` Ingo Molnar
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=1216717739.7257.94.camel@twins \
--to=a.p.zijlstra@chello.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rml@tech9.net \
--cc=roel.kluin@gmail.com \
/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®