doc/linux: make it explicit that we do not accept new kernel flavors (#473318)

This commit is contained in:
Maximilian Bosch
2025-12-29 12:01:50 +00:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -158,3 +158,9 @@ The change gets submitted like this:
* Keep the previously latest kernel until its mainline counterpart gets removed.
After that `linux_hardened` points to the latest LTS supported by hardened.
* __SQUASH__ the changes into the `linux_X_Y_hardened: init at …` commit.
### Policy for accepting new kernel flavours {#sec-linux-new-kernels}
No new downstream kernels are accepted into nixpkgs. That includes kernels that use the mainline
sourcetree, but a different configuration. Kernels for extended hardware support should go
to [nixos-hardware](github.com/NixOS/nixos-hardware) instead.

View File

@@ -4398,6 +4398,9 @@
"sec-linux-kernel-developing-modules": [
"index.html#sec-linux-kernel-developing-modules"
],
"sec-linux-new-kernels": [
"index.html#sec-linux-new-kernels"
],
"ex-edit-compile-run-kernel-modules": [
"index.html#ex-edit-compile-run-kernel-modules"
],