Re: Signals/ Communication from kernel to user!

2005-02-28 Thread Lee Revell
On Mon, 2005-02-28 at 21:06 +0530, Ravindra Nadgauda wrote: > > Hello, >We wanted to establish a communication from kernel module (possibly a > driver) to a user level process. > >Wanted to know whether signals can be used for this purpose OR there any > other (better) methods of

Re: Signals/ Communication from kernel to user!

2005-02-28 Thread Der Herr Hofrat
> > > Hello, >We wanted to establish a communication from kernel module (possibly a > driver) to a user level process. > >Wanted to know whether signals can be used for this purpose OR there any > other (better) methods of communication?? > a bit brute force but you can simply run

Re: Signals/ Communication from kernel to user!

2005-02-28 Thread Timothy R. Chavez
On Mon, 28 Feb 2005 21:06:57 +0530, Ravindra Nadgauda <[EMAIL PROTECTED]> wrote: > > > Hello, >We wanted to establish a communication from kernel module (possibly a > driver) to a user level process. > >Wanted to know whether signals can be used for this purpose OR there any > other

Signals/ Communication from kernel to user!

2005-02-28 Thread Ravindra Nadgauda
Hello, We wanted to establish a communication from kernel module (possibly a driver) to a user level process. Wanted to know whether signals can be used for this purpose OR there any other (better) methods of communication?? Regards, Ravindra N. - To unsubscribe from this list: send the

Signals/ Communication from kernel to user!

2005-02-28 Thread Ravindra Nadgauda
Hello, We wanted to establish a communication from kernel module (possibly a driver) to a user level process. Wanted to know whether signals can be used for this purpose OR there any other (better) methods of communication?? Regards, Ravindra N. - To unsubscribe from this list: send the

Re: Signals/ Communication from kernel to user!

2005-02-28 Thread Timothy R. Chavez
On Mon, 28 Feb 2005 21:06:57 +0530, Ravindra Nadgauda [EMAIL PROTECTED] wrote: Hello, We wanted to establish a communication from kernel module (possibly a driver) to a user level process. Wanted to know whether signals can be used for this purpose OR there any other (better)

Re: Signals/ Communication from kernel to user!

2005-02-28 Thread Der Herr Hofrat
Hello, We wanted to establish a communication from kernel module (possibly a driver) to a user level process. Wanted to know whether signals can be used for this purpose OR there any other (better) methods of communication?? a bit brute force but you can simply run through the

Re: Signals/ Communication from kernel to user!

2005-02-28 Thread Lee Revell
On Mon, 2005-02-28 at 21:06 +0530, Ravindra Nadgauda wrote: Hello, We wanted to establish a communication from kernel module (possibly a driver) to a user level process. Wanted to know whether signals can be used for this purpose OR there any other (better) methods of