summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2.6.32/4421_remove-legacy-pax-ei.patch6
-rw-r--r--2.6.39/4421_remove-legacy-pax-ei.patch6
2 files changed, 12 insertions, 0 deletions
diff --git a/2.6.32/4421_remove-legacy-pax-ei.patch b/2.6.32/4421_remove-legacy-pax-ei.patch
index 8a911f7..eb74a5f 100644
--- a/2.6.32/4421_remove-legacy-pax-ei.patch
+++ b/2.6.32/4421_remove-legacy-pax-ei.patch
@@ -1,3 +1,9 @@
+From: Anthony G. Basile <blueness@gentoo.org>
+
+This patch removes all references to legacy EI_PAX markings
+in favor of PT_PAX. It should be applied immediately after
+the grsecurity patch.
+
diff -Naur a/fs/binfmt_elf.c b/fs/binfmt_elf.c
--- a/fs/binfmt_elf.c 2011-07-30 07:14:33.000000000 -0400
+++ b/fs/binfmt_elf.c 2011-07-30 07:17:26.000000000 -0400
diff --git a/2.6.39/4421_remove-legacy-pax-ei.patch b/2.6.39/4421_remove-legacy-pax-ei.patch
index fe3cdd4..1e5db3a 100644
--- a/2.6.39/4421_remove-legacy-pax-ei.patch
+++ b/2.6.39/4421_remove-legacy-pax-ei.patch
@@ -1,3 +1,9 @@
+From: Anthony G. Basile <blueness@gentoo.org>
+
+This patch removes all references to legacy EI_PAX markings
+in favor of PT_PAX. It should be applied immediately after
+the grsecurity patch.
+
diff -Naur a/fs/binfmt_elf.c b/fs/binfmt_elf.c
--- a/fs/binfmt_elf.c 2011-07-30 06:31:54.000000000 -0400
+++ b/fs/binfmt_elf.c 2011-07-30 06:36:36.000000000 -0400