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.2.55/
Date: Mon, 31 Mar 2014 11:45:54
Message-Id: 1396266354.a49eb5964e6e872990046c2eff55ba3c466d3f9c.blueness@gentoo
1 commit: a49eb5964e6e872990046c2eff55ba3c466d3f9c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 31 11:45:54 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 31 11:45:54 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=a49eb596
7
8 Grsec/PaX: 3.0-3.2.55-201403300851
9
10 ---
11 3.2.55/0000_README | 2 +-
12 ... 4420_grsecurity-3.0-3.2.55-201403300851.patch} | 28 ----------------------
13 2 files changed, 1 insertion(+), 29 deletions(-)
14
15 diff --git a/3.2.55/0000_README b/3.2.55/0000_README
16 index 89a0c5a..d6fed9e 100644
17 --- a/3.2.55/0000_README
18 +++ b/3.2.55/0000_README
19 @@ -138,7 +138,7 @@ Patch: 1054_linux-3.2.55.patch
20 From: http://www.kernel.org
21 Desc: Linux 3.2.55
22
23 -Patch: 4420_grsecurity-3.0-3.2.55-201403281858.patch
24 +Patch: 4420_grsecurity-3.0-3.2.55-201403300851.patch
25 From: http://www.grsecurity.net
26 Desc: hardened-sources base patch from upstream grsecurity
27
28
29 diff --git a/3.2.55/4420_grsecurity-3.0-3.2.55-201403281858.patch b/3.2.55/4420_grsecurity-3.0-3.2.55-201403300851.patch
30 similarity index 99%
31 rename from 3.2.55/4420_grsecurity-3.0-3.2.55-201403281858.patch
32 rename to 3.2.55/4420_grsecurity-3.0-3.2.55-201403300851.patch
33 index aabac92..73a3dcc 100644
34 --- a/3.2.55/4420_grsecurity-3.0-3.2.55-201403281858.patch
35 +++ b/3.2.55/4420_grsecurity-3.0-3.2.55-201403300851.patch
36 @@ -53057,34 +53057,6 @@ index 8cdd8ea..64197b4 100644
37 kiocb->ki_nr_segs = kiocb->ki_nbytes;
38 kiocb->ki_cur_seg = 0;
39 /* ki_nbytes/left now reflect bytes instead of segs */
40 -diff --git a/fs/anon_inodes.c b/fs/anon_inodes.c
41 -index f11e43e..544bdd2 100644
42 ---- a/fs/anon_inodes.c
43 -+++ b/fs/anon_inodes.c
44 -@@ -216,13 +216,10 @@ static int __init anon_inode_init(void)
45 - {
46 - int error;
47 -
48 -- error = register_filesystem(&anon_inode_fs_type);
49 -- if (error)
50 -- goto err_exit;
51 - anon_inode_mnt = kern_mount(&anon_inode_fs_type);
52 - if (IS_ERR(anon_inode_mnt)) {
53 - error = PTR_ERR(anon_inode_mnt);
54 -- goto err_unregister_filesystem;
55 -+ goto err_exit;
56 - }
57 - anon_inode_inode = anon_inode_mkinode();
58 - if (IS_ERR(anon_inode_inode)) {
59 -@@ -234,8 +231,6 @@ static int __init anon_inode_init(void)
60 -
61 - err_mntput:
62 - kern_unmount(anon_inode_mnt);
63 --err_unregister_filesystem:
64 -- unregister_filesystem(&anon_inode_fs_type);
65 - err_exit:
66 - panic(KERN_ERR "anon_inode_init() failed (%d)\n", error);
67 - }
68 diff --git a/fs/attr.c b/fs/attr.c
69 index b8f55c4..4c2b80c 100644
70 --- a/fs/attr.c