summaryrefslogtreecommitdiffstats
path: root/linux-2.6-32bit-mmap-exec-randomization.patch
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-01-15 00:56:55 -0500
committerKyle McMartin <kyle@redhat.com>2011-01-15 00:56:55 -0500
commitee6c061eb9517d21067cab44eeadec08b91cbd7a (patch)
tree02af23e3a8c2dce8ce040aae37256cd68670073a /linux-2.6-32bit-mmap-exec-randomization.patch
parent685274a50860d0697240cf300ad417163be649cc (diff)
downloadkernel-ee6c061eb9517d21067cab44eeadec08b91cbd7a.tar.gz
kernel-ee6c061eb9517d21067cab44eeadec08b91cbd7a.tar.xz
kernel-ee6c061eb9517d21067cab44eeadec08b91cbd7a.zip
snapshot 2.6.37-git12
Diffstat (limited to 'linux-2.6-32bit-mmap-exec-randomization.patch')
-rw-r--r--linux-2.6-32bit-mmap-exec-randomization.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6-32bit-mmap-exec-randomization.patch b/linux-2.6-32bit-mmap-exec-randomization.patch
index d42638c27..dd40b60df 100644
--- a/linux-2.6-32bit-mmap-exec-randomization.patch
+++ b/linux-2.6-32bit-mmap-exec-randomization.patch
@@ -14,9 +14,9 @@
--- b/mm/mmap.c
+++ b/mm/mmap.c
@@ -28,6 +28,7 @@
- #include <linux/mmu_notifier.h>
#include <linux/perf_event.h>
#include <linux/audit.h>
+ #include <linux/khugepaged.h>
+#include <linux/random.h>
#include <asm/uaccess.h>