From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755371AbaCMUAA (ORCPT ); Thu, 13 Mar 2014 16:00:00 -0400 Received: from terminus.zytor.com ([198.137.202.10]:42791 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754593AbaCMT77 (ORCPT ); Thu, 13 Mar 2014 15:59:59 -0400 Message-ID: <53220DEB.6030902@zytor.com> Date: Thu, 13 Mar 2014 12:58:35 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Linus Torvalds CC: Pavel Emelyanov , Andy Lutomirski , Ingo Molnar , Cyrill Gorcunov , Stefani Seibold , "linux-kernel@vger.kernel.org" , Greg KH , Andrea Arcangeli , Andreas Brief , Andi Kleen , John Stultz , Thomas Gleixner , Andy Shevchenko , Martin Runge , the arch/x86 maintainers Subject: Re: [PATCH 3/3] x86, vdso32: handle 32 bit vDSO larger one page References: <1394664680-17799-1-git-send-email-stefani@seibold.net> <1394664680-17799-4-git-send-email-stefani@seibold.net> <5320E689.7060607@zytor.com> <5321D45C.7040504@zytor.com> <5321F418.1030304@zytor.com> <5321F72E.7030109@zytor.com> <8cf1b00c-ef93-4ad0-97f7-53888b50d160@email.android.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/13/2014 12:37 PM, Linus Torvalds wrote: > There are big advantages to "minimal code" at fixed addresses. The > vdso=native thing fills the page with 0xcc just to not give useful > instructions (still on my phone, so that may be a bogus memory) > > That said, I doubt we care just for OpenSUSE 9. Let it be slower. Yes. -hpa