Communication between user-space and kernel space using Netlink sockets
As mentioned in Linux kernel souce code net/netlink/af_netlink.c, netlink is a Kernel-user communication protocol which allows user … Read more
Linux Device Drivers
As mentioned in Linux kernel souce code net/netlink/af_netlink.c, netlink is a Kernel-user communication protocol which allows user … Read more
If you have already followed “Writing first Linux kernel Module and understanding Kernel module compilation, loading and … Read more