Re: Handling Signals in the driver

From: Richard B. Johnson
Date: Fri Jul 02 2004 - 08:52:47 EST


On Fri, 2 Jul 2004, Srinivas G. wrote:

> Hi All,
>
> Is there any method to send a signal from device driver to a Daemon
> Process?
>
> Actually I have written a program to generate a daemon process. It was
> working fine. I developed the application to send a signal to my daemon
> to perform some action based on the signal. It was also working fine.
> Now my intention is to send a signal from a device driver to the daemon
> process. Is it possible?
>
> I am not very sure of how to achieve this.
> Please help me address this issue.
>
> Thank in advance,
>
> Srinivas G

kill_proc(pid, SIGNAL, 1);

Cheers,
Dick Johnson
Penguin : Linux version 2.4.26 on an i686 machine (5570.56 BogoMips).
Note 96.31% of all statistics are fiction.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/