Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ddd23719bbd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc828291966d
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 22, 2019

  1. linux_4_14: restore __kernel_fpu_{begin,restore}

    Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to
    4.14, so add the reverting patch to restore zfs performance.
    
    (cherry picked from commit 71b4b7b)
    tilpner committed Jun 22, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    tilpner Till Höppner
    Copy the full SHA
    f817fd0 View commit details
  2. linux_4_19: restore __kernel_fpu_{begin,restore}

    Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to
    4.19, so add the reverting patch to restore zfs performance.
    
    (cherry picked from commit 0e6d0c1)
    tilpner committed Jun 22, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    tilpner Till Höppner
    Copy the full SHA
    e649185 View commit details

Commits on Jun 23, 2019

  1. linux_4_{14,19}: restore __kernel_fpu_{begin,restore} (#63665)

    linux_4_{14,19}: restore __kernel_fpu_{begin,restore}
    Mic92 authored Jun 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cc82829 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 pkgs/top-level/all-packages.nix
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -14719,13 +14719,15 @@ in
# when adding a new linux version
kernelPatches.cpu-cgroup-v2."4.11"
kernelPatches.modinst_arg_list_too_long
kernelPatches.export_kernel_fpu_functions
];
};

linux_4_19 = callPackage ../os-specific/linux/kernel/linux-4.19.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
kernelPatches.export_kernel_fpu_functions
];
};