From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753633AbaCKRDy (ORCPT ); Tue, 11 Mar 2014 13:03:54 -0400 Received: from [143.182.124.37] ([143.182.124.37]:41260 "EHLO mga14.intel.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752801AbaCKRDx (ORCPT ); Tue, 11 Mar 2014 13:03:53 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,632,1389772800"; d="scan'208";a="489907530" Message-ID: <531F41C7.6070003@linux.intel.com> Date: Tue, 11 Mar 2014 10:03:03 -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: Andy Lutomirski CC: Linus Torvalds , "linux-kernel@vger.kernel.org" , Stefani Seibold , the arch/x86 maintainers , Dave Jones , Martin Runge , Andreas Brief Subject: Re: [PATCH v2] x86: Remove compat vdso support References: <531F365B.4060000@linux.intel.com> <531F3D02.30706@linux.intel.com> In-Reply-To: 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 03/11/2014 09:45 AM, Andy Lutomirski wrote: > > We could even just relocate the damn thing wherever it ends up. That > will waste one page of memory per process, though. > We could definitely relocate it once and use the address across all processes (e.g. top of the user address space.) However, just changing one reserved page to two really is a trivial change which preserves the status quo. -hpa