From 697cbbc6179de7d22e311ccd6e1a883711024acf Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 2 Sep 2017 14:34:24 +0200 Subject: [PATCH] kernelPatches.grsecurity_testing: remove --- pkgs/os-specific/linux/kernel/patches.nix | 8 -------- 1 file changed, 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;