summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <basile@opensource.dyc.edu>2010-09-17 06:34:37 -0400
committerAnthony G. Basile <basile@opensource.dyc.edu>2010-09-17 06:34:37 -0400
commitaf8a6859ffd3ca1a1b8b8d20c77d7225b0bf3a75 (patch)
treeac14204af923403c3ae8fbd61077b6bc739c93b8
parentFix compile error with 2.2.0-2.6.34.6-201009161433 (diff)
downloadhardened-patchset-af8a6859ffd3ca1a1b8b8d20c77d7225b0bf3a75.tar.gz
hardened-patchset-af8a6859ffd3ca1a1b8b8d20c77d7225b0bf3a75.tar.bz2
hardened-patchset-af8a6859ffd3ca1a1b8b8d20c77d7225b0bf3a75.zip
Fixed compat_alloc_user_space undefined20100916
http://osdir.com/ml/general/2010-09/msg27713.html
-rw-r--r--2.6.32/0000_README2
-rw-r--r--2.6.32/4420_grsecurity-2.2.0-2.6.32.21-201009162222.patch (renamed from 2.6.32/4420_grsecurity-2.2.0-2.6.32.21-201009161433.patch)12
-rw-r--r--2.6.34/0000_README2
-rw-r--r--2.6.34/4420_grsecurity-2.2.0-2.6.34.7-201009162222.patch (renamed from 2.6.34/4420_grsecurity-2.2.0-2.6.34.7-201009161729.patch)12
4 files changed, 22 insertions, 6 deletions
diff --git a/2.6.32/0000_README b/2.6.32/0000_README
index ef2468b..495f8be 100644
--- a/2.6.32/0000_README
+++ b/2.6.32/0000_README
@@ -3,7 +3,7 @@ README
Individual Patch Descriptions:
-----------------------------------------------------------------------------
-Patch: 4420_grsecurity-2.2.0-2.6.32.21-201009161433.patch
+Patch: 4420_grsecurity-2.2.0-2.6.32.21-201009162222.patch
From: http://www.grsecurity.net
Desc: hardened-sources base patch from upstream grsecurity
diff --git a/2.6.32/4420_grsecurity-2.2.0-2.6.32.21-201009161433.patch b/2.6.32/4420_grsecurity-2.2.0-2.6.32.21-201009162222.patch
index 01fa5ed..4ed5e67 100644
--- a/2.6.32/4420_grsecurity-2.2.0-2.6.32.21-201009161433.patch
+++ b/2.6.32/4420_grsecurity-2.2.0-2.6.32.21-201009162222.patch
@@ -48999,8 +48999,16 @@ diff -urNp linux-2.6.32.21/kernel/capability.c linux-2.6.32.21/kernel/capability
+EXPORT_SYMBOL(capable_nolog);
diff -urNp linux-2.6.32.21/kernel/compat.c linux-2.6.32.21/kernel/compat.c
--- linux-2.6.32.21/kernel/compat.c 2010-08-13 16:24:37.000000000 -0400
-+++ linux-2.6.32.21/kernel/compat.c 2010-09-15 02:03:09.000000000 -0400
-@@ -1136,3 +1136,24 @@ compat_sys_sysinfo(struct compat_sysinfo
++++ linux-2.6.32.21/kernel/compat.c 2010-09-16 18:06:50.000000000 -0400
+@@ -13,6 +13,7 @@
+
+ #include <linux/linkage.h>
+ #include <linux/compat.h>
++#include <linux/module.h>
+ #include <linux/errno.h>
+ #include <linux/time.h>
+ #include <linux/signal.h>
+@@ -1136,3 +1137,24 @@ compat_sys_sysinfo(struct compat_sysinfo
return 0;
}
diff --git a/2.6.34/0000_README b/2.6.34/0000_README
index 65611e1..596261e 100644
--- a/2.6.34/0000_README
+++ b/2.6.34/0000_README
@@ -3,7 +3,7 @@ README
Individual Patch Descriptions:
-----------------------------------------------------------------------------
-Patch: 4420_grsecurity-2.2.0-2.6.34.7-201009161729.patch
+Patch: 4420_grsecurity-2.2.0-2.6.34.7-201009162222.patch
From: http://www.grsecurity.net
Desc: hardened-sources base patch from upstream grsecurity
diff --git a/2.6.34/4420_grsecurity-2.2.0-2.6.34.7-201009161729.patch b/2.6.34/4420_grsecurity-2.2.0-2.6.34.7-201009162222.patch
index ae9f914..26f3ea8 100644
--- a/2.6.34/4420_grsecurity-2.2.0-2.6.34.7-201009161729.patch
+++ b/2.6.34/4420_grsecurity-2.2.0-2.6.34.7-201009162222.patch
@@ -47468,8 +47468,16 @@ diff -urNp linux-2.6.34.7/kernel/capability.c linux-2.6.34.7/kernel/capability.c
+EXPORT_SYMBOL(capable_nolog);
diff -urNp linux-2.6.34.7/kernel/compat.c linux-2.6.34.7/kernel/compat.c
--- linux-2.6.34.7/kernel/compat.c 2010-08-13 16:29:15.000000000 -0400
-+++ linux-2.6.34.7/kernel/compat.c 2010-09-15 02:28:47.000000000 -0400
-@@ -1137,3 +1137,24 @@ compat_sys_sysinfo(struct compat_sysinfo
++++ linux-2.6.34.7/kernel/compat.c 2010-09-16 18:07:35.000000000 -0400
+@@ -13,6 +13,7 @@
+
+ #include <linux/linkage.h>
+ #include <linux/compat.h>
++#include <linux/module.h>
+ #include <linux/errno.h>
+ #include <linux/time.h>
+ #include <linux/signal.h>
+@@ -1137,3 +1138,24 @@ compat_sys_sysinfo(struct compat_sysinfo
return 0;
}