






This article explores the Linux kernel's /proc/*/mem pseudofile and its unique 'punch through' semantics that allow writes to succeed even when destination virtual memory is marked unwritable. The behavior is intentional and used by projects like Julia JIT compiler and rr debugge
This article explains TCP zero-copy, a Linux kernel feature that eliminates extra data copying between kernel memory and userspace buffers during network data transmission. The post details how this technology works under the hood, covering the kernel mechanisms that enable zero-






