News

History Some form of module support has been around since Linux 1.2. However, modern kernels can be built to include support for things or support them as modules.
In our previous installment, the author introduced methods for accessing peripherals from user space in Linux. In this installment, Abbott describes kernel modules and device drivers followed by a ...
The groundwork for Rust modules in Linux was laid with kernel 6.1, and by version 6.8, the first experimental Rust drivers, ...
Although Linux does not (yet) support this binary format, the good news is that you can learn how to write kernel modules by implementing COM support for the Linux kernel.
At the 2001 Linux Kernel Summit, NSA developers presented their work on Security-Enhanced Linux (SELinux) and emphasized the need for enhanced security support in the main Linux kernel. In the ensuing ...
What are Linux modules? Kernel modules are chunks of code that are loaded and unloaded into the kernel as needed, thus extending the functionality of the kernel without requiring a reboot. In fact ...
New Linux kernel "lockdown" module to limit high-privileged users -- even root -- from tampering with some kernel functionality. Written by Catalin Cimpanu, Contributor Sept. 29, 2019 at 4:24 p.m. PT ...
SentinelOne reported the flaw to the Kernel.org team on October 19. A patch was finalized by the module's maintainers by October 21 and released on lore.kernel.org four days later.
In this second excerpt, Abbott discusses kernel modules and device drivers. In Part 1 of this excerpt the author worked through an example of a simple kernel module. In this installment, Abbott ...