summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2017-09-07 03:29:36 +0200
committerRobin Gloster <mail@glob.in>2017-11-02 13:14:57 +0100
commit7dce131b8625e4cb51f1e4ebcb28f88e21458c14 (patch)
tree3e4c5dbcc749ea6499864e96b748c02e0e512015 /pkgs/os-specific/linux/kernel/patches.nix
parent1fc6f4695ce03cba4d48c42ab4874d90d86ea3a8 (diff)
downloadnixpkgs-7dce131b8625e4cb51f1e4ebcb28f88e21458c14.tar
nixpkgs-7dce131b8625e4cb51f1e4ebcb28f88e21458c14.tar.gz
nixpkgs-7dce131b8625e4cb51f1e4ebcb28f88e21458c14.tar.bz2
nixpkgs-7dce131b8625e4cb51f1e4ebcb28f88e21458c14.tar.lz
nixpkgs-7dce131b8625e4cb51f1e4ebcb28f88e21458c14.tar.xz
nixpkgs-7dce131b8625e4cb51f1e4ebcb28f88e21458c14.tar.zst
nixpkgs-7dce131b8625e4cb51f1e4ebcb28f88e21458c14.zip
kernelmptcp: 0.91.3 -> 0.92.1
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 93d7acdd8e7..c1288108b4f 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -58,15 +58,6 @@ rec {
 
   cpu-cgroup-v2 = import ./cpu-cgroup-v2-patches;
 
-  DCCP_double_free_vulnerability_CVE-2017-6074 = rec
-    { name = "DCCP_double_free_vulnerability_CVE-2017-6074.patch";
-      patch = fetchpatch {
-        inherit name;
-        url = "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/patch/?id=5edabca9d4cff7f1f2b68f0bac55ef99d9798ba4";
-        sha256 = "10dmv3d3gj8rvj9h40js4jh8xbr5wyaqiy0kd819mya441mj8ll2";
-      };
-    };
-
   tag_hardened = rec {
     name = "tag-hardened";
     patch = ./tag-hardened.patch;