summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-06-29 08:26:25 -0400
committerTim Steinbach <tim@nequissimus.com>2017-06-29 08:26:25 -0400
commitd1aff8d2e5610d1026a5a2f0e6ff8653a4123efe (patch)
tree32445eab00994aca8a86b644a34a69c5e938438f /pkgs/os-specific/linux/kernel/patches.nix
parent6b35f22e281a1218f9add3fc40940356042b1662 (diff)
downloadnixpkgs-d1aff8d2e5610d1026a5a2f0e6ff8653a4123efe.tar
nixpkgs-d1aff8d2e5610d1026a5a2f0e6ff8653a4123efe.tar.gz
nixpkgs-d1aff8d2e5610d1026a5a2f0e6ff8653a4123efe.tar.bz2
nixpkgs-d1aff8d2e5610d1026a5a2f0e6ff8653a4123efe.tar.lz
nixpkgs-d1aff8d2e5610d1026a5a2f0e6ff8653a4123efe.tar.xz
nixpkgs-d1aff8d2e5610d1026a5a2f0e6ff8653a4123efe.tar.zst
nixpkgs-d1aff8d2e5610d1026a5a2f0e6ff8653a4123efe.zip
linux: 4.9.34 -> 4.9.35
Also, remove XSA-216 patches, the fixes are now integrated upstream
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index cbba50710b5..1747d34fe11 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -156,21 +156,4 @@ rec {
         sha256 = "10dmv3d3gj8rvj9h40js4jh8xbr5wyaqiy0kd819mya441mj8ll2";
       };
     };
-
-  # https://xenbits.xen.org/xsa/advisory-216.html
-  xen_XSA_216 =
-    { name = "xen_XSA-216";
-      patch = fetchpatch {
-        url = "https://xenbits.xen.org/xsa/xsa216-linux-4.11.patch";
-        sha256 = "14h017n6qwnraw5bv72q9xkg2w7xvx290505kny5zfwx891xahs8";
-      };
-    };
-
-  xen_XSA_216_4-4 =
-    { name = "xen_XSA-216-4.4";
-      patch = fetchpatch {
-        url = "https://xenbits.xen.org/xsa/xsa216-linux-4.4.patch";
-        sha256 = "1lv50wpr4lr49i4vp04vl778wcs9xn1jm51hp91h87jr0g3pbvi2";
-      };
-    };
 }