summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-09-02 14:34:24 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2017-09-02 15:56:49 +0200
commit697cbbc6179de7d22e311ccd6e1a883711024acf (patch)
treed40bd0e8481c5ecc0d387ed9db918665fe1f0d5a /pkgs/os-specific/linux/kernel/patches.nix
parent5125e209a986977b052f8545fd94244817687d1c (diff)
downloadnixpkgs-697cbbc6179de7d22e311ccd6e1a883711024acf.tar
nixpkgs-697cbbc6179de7d22e311ccd6e1a883711024acf.tar.gz
nixpkgs-697cbbc6179de7d22e311ccd6e1a883711024acf.tar.bz2
nixpkgs-697cbbc6179de7d22e311ccd6e1a883711024acf.tar.lz
nixpkgs-697cbbc6179de7d22e311ccd6e1a883711024acf.tar.xz
nixpkgs-697cbbc6179de7d22e311ccd6e1a883711024acf.tar.zst
nixpkgs-697cbbc6179de7d22e311ccd6e1a883711024acf.zip
kernelPatches.grsecurity_testing: remove
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index e5f430b4d82..0a364823640 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -51,14 +51,6 @@ rec {
       patch = ./modinst-arg-list-too-long.patch;
     };
 
-  grsecurity_testing = throw ''
-    Upstream has ceased free support for grsecurity/PaX.
-
-    See https://grsecurity.net/passing_the_baton.php
-    and https://grsecurity.net/passing_the_baton_faq.php
-    for more information.
-  '';
-
   genksyms_fix_segfault =
     { name = "genksyms-fix-segfault";
       patch = ./genksyms-fix-segfault.patch;