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 6616F138982 for ; Mon, 11 Feb 2013 00:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBC9421C00E; Mon, 11 Feb 2013 00:40:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73DB721C00E for ; Mon, 11 Feb 2013 00:40:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8282533E25A for ; Mon, 11 Feb 2013 00:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1084FE4073 for ; Mon, 11 Feb 2013 00:40:19 +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: <1360542800.c3e8ad33c2012fb17eb0e7e38c033e2396c068ea.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-patchset:20130209 commit in: 3.2.38/ X-VCS-Repository: proj/hardened-patchset X-VCS-Files: 3.2.38/4470_disable-compat_vdso.patch X-VCS-Directories: 3.2.38/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: c3e8ad33c2012fb17eb0e7e38c033e2396c068ea X-VCS-Branch: 20130209 Date: Mon, 11 Feb 2013 00:40:19 +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: efeeabcc-7595-4f3b-ba17-79b825887639 X-Archives-Hash: ac877a46f37a757bc690726e00029d16 Message-ID: <20130211004019._2x7CLgW1FQz22va7vPmQPhgAT---LLpYokfj51L5lI@z> commit: c3e8ad33c2012fb17eb0e7e38c033e2396c068ea Author: Anthony G. Basile gentoo org> AuthorDate: Mon Feb 11 00:33:20 2013 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Feb 11 00:33:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=c3e8ad33 Fix 3.2.38/4470_disable-compat_vdso.patch --- 3.2.38/4470_disable-compat_vdso.patch | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/3.2.38/4470_disable-compat_vdso.patch b/3.2.38/4470_disable-compat_vdso.patch index 4742d01..c06bd8b 100644 --- a/3.2.38/4470_disable-compat_vdso.patch +++ b/3.2.38/4470_disable-compat_vdso.patch @@ -32,7 +32,7 @@ diff -urp a/arch/x86/Kconfig b/arch/x86/Kconfig def_bool n - prompt "Compat VDSO support" depends on X86_32 || IA32_EMULATION - depends on !PAX_NOEXEC && !PAX_MEMORY_UDEREF + depends on !PAX_PAGEEXEC && !PAX_SEGMEXEC && !PAX_KERNEXEC && !PAX_MEMORY_UDEREF - ---help--- - Map the 32-bit VDSO to the predictable old-style address too. -