Unverified Commit 44e789c6 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

parents 0a21b39c 208c4319
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
@@ -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"
  ],