From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S944716AbdEZTXg (ORCPT ); Fri, 26 May 2017 15:23:36 -0400 Received: from mga09.intel.com ([134.134.136.24]:26915 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754322AbdEZTXe (ORCPT ); Fri, 26 May 2017 15:23:34 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,399,1491289200"; d="scan'208";a="1135143140" Subject: Re: [PATCHv1, RFC 0/8] Boot-time switching between 4- and 5-level paging To: hpa@zytor.com, Linus Torvalds , "Kirill A. Shutemov" References: <20170525203334.867-1-kirill.shutemov@linux.intel.com> <20170526130057.t7zsynihkdtsepkf@node.shutemov.name> <83F4880B-5D1F-4576-A9B6-7DDF4173E2E5@zytor.com> 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: Dave Hansen Message-ID: <40d58ba7-277c-6f4e-a4d7-15425d675dbf@intel.com> Date: Fri, 26 May 2017 12:23:18 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <83F4880B-5D1F-4576-A9B6-7DDF4173E2E5@zytor.com> 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 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.