Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[23.11] ZFS latestCompatibleLinuxPackages fixes, zfs: 2.1.14 -> 2.1.15 #302540

Merged
merged 2 commits into from
Apr 8, 2024

Commits on Apr 8, 2024

  1. zfs: update latestCompatibleLinuxPackages

    ZFS no longer tries to use GPL-only symbols on aarch64.
    
    Tested by building nixosTests.zfs.stable (modified to use Linux 6.6)
    and nixosTests.zfs.unstable.
    
    (cherry picked from commit 2b9f043)
    alyssais authored and Ma27 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    22f2c32 View commit details
    Browse the repository at this point in the history
  2. zfs_2_1: 2.1.14 -> 2.1.15

    This adds compatibility with newer kernels, which fixes
    nixosTests.zfs.series_2_1, which broke when the default kernel version
    was bumped.
    
    This means we no longer need the removeLinuxDRM option at all, but
    I've kept it around as a no-op so people can leave it set in case the
    same thing happens again in future.
    
    (cherry picked from commit 45f1428)
    alyssais authored and Ma27 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    98cb00a View commit details
    Browse the repository at this point in the history