From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kirill A. Shutemov" Subject: Re: [PATCH 26/26] x86/mm: allow to have userspace mappings above 47-bits Date: Fri, 24 Mar 2017 11:59:31 +0300 Message-ID: <20170324085931.7hvhrs2emqu5k5mr@node.shutemov.name> References: <20170313055020.69655-1-kirill.shutemov@linux.intel.com> <20170313055020.69655-27-kirill.shutemov@linux.intel.com> <87a88jg571.fsf@skywalker.in.ibm.com> <20170317175714.3bvpdylaaudf4ig2@node.shutemov.name> <877f3lfzdo.fsf@skywalker.in.ibm.com> <95631D05-2CA2-4967-A29E-DB396C76F62D@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:32787 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965156AbdCXI7g (ORCPT ); Fri, 24 Mar 2017 04:59:36 -0400 Received: by mail-wm0-f65.google.com with SMTP id n11so1890457wma.0 for ; Fri, 24 Mar 2017 01:59:34 -0700 (PDT) Content-Disposition: inline In-Reply-To: <95631D05-2CA2-4967-A29E-DB396C76F62D@zytor.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: hpa@zytor.com Cc: "Aneesh Kumar K.V" , linux-arch , Thomas Gleixner , Ingo Molnar , Michal Hocko , linux-kernel@vger.kernel.org, Andrew Morton , "Kirill A. Shutemov" , Arnd Bergmann , Andy Lutomirski , Dave Hansen , linux-mm@kvack.org, x86@kernel.org, Andi Kleen , Linus Torvalds On Mon, Mar 20, 2017 at 11:08:41AM -0700, hpa@zytor.com wrote: > This *better* be conditional on some kind of settable limit. Having a > barrier in the middle of the address space for no apparent reason to > "clean" software is insane. I had the same argument (on your side) before, but if you look on numbers it's far from the middle of address space. The barrier is around 0.2% from the start 56-bit address space. And it's we have vdso/vvar/stack just below the barier anyway. I don't think we would loose much if wouldn't not allow VMA to sit across it. -- Kirill A. Shutemov