public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dinakar Guniguntala <dino@in.ibm.com>
To: Paul Jackson <pj@sgi.com>
Cc: Simon.Derr@bull.net, nickpiggin@yahoo.com.au,
	linux-kernel@vger.kernel.org, lse-tech@lists.sourceforge.net,
	colpatch@us.ibm.com, dipankar@in.ibm.com, akpm@osdl.org
Subject: Re: [Lse-tech] Re: [RFT PATCH] Dynamic sched domains (v0.6)
Date: Wed, 18 May 2005 23:36:52 +0530	[thread overview]
Message-ID: <20050518180652.GA4293@in.ibm.com> (raw)
In-Reply-To: <20050517225354.025c3cca.pj@sgi.com>

On Tue, May 17, 2005 at 10:53:54PM -0700, Paul Jackson wrote:
> Looking good.  Some minor comments on these three patches ...
> 
>  * The name 'nodemask' for the cpumask_t of CPUs that are siblings to CPU i
>    is a bit confusing (yes, that name was already there).  How about
>    something like 'siblings' ?

Not sure which code you are referring to here ?? I dont see any nodemask
referring to SMT siblings ? 

>    can be replaced with the one line:
> 
> 	cpus_andnot(cpu_default_map, *cpu_map, cpu_isolated_map);

yeah, ok

>    I would mildly prefer to always spell this 'cpu_exclusive' (with
>    underscore, not hyphen).

fine

>    Good work.

Thanks !

> 
>  * Question - any idea how much of a performance hiccup a system will feel
>    whenever someone changes the cpu_exclusive cpusets?  Could this lead
>    to a denial-of-service attack, if say some untrusted user were allowed
>    modify privileges on some small cpuset that was cpu_exclusive, and they
>    abused that privilege by turning on and off the cpu_exclusive property
>    on their little cpuset (or creating/destroying an exclusive child):
> 

I tried your script and see that it makes absolutely no impact on top.
The CPU on which it is running is mostly 100% idle. However I'll run
more tests to confirm that it has no impact


> 
>  * The cpuset 'oldcs' in update_flag() seems to only be used for its
>    cpu_exclusive flag.  We could save some stack space on my favorite
>    big honkin NUMA iron by just having a local variable for this
>    'old_cpu_exclusive' value, instead of the entire cpuset.
> 
>  * Similarly, though with a bit less savings, one could replace 'oldcs'
>    in update_cpumask() with just the old_cpus_allowed mask.
>    Or, skip even that, and compute a boolean flag:
> 	cpus_changed = cpus_equal(cs->cpus_allowed, trialcs.cpus_allowed);
>    before copying over the trialcs, so we only need one word of stack
>    for the boolean, not possibly many words for a cpumask.

ok for both

> 
>  * Non-traditional code style:
> 	}
> 	else {
>    should be instead:
> 	} else {

I dont know how that snuck back in, I'll change that

> 
>  * Is it the case that update_cpu_domains() is called with cpuset_sem held?
>    Would it be a good idea to note in the comment for that routine:
> 	 * Call with cpuset_sem held.  May nest a call to the
> 	 * lock_cpu_hotplug()/unlock_cpu_hotplug() pair.
>    I didn't callout the cpuset_sem lock precondition on many routines,
>    but since this one can nest the cpu_hotplug lock, it might be worth
>    calling it out, for the benefit of engineers who are passing through,
>    needing to know how the hotplug lock nests with other semaphores.

ok 

I do feel with the above updates the patches can go into -mm.
Appreciate all the review comments from everyone, Thanks


	-Dinakar

  reply	other threads:[~2005-05-18 17:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-17  4:10 [RFT PATCH] Dynamic sched domains (v0.6) Dinakar Guniguntala
2005-05-17  4:12 ` [PATCH 2/3] " Dinakar Guniguntala
2005-05-17  6:25   ` Nick Piggin
2005-05-17  9:35     ` Dinakar Guniguntala
2005-05-17  4:14 ` [PATCH 3/3] " Dinakar Guniguntala
2005-05-18  5:53 ` [RFT PATCH] " Paul Jackson
2005-05-18 18:06   ` Dinakar Guniguntala [this message]
2005-05-18 21:02     ` [Lse-tech] " Paul Jackson
2005-05-18 21:04     ` Paul Jackson
2005-05-18 21:05     ` Paul Jackson

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=20050518180652.GA4293@in.ibm.com \
    --to=dino@in.ibm.com \
    --cc=Simon.Derr@bull.net \
    --cc=akpm@osdl.org \
    --cc=colpatch@us.ibm.com \
    --cc=dipankar@in.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lse-tech@lists.sourceforge.net \
    --cc=nickpiggin@yahoo.com.au \
    --cc=pj@sgi.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