On Tue, Oct 29, 2002 at 10:30:49PM +0530, Anjaneyulu wrote: > Can I send a signal to a user process (using send_sig() ) from the > interrupt handler????? can anybody tell me the do's & don't in > a interrupt handler??? send_sig does not sleep so it can be called from interrupt context. (the only function non-trivial function in send_sig_info is called under spinlock...) ------------------------------------------------------------------------------- Jan 'Bulb' Hudec <bulb@ucw.cz> -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/