On Wed, Mar 25, 2009 at 10:17 PM, Devesh Sharma <[email protected]> wrote:
> Hello list,
>
> consider a case where a user thread is waiting for some signal, and
> some how from my driver,
> I got the handler of this sleeping thread is it possible to send the
> desired signal to this sleeping
> thread from my driver module, is it safe to do?
>

kill_proc_info(int sig, struct siginfo *info, pid_t pid)
( http://lxr.linux.no/linux+v2.6.29/kernel/signal.c#L1096 )


> Thanks in advance
> devesh
>
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to [email protected]
> Please read the FAQ at http://kernelnewbies.org/FAQ
>
>



-- 
Thanks
Rizvan

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to