summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-12-10 17:08:42 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-12-10 17:08:42 +0100
commit9074d9859e44390ee1deec2c27cef6c9780b0c8c (patch)
tree27d7090907cdc79281ddd083082293edbc94ea9d /pkgs/os-specific/linux/kernel/patches.nix
parentff15333fe468928b0f57b51abe1c293467786906 (diff)
downloadnixpkgs-9074d9859e44390ee1deec2c27cef6c9780b0c8c.tar
nixpkgs-9074d9859e44390ee1deec2c27cef6c9780b0c8c.tar.gz
nixpkgs-9074d9859e44390ee1deec2c27cef6c9780b0c8c.tar.bz2
nixpkgs-9074d9859e44390ee1deec2c27cef6c9780b0c8c.tar.lz
nixpkgs-9074d9859e44390ee1deec2c27cef6c9780b0c8c.tar.xz
nixpkgs-9074d9859e44390ee1deec2c27cef6c9780b0c8c.tar.zst
nixpkgs-9074d9859e44390ee1deec2c27cef6c9780b0c8c.zip
linux: add patch to fix CVE-2016-8655
See https://lwn.net/Articles/708319/ for more information.
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 3fab12b64a6..66f03edbdf2 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -149,6 +149,14 @@ rec {
         url = "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git"
             + "/patch/drivers/lguest/x86/core.c?id=cdd77e87eae52";
         sha256 = "04xlx6al10cw039av6jkby7gx64zayj8m1k9iza40sw0fydcfqhc";
+      };
+    };
+
+  packet_fix_race_condition_CVE_2016_8655 =
+    { name = "packet_fix_race_condition_CVE_2016_8655.patch";
+      patch = fetchpatch {
+        url = "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/patch/?id=84ac7260236a49c79eede91617700174c2c19b0c";
+        sha256 = "19viqjjgq8j8jiz5yhgmzwhqvhwv175q645qdazd1k69d25nv2ki";
+      };
     };
-  };
 }