summaryrefslogtreecommitdiffstats
path: root/linux-2.6-32bit-mmap-exec-randomization.patch
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2011-06-17 14:54:42 -0400
committerDave Jones <davej@redhat.com>2011-06-17 14:54:42 -0400
commitc4c4240b3ca4a27486e8c53f1c6848b67027ddbb (patch)
tree37fef0649d9f8f71f137dfa38daf03bb2b85fcae /linux-2.6-32bit-mmap-exec-randomization.patch
parent975b3750e0ce1b9fef02ac02444136ed6dee9f0e (diff)
downloadkernel-c4c4240b3ca4a27486e8c53f1c6848b67027ddbb.tar.gz
kernel-c4c4240b3ca4a27486e8c53f1c6848b67027ddbb.tar.xz
kernel-c4c4240b3ca4a27486e8c53f1c6848b67027ddbb.zip
add info from paxtest to patch header
Diffstat (limited to 'linux-2.6-32bit-mmap-exec-randomization.patch')
-rw-r--r--linux-2.6-32bit-mmap-exec-randomization.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/linux-2.6-32bit-mmap-exec-randomization.patch b/linux-2.6-32bit-mmap-exec-randomization.patch
index dd40b60df..6008173b0 100644
--- a/linux-2.6-32bit-mmap-exec-randomization.patch
+++ b/linux-2.6-32bit-mmap-exec-randomization.patch
@@ -1,3 +1,13 @@
+Before:
+Heap randomisation test (PIE) : 16 bits (guessed)
+Main executable randomisation (PIE) : 8 bits (guessed)
+
+after:
+Heap randomisation test (PIE) : 19 bits (guessed)
+Main executable randomisation (PIE) : 12 bits (guessed)
+
+
+
--- b/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -397,6 +397,10 @@