commit:     a49eb5964e6e872990046c2eff55ba3c466d3f9c
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 11:45:54 2014 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 11:45:54 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=a49eb596

Grsec/PaX: 3.0-3.2.55-201403300851

---
 3.2.55/0000_README                                 |  2 +-
 ... 4420_grsecurity-3.0-3.2.55-201403300851.patch} | 28 ----------------------
 2 files changed, 1 insertion(+), 29 deletions(-)

diff --git a/3.2.55/0000_README b/3.2.55/0000_README
index 89a0c5a..d6fed9e 100644
--- a/3.2.55/0000_README
+++ b/3.2.55/0000_README
@@ -138,7 +138,7 @@ Patch:      1054_linux-3.2.55.patch
 From:  http://www.kernel.org
 Desc:  Linux 3.2.55
 
-Patch: 4420_grsecurity-3.0-3.2.55-201403281858.patch
+Patch: 4420_grsecurity-3.0-3.2.55-201403300851.patch
 From:  http://www.grsecurity.net
 Desc:  hardened-sources base patch from upstream grsecurity
 

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
similarity index 99%
rename from 3.2.55/4420_grsecurity-3.0-3.2.55-201403281858.patch
rename to 3.2.55/4420_grsecurity-3.0-3.2.55-201403300851.patch
index aabac92..73a3dcc 100644
--- 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
@@ -53057,34 +53057,6 @@ index 8cdd8ea..64197b4 100644
        kiocb->ki_nr_segs = kiocb->ki_nbytes;
        kiocb->ki_cur_seg = 0;
        /* ki_nbytes/left now reflect bytes instead of segs */
-diff --git a/fs/anon_inodes.c b/fs/anon_inodes.c
-index f11e43e..544bdd2 100644
---- a/fs/anon_inodes.c
-+++ b/fs/anon_inodes.c
-@@ -216,13 +216,10 @@ static int __init anon_inode_init(void)
- {
-       int error;
- 
--      error = register_filesystem(&anon_inode_fs_type);
--      if (error)
--              goto err_exit;
-       anon_inode_mnt = kern_mount(&anon_inode_fs_type);
-       if (IS_ERR(anon_inode_mnt)) {
-               error = PTR_ERR(anon_inode_mnt);
--              goto err_unregister_filesystem;
-+              goto err_exit;
-       }
-       anon_inode_inode = anon_inode_mkinode();
-       if (IS_ERR(anon_inode_inode)) {
-@@ -234,8 +231,6 @@ static int __init anon_inode_init(void)
- 
- err_mntput:
-       kern_unmount(anon_inode_mnt);
--err_unregister_filesystem:
--      unregister_filesystem(&anon_inode_fs_type);
- err_exit:
-       panic(KERN_ERR "anon_inode_init() failed (%d)\n", error);
- }
 diff --git a/fs/attr.c b/fs/attr.c
 index b8f55c4..4c2b80c 100644
 --- a/fs/attr.c

Reply via email to