From patchwork Tue Nov 10 23:46:52 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 59215 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nAANm8xh010432 for ; Tue, 10 Nov 2009 23:48:08 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754373AbZKJXsC (ORCPT ); Tue, 10 Nov 2009 18:48:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758674AbZKJXsC (ORCPT ); Tue, 10 Nov 2009 18:48:02 -0500 Received: from rcsinet11.oracle.com ([148.87.113.123]:35257 "EHLO rgminet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754373AbZKJXsA (ORCPT ); Tue, 10 Nov 2009 18:48:00 -0500 Received: from rgminet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nAANnOsT026227 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 10 Nov 2009 23:49:26 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by rgminet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nAAKUPZm026302; Tue, 10 Nov 2009 23:47:37 GMT Received: from abhmt012.oracle.com by acsmt357.oracle.com with ESMTP id 221539521257896813; Tue, 10 Nov 2009 17:46:53 -0600 Received: from [192.168.5.159] (/98.99.121.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 10 Nov 2009 15:46:53 -0800 Message-ID: <4AF9FB6C.70003@oracle.com> Date: Tue, 10 Nov 2009 15:46:52 -0800 From: Randy Dunlap User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: lkml , x86@kernel.org CC: linux-kbuild@vger.kernel.org Subject: [PATCH] x86 VSDO: fix Kconfig help X-Source-IP: acsmt357.oracle.com [141.146.40.157] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.4AF9FB98.00BC:SCFMA4539814,ss=1,fgs=0 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org --- lnx-2632-rc6.orig/arch/x86/Kconfig +++ lnx-2632-rc6/arch/x86/Kconfig @@ -1601,12 +1601,12 @@ config COMPAT_VDSO prompt "Compat VDSO support" depends on X86_32 || IA32_EMULATION ---help--- - Map the 32-bit VDSO to the predictable old-style address too. - ---help--- Say N here if you are running a sufficiently recent glibc version (2.3.3 or later), to remove the high-mapped VDSO mapping and to exclusively use the randomized VDSO. + Map the 32-bit VDSO to the predictable old-style address too. + If unsure, say Y. config CMDLINE_BOOL