summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-02-10 13:45:20 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-02-10 13:45:20 +0100
commit57f2d329acec8265cf5ab6fc5c3fb7752e4ac5c1 (patch)
treeb83addf1b65e28dd6fee0463509a18661e71b72f /pkgs/os-specific/linux/kernel/patches.nix
parent12834a8500619b247a52594ea94b0a1a423ad6d9 (diff)
downloadnixpkgs-57f2d329acec8265cf5ab6fc5c3fb7752e4ac5c1.tar
nixpkgs-57f2d329acec8265cf5ab6fc5c3fb7752e4ac5c1.tar.gz
nixpkgs-57f2d329acec8265cf5ab6fc5c3fb7752e4ac5c1.tar.bz2
nixpkgs-57f2d329acec8265cf5ab6fc5c3fb7752e4ac5c1.tar.lz
nixpkgs-57f2d329acec8265cf5ab6fc5c3fb7752e4ac5c1.tar.xz
nixpkgs-57f2d329acec8265cf5ab6fc5c3fb7752e4ac5c1.tar.zst
nixpkgs-57f2d329acec8265cf5ab6fc5c3fb7752e4ac5c1.zip
linux_3_{10,12,14}: fix upstream regression, fixes #6231
Some modules wouldn't load crc32c dependency due to module renaming.
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 6c8047ab1d4..14c25374b3f 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -82,4 +82,9 @@ rec {
     { name = "grsec-fix-path";
       patch = ./grsec-path.patch;
     };
+
+  crc_regression =
+    { name = "crc-backport-regression";
+      patch = ./crc-regression.patch;
+    };
 }