Re: kernel debugging in 30 minutes or less

2009-07-09 Thread kachin2
I've found netdump, or diskdump to be useful and easy to setup, though this is only supported by Red Hat kernels. - Kent On Thu, Jul 9, 2009 at 5:55 AM, Robert P. J. Day wrote: > > i'm going to leech off of the collective intelligence of this list > for a few minutes. toward the end of a 1-day

Re: kernel debugging in 30 minutes or less

2009-07-09 Thread kachin2
I've found netdump, or diskdump to be useful and easy to setup, though this is only supported by Red Hat kernels. - Kent On Thu, Jul 9, 2009 at 5:55 AM, Robert P. J. Day wrote: > > i'm going to leech off of the collective intelligence of this list > for a few minutes. toward the end of a 1-day

Re: Netlink event listener in kernel

2009-06-29 Thread kachin2
Have you looked into using the notification chains? Registering to this chains (via notifier_chain_register) will notify you about the event by invoking your callback function. On Sun, Jun 28, 2009 at 11:03 PM, Martin Andre wrote: > Hello, > > I'm new to this list and also to kernel development