From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754528AbdEZTqJ convert rfc822-to-8bit (ORCPT ); Fri, 26 May 2017 15:46:09 -0400 Received: from terminus.zytor.com ([65.50.211.136]:54059 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754444AbdEZTqF (ORCPT ); Fri, 26 May 2017 15:46:05 -0400 Date: Fri, 26 May 2017 12:36:31 -0700 User-Agent: K-9 Mail for Android In-Reply-To: <40d58ba7-277c-6f4e-a4d7-15425d675dbf@intel.com> References: <20170525203334.867-1-kirill.shutemov@linux.intel.com> <20170526130057.t7zsynihkdtsepkf@node.shutemov.name> <83F4880B-5D1F-4576-A9B6-7DDF4173E2E5@zytor.com> <40d58ba7-277c-6f4e-a4d7-15425d675dbf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCHv1, RFC 0/8] Boot-time switching between 4- and 5-level paging To: Dave Hansen , Linus Torvalds , "Kirill A. Shutemov" CC: "Kirill A. Shutemov" , Andrew Morton , the arch/x86 maintainers , Thomas Gleixner , Ingo Molnar , Andi Kleen , Andy Lutomirski , "linux-arch@vger.kernel.org" , linux-mm , Linux Kernel Mailing List From: hpa@zytor.com Message-ID: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On May 26, 2017 12:23:18 PM PDT, Dave Hansen wrote: >On 05/26/2017 11:24 AM, hpa@zytor.com wrote: >> The only case where that even has any utility is for an application >> to want more than 128 TiB address space on a machine with no more >> than 64 TiB of RAM. It is kind of a narrow use case, I think. > >Doesn't more address space increase the effectiveness of ASLR? I >thought KASLR, especially, was limited in its effectiveness because of >a >lack of address space. The shortage of address space for KASLR is not addressable by LA57; rather, it would have to be addressed by compiling the kernel using a different (less efficient) memory model, presumably the "medium" memory model. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.