public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Shailabh Nagar <nagar@watson.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: ckrm-tech@lists.sourceforge.net, niwa.hideyuki@soft.fujitsu.com
Subject: Re: [RFC] Class-based Kernel Resource Management
Date: Wed, 03 Sep 2003 15:20:33 -0400	[thread overview]
Message-ID: <3F563F01.3030207@watson.ibm.com> (raw)
In-Reply-To: <20030903105409.0c341574.niwa.hideyuki@soft.fujitsu.com>

NIWA Hideyuki wrote:

> Hello.
> 
> I tried ckrm (Class-based Kernel Resource Management) patch. 
> I am very interested in ckrm. 

Thanks for your interest and feedback.

> However, I found the following problems. 
> 
> 1) Both of ckcpu and ckmem could not be applied at the same time. 
>  I corrected the patch by hand. 
>  Is it impossible to use both at the same time?

No, it is the intent of the project to have all four controllers cpu, memory,
io and network to be usable simultaneously.

However, the supplied patches for each controller only assume the core patch
(ckcore) to have been applied. We'll try to provide rollups of all controllers
combined on the ckrm site once the combinations get tested (if you do that, please let us
know !)


> 2) When rbcemod of the module is compiled, "ckrm_cpu_change_class" 
>    becomes an undeclared symbol. 
> 
>  I modified kernel source kernel/class.c and export "ckrm_cpu_change_class": 
>         EXPORT_SYMBOL(ckrm_cpu_change_class);

Thanks. I'll add it to the next version.

> 3) The bash process newly executed dies one after another when rbadmin 
>    is executed.
> 
>  The value of the argument "cls" of the "ckrm_cpu_change_class" 
>  function might be NULL. 
>  Therefore, the NULL pointer dereference occurs when it 
>  starts changing the class of the bash process. 

Will check this out.


-Shailabh


  reply	other threads:[~2003-09-03 19:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-29 19:51 [RFC] Class-based Kernel Resource Management Shailabh Nagar
2003-09-03  1:54 ` NIWA Hideyuki
2003-09-03 19:20   ` Shailabh Nagar [this message]
2003-09-17  5:08     ` NIWA Hideyuki

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=3F563F01.3030207@watson.ibm.com \
    --to=nagar@watson.ibm.com \
    --cc=ckrm-tech@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=niwa.hideyuki@soft.fujitsu.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