Skip to content

[Backport release-25.11] Bump linux kernels - #501542

Merged
zowoq merged 6 commits into
release-25.11from
backport-499615-to-release-25.11
Mar 20, 2026
Merged

[Backport release-25.11] Bump linux kernels#501542
zowoq merged 6 commits into
release-25.11from
backport-499615-to-release-25.11

linux_6_18: 6.18.18 -> 6.18.19

e9e930e
Select commit
Loading
Failed to load commit list.
OfBorg / linux_6_12, linux_6_12.passthru.tests, linux_6_18, linux_6_18.passthru.tests, linux_6_19, linux_6_19.passthru.tests, linux_testing, linux_testing.passthru.tests on aarch64-darwin skipped May 5, 2026 in 0s

No attempt

The following builds were skipped because they don't evaluate on aarch64-darwin: linux_6_12, linux_6_12.passthru.tests, linux_6_18, linux_6_18.passthru.tests, linux_6_19, linux_6_19.passthru.tests, linux_testing, linux_testing.passthru.tests

Details

Partial log

                then pass `--impure` in order to allow use of environment variables.

       b) For `nixos-rebuild` you can set
         { nixpkgs.config.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.