From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752425Ab2LTSlp (ORCPT ); Thu, 20 Dec 2012 13:41:45 -0500 Received: from terminus.zytor.com ([198.137.202.10]:55503 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752232Ab2LTSlg (ORCPT ); Thu, 20 Dec 2012 13:41:36 -0500 Message-ID: <50D35BBB.7020905@zytor.com> Date: Thu, 20 Dec 2012 10:40:59 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Roland McGrath CC: "H.J. Lu" , Stefani Seibold , Andy Lutomirski , linux-kernel@vger.kernel.org, x86@kernel.org, tglx@linutronix.de, mingo@redhat.com, ak@linux.intel.com, aarcange@redhat.com, john.stultz@linaro.org, xemul@parallels.com, gorcunov@openvz.org, andriy.shevchenko@linux.intel.com, Linus Torvalds , jakub@redhat.com Subject: Re: [PATCH 6/6] Add 32 bit VDSO support for 32 and 64 bit kernels References: <1355823656-13902-1-git-send-email-stefani@seibold.net> <1355823656-13902-7-git-send-email-stefani@seibold.net> <50D09733.3080502@zytor.com> <1355849558.26967.24.camel@wall-e> <50D0B986.7020009@zytor.com> <1355862759.28056.14.camel@wall-e> <1355989294.24672.9.camel@wall-e> <1356025992.25530.1.camel@wall-e> <50D35713.1090506@zytor.com> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/20/2012 10:35 AM, Roland McGrath wrote: > The Kconfig text for COMPAT_VDSO suggests that glibc versions prior to > 2.3.3 may have relied on the fixed address. I can't find anything in the > libc revision history to explain that (AFAIK the code always used > AT_SYSINFO* since it started using the vDSO at all), but it might have been > something less obvious. Someone like Jakub might recall the details. Jakub, any insights? We're trying to figure out if anything ever depended on the COMPAT_VDSO (at a fixed address), in particular for i386 (as opposed to x86-64). -hpa