I\'m currently writing a Linux kernel module, and have problems implementing its communication with user space programs.
This kernel module needs to receive tasks issued
Instead of using normal sockets, proc fs and implementing a new system call, Use netlink sockets which offers full duplex communication between user space programs and kernel modules.