I have a problem calling kill_fasync from interrupt contex
Hi,
I am trying similar thing here. trying to call a kill_fasync from an interrupt context, in order to wake up a user land application at interrupt. It works without an problem at first kenel module run.
But when I reload my kernel module, the SIGIOs from kill_fasync are never reported to user space. But this is only happening with ISR. The other kernel handler functions like timer is able to kill_fasync without problem.
Some helping directions will be much appreciated.
Thanks
|