© 2026 Hashnode
Introduction Adrishya is a Linux kernel module that leverages advanced kernel hooking techniques, specifically using ftrace (the Linux kernel’s function tracer) to hook into the mkdir system call. The module is designed to block directory creation at...

Introduction: Zero-copy networking is a groundbreaking technique that is revolutionizing the way data is transmitted across networks. By eliminating unnecessary data copying between kernel and user space, zero-copy networking drastically reduces late...
