Skip to content

Commit 9192c8c

Browse files
authored
linuxPackages: 6.12 -> 6.18 (NixOS#485549)
2 parents b7cd41b + c9ddb6d commit 9192c8c

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

nixos/doc/manual/release-notes/rl-2605.section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
66

7-
- Create the first release note entry in this section!
7+
- The default kernel package has been updated from 6.12 to 6.18. All supported kernels remain available.
88

99
## New Modules {#sec-release-26.05-new-modules}
1010

nixos/modules/tasks/filesystems/bcachefs.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@ in
242242
}
243243
];
244244

245-
# Use LTS that bcachefs is compatible with.
246-
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_6_18;
247-
248245
# needed for systemd-remount-fs
249246
system.fsPackages = [ cfg.package ];
250247
services.udev.packages = [ cfg.package ];

pkgs/top-level/linux-kernels.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ in
278278

279279
linux_6_12_hardened = hardenedKernelFor kernels.linux_6_12 { };
280280

281-
linux_hardened = hardenedKernelFor packageAliases.linux_default.kernel { };
281+
linux_hardened = linux_6_12_hardened;
282282
}
283283
// lib.optionalAttrs config.allowAliases {
284284
linux_libre = throw "linux_libre has been removed due to lack of maintenance";
@@ -812,7 +812,7 @@ in
812812
);
813813

814814
packageAliases = {
815-
linux_default = packages.linux_6_12;
815+
linux_default = packages.linux_6_18;
816816
# Update this when adding the newest kernel major version!
817817
linux_latest = packages.linux_6_19;
818818
linux_rt_default = packages.linux_rt_5_15;

0 commit comments

Comments
 (0)