Unverified Commit 208c4319 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

doc/linux: make it explicit that we do not accept new kernel flavors

So far, this rule was only a comment in the `linux-kernels.nix`[1],
better make it explicit in our manual.

[1] https://github.com/NixOS/nixpkgs/blob/f74c64bacf35f0be2c781de68afc2c84a8c54ea1/pkgs/top-level/linux-kernels.nix#L91
parent 3ffc5965
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.
+3 −0
Original line number Diff line number Diff line
@@ -4395,6 +4395,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"
  ],