kernel: rollback to 6.12
Major ZFS issue causing deadlocks on my system: https://github.com/openzfs/zfs/issues/18426
This commit is contained in:
@@ -133,8 +133,10 @@
|
|||||||
boot.kernel.sysctl."vm.nr_hugepages" = service_configs.hugepages_2m.total_pages;
|
boot.kernel.sysctl."vm.nr_hugepages" = service_configs.hugepages_2m.total_pages;
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
# 6.18 LTS until 2027
|
# 6.12 LTS until 2027-03. Kernel 6.18 causes a reproducible ZFS deadlock
|
||||||
kernelPackages = pkgs.linuxPackages_6_18;
|
# in dbuf_evict due to page allocator changes (__free_frozen_pages).
|
||||||
|
# https://github.com/openzfs/zfs/issues/18426
|
||||||
|
kernelPackages = pkgs.linuxPackages_6_12;
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
|
|||||||
Reference in New Issue
Block a user