|
You are here |
outflux.net | ||
| | | | |
offlinemark.com
|
|
| | | | | Here is everything you need to know to set up a minimal Linux kernel dev environment on Ubuntu 20.04. It works great on small VPS instances, is optimized for a fast development cycle, and allows you to run custom binaries to exercise the specific kernel functionality being developed. Step 1: | |
| | | | |
williamdurand.fr
|
|
| | | | | CVE-2016-0728 has been disclosed earlier this week and it is a serious security issue. The vulnerability affects most of the Linux kernel versions (3.8 and above). Although the exploit seems tricky to successfully use, it is still a flaw that has to be patched ASAP. | |
| | | | |
nathanchance.dev
|
|
| | | | | Linux kernel patches [PATCH] Hexagon: Export raw I/O routines for modules: Hexagon is a digital signal processor architecture by Qualcomm, which is a little special in terms of the Linux kernel because it is the only architecture that does not have a GCC backend so LLVM has to be used to build it, meaning that it is important to keep it building. This patch fixes an issue with allmodconfig, which enables us to build a wide variety of code and verify the compiler is able to handle all of it. | |
| | | | |
stephennimmo.com
|
|
| | | [AI summary] The user is seeking a comprehensive explanation of deploying Solarflare Onload using the Kernel Module Management (KMM) operator on an OpenShift cluster. They provided a detailed guide covering the entire process, including preparing the SRPM source, building the container image, configuring the KMM Module CR, and handling the signing and deployment of kernel modules. The user also included a step-by-step explanation of the KMM workflow, including the role of the ConfigMap, secrets, and the interaction between the Module CR and the build process. | ||