From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753754AbaCMVKY (ORCPT ); Thu, 13 Mar 2014 17:10:24 -0400 Received: from mga09.intel.com ([134.134.136.24]:19735 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753586AbaCMVKW (ORCPT ); Thu, 13 Mar 2014 17:10:22 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,649,1389772800"; d="scan'208";a="471912034" Date: Thu, 13 Mar 2014 14:10:16 -0700 From: Andi Kleen To: "H. Peter Anvin" Cc: Linus Torvalds , Pavel Emelyanov , Andy Lutomirski , Ingo Molnar , Cyrill Gorcunov , Stefani Seibold , "linux-kernel@vger.kernel.org" , Greg KH , Andrea Arcangeli , Andreas Brief , 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 Message-ID: <20140313211016.GC3793@tassilo.jf.intel.com> References: <8cf1b00c-ef93-4ad0-97f7-53888b50d160@email.android.com> <53220DEB.6030902@zytor.com> <20140313210010.GB3793@tassilo.jf.intel.com> <53221D78.7000606@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53221D78.7000606@zytor.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 13, 2014 at 02:04:56PM -0700, H. Peter Anvin wrote: > On 03/13/2014 02:00 PM, Andi Kleen wrote: > > > > At some point the majority of my nfsroot test image were OpenSUSE 9. > > It was the last opensuse system that booted fast without udev or initrd :-) > > > > I have mostly retired them by now, but still occasional usage. > > > > So that why i would prefer to not cripple it. > > > > It is already crippled in the sense that you can't boot without > CONFIG_COMPAT_VDSO... so in that sense nothing has really changed. And? I always set that option of course. Doesn't cripple it in any way. Forcing it to int 0x80 does however. -Andi