From 836f2ffe87dbc95963262ccaf1788a75ca608bb8 Mon Sep 17 00:00:00 2001 From: toastal Date: Mon, 31 Jul 2023 10:43:51 +0700 Subject: [PATCH] =?UTF-8?q?zfsUnstable:=202.1.12=20=E2=86=92=202.1.13-unst?= =?UTF-8?q?able-2023-08-02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/openzfs/zfs/commits/zfs-2.1.13-staging With anecdote from a NixOS user that it’s working https://github.com/openzfs/zfs/pull/15125 …working for me as well as I built+booted from this commit. --- pkgs/os-specific/linux/zfs/unstable.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/zfs/unstable.nix b/pkgs/os-specific/linux/zfs/unstable.nix index bd8893fc1429976..00ed89730f206f6 100644 --- a/pkgs/os-specific/linux/zfs/unstable.nix +++ b/pkgs/os-specific/linux/zfs/unstable.nix @@ -12,10 +12,12 @@ in callPackage ./generic.nix args { # check the release notes for compatible kernels kernelCompatible = if stdenv'.isx86_64 || removeLinuxDRM - then kernel.kernelOlder "6.4" + then kernel.kernelOlder "6.5" else kernel.kernelOlder "6.2"; - latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_1; + latestCompatibleLinuxPackages = if stdenv'.isx86_64 || removeLinuxDRM + then linuxKernel.packages.linux_6_4 + else linuxKernel.packages.linux_6_1; # this package should point to a version / git revision compatible with the latest kernel release # IMPORTANT: Always use a tagged release candidate or commits from the