From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AF75A1387FD for ; Mon, 31 Mar 2014 11:45:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51AFFE09BE; Mon, 31 Mar 2014 11:45:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC88FE09BE for ; Mon, 31 Mar 2014 11:45:49 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1663A33FB6F for ; Mon, 31 Mar 2014 11:45:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 55524188A2 for ; Mon, 31 Mar 2014 11:45:47 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1396266354.a49eb5964e6e872990046c2eff55ba3c466d3f9c.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-patchset:master commit in: 3.2.55/ X-VCS-Repository: proj/hardened-patchset X-VCS-Files: 3.2.55/0000_README 3.2.55/4420_grsecurity-3.0-3.2.55-201403281858.patch 3.2.55/4420_grsecurity-3.0-3.2.55-201403300851.patch X-VCS-Directories: 3.2.55/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a49eb5964e6e872990046c2eff55ba3c466d3f9c X-VCS-Branch: master Date: Mon, 31 Mar 2014 11:45:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 967b2f6e-10f4-44c8-98c8-6c7a00c500c6 X-Archives-Hash: 411b9660e50cde17880be172640d3619 commit: a49eb5964e6e872990046c2eff55ba3c466d3f9c Author: Anthony G. Basile gentoo org> AuthorDate: Mon Mar 31 11:45:54 2014 +0000 Commit: Anthony G. Basile gentoo 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