[Vserver] Re: kprobes

2004-08-21 Thread Herbert Poetzl
On Sat, Aug 21, 2004 at 10:37:37AM +0200, Georges Toth wrote:
 hi,

hi Georges!

 i saw this on lwn.net:
 IBM developerWorks [0] shows how to use Kprobes to debug the Linux kernel. 
 The benefits of using Kprobes are many. printk's can be inserted without 
 rebuilding and rebooting the kernel. Processor registers can be logged and 
 even modified for debugging -- without disruption to the system. Similarly, 
 Linux kernel data structures can also be logged and even modified 
 non-disruptively as well. You can even debug race conditions on SMP systems 
 with Kprobes -- and save yourself the trouble of all that rebuilding and 
 rebooting. You'll find kernel debugging is faster and easier than ever.

yeah, thanks for notifying me ...

I've been monitoring the kprobes project for some
time now, and it really is interesting, especially
as the code required for each arch is very small

 maybe that could be _real_ useful for the vserver project ? :-)

yeah, it probably could, especially for hunting 
down nasty stuff on a real system ...

do you have any specific kernel debugging case in
mind here?

thanks again,
Herbert

 [0]: 
 http://www-106.ibm.com/developerworks/library/l-kprobes.html?ca=dgr-lnxw04Kprobe
 
 -- 
 
 regards,
 Georges Toth
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Re: kprobes

2004-08-21 Thread Georges Toth
 I've been monitoring the kprobes project for some
 time now, and it really is interesting, especially
 as the code required for each arch is very small

  maybe that could be _real_ useful for the vserver project ? :-)

 yeah, it probably could, especially for hunting
 down nasty stuff on a real system ...

 do you have any specific kernel debugging case in
 mind here?

not directly... i just wanted to let you (and others) know about that project 
in case you don't already :-).
i haven't had time yet to fully check it out, but thought it might be useful 
for debugging various stuff.
(i.e. quota, limitations(cpu, mem), ...)

-- 

regards,
Georges Toth
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Re: kprobes

2004-08-21 Thread Herbert Poetzl
On Sat, Aug 21, 2004 at 06:36:48PM +0200, Georges Toth wrote:
  I've been monitoring the kprobes project for some
  time now, and it really is interesting, especially
  as the code required for each arch is very small
 
   maybe that could be _real_ useful for the vserver project ? :-)
 
  yeah, it probably could, especially for hunting
  down nasty stuff on a real system ...
 
  do you have any specific kernel debugging case in
  mind here?
 
 not directly... i just wanted to let you (and others) know 
 about that project in case you don't already :-).

thanks, I really appreciate it!

 i haven't had time yet to fully check it out, but thought it 
 might be useful for debugging various stuff.
 (i.e. quota, limitations(cpu, mem), ...)

guess it will be

thanks,
Herbert

 
 -- 
 
 regards,
 Georges Toth
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver