I did something recently I haven’t done in a long time: I recompiled the Linux kernel. There was a time when this was a common occurrence. You might want a feature that the default kernel didn’t ...
Alexei Starovoitov posted some patches to allow the kernel to load regular ELF binaries (aka plain executables) as kernel modules. These modules would be able to run user-mode helper routines instead ...
Have you ever felt the urge to make your own private binary format for use in Linux? Perhaps you have looked at creating the smallest possible binary when compiling a project, and felt disgusted with ...
I have been running Debian a few years now but haven't really dug into the proper way to handle kernel modules in regards to auto-loading/unloading (i'll get to this) and the setup of modules.conf. I ...
Members of the open source community are working on a new security-focused project for the Linux kernel. Named Linux Kernel Runtime Guard (LKRG), this is a loadable kernel module that will perform ...
The big picture: Nvidia first released an open-source Linux GPU kernel driver in 2022 for cards based on the Turing architecture and newer. The company has since taken significant strides towards ...