linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NIWA Hideyuki <niwa.hideyuki@soft.fujitsu.com>
To: linux-kernel@vger.kernel.org
Cc: niwa.hideyuki@soft.fujitsu.com, ckrm-tech@lists.sourceforge.net
Subject: Re: [RFC] Class-based Kernel Resource Management
Date: Wed, 03 Sep 2003 10:54:09 +0900	[thread overview]
Message-ID: <20030903105409.0c341574.niwa.hideyuki@soft.fujitsu.com> (raw)
In-Reply-To: <1062186708.15245.832.camel@elinux05.watson.ibm.com>

Hello.

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

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?

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);

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. 

best regards,
NIWA


  reply	other threads:[~2003-09-03  1:54 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 [this message]
2003-09-03 19:20   ` Shailabh Nagar
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=20030903105409.0c341574.niwa.hideyuki@soft.fujitsu.com \
    --to=niwa.hideyuki@soft.fujitsu.com \
    --cc=ckrm-tech@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).