Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-patchset:master commit in: 3.10.4/
Date: Thu, 01 Aug 2013 14:02:01
Message-Id: 1375365869.3ca9009ed39f4db589da2eab808252ef550e53b8.blueness@gentoo
1 commit: 3ca9009ed39f4db589da2eab808252ef550e53b8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 14:04:29 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 14:04:29 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=3ca9009e
7
8 Grsec/PaX: 2.9.1-3.10.4-201307311627
9
10 ---
11 3.10.4/0000_README | 2 +-
12 ...302312.patch => 4420_grsecurity-2.9.1-3.10.4-201307311627.patch} | 6 ++++--
13 2 files changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/3.10.4/0000_README b/3.10.4/0000_README
16 index 830c760..ec1a9e6 100644
17 --- a/3.10.4/0000_README
18 +++ b/3.10.4/0000_README
19 @@ -2,7 +2,7 @@ README
20 -----------------------------------------------------------------------------
21 Individual Patch Descriptions:
22 -----------------------------------------------------------------------------
23 -Patch: 4420_grsecurity-2.9.1-3.10.4-201307302312.patch
24 +Patch: 4420_grsecurity-2.9.1-3.10.4-201307311627.patch
25 From: http://www.grsecurity.net
26 Desc: hardened-sources base patch from upstream grsecurity
27
28
29 diff --git a/3.10.4/4420_grsecurity-2.9.1-3.10.4-201307302312.patch b/3.10.4/4420_grsecurity-2.9.1-3.10.4-201307311627.patch
30 similarity index 99%
31 rename from 3.10.4/4420_grsecurity-2.9.1-3.10.4-201307302312.patch
32 rename to 3.10.4/4420_grsecurity-2.9.1-3.10.4-201307311627.patch
33 index 9a8b4ad..afbc771 100644
34 --- a/3.10.4/4420_grsecurity-2.9.1-3.10.4-201307302312.patch
35 +++ b/3.10.4/4420_grsecurity-2.9.1-3.10.4-201307311627.patch
36 @@ -58361,10 +58361,10 @@ index 0000000..36845aa
37 +endif
38 diff --git a/grsecurity/gracl.c b/grsecurity/gracl.c
39 new file mode 100644
40 -index 0000000..edeba3a
41 +index 0000000..29892a3
42 --- /dev/null
43 +++ b/grsecurity/gracl.c
44 -@@ -0,0 +1,4176 @@
45 +@@ -0,0 +1,4178 @@
46 +#include <linux/kernel.h>
47 +#include <linux/module.h>
48 +#include <linux/sched.h>
49 @@ -61628,6 +61628,7 @@ index 0000000..edeba3a
50 + goto out;
51 + }
52 +
53 ++#ifdef CONFIG_COMPAT
54 + pax_open_kernel();
55 + if (compat) {
56 + copy_gr_arg_wrapper = &copy_gr_arg_wrapper_compat;
57 @@ -61657,6 +61658,7 @@ index 0000000..edeba3a
58 + get_gr_arg_wrapper_size = &get_gr_arg_wrapper_size_normal;
59 + }
60 + pax_close_kernel();
61 ++#endif
62 +
63 + req_count = get_gr_arg_wrapper_size();
64 +