I have this issue, that happens once in a while for no clear reason: I have kernel module, that sends messages to user space deamon application using genlmsg_unicast(). After some time, all messages start to fail and the error code is -11 (EAGAIN). And there's no way to get out of this. Even if I restart the user application. Also, I don't see any error on the receiving side in the application. It just stops receiving packets. Can somebody advise?
Thank you, Mark