Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752838AbbBRHWl (ORCPT ); Wed, 18 Feb 2015 02:22:41 -0500 Received: from mail-ig0-f176.google.com ([209.85.213.176]:58428 "EHLO mail-ig0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750774AbbBRHWk (ORCPT ); Wed, 18 Feb 2015 02:22:40 -0500 MIME-Version: 1.0 In-Reply-To: <20150211061148.GA4448@dhcp-17-102.nay.redhat.com> References: <1423015400-12629-1-git-send-email-yinghai@kernel.org> <20150211061148.GA4448@dhcp-17-102.nay.redhat.com> Date: Tue, 17 Feb 2015 23:22:39 -0800 X-Google-Sender-Auth: tZ9gqrDHBjkTKK005hVU0A58_yY Message-ID: Subject: Re: [PATCH] x86, boot: Allow 64bit EFI kernel to be loaded above 4G From: Yinghai Lu To: Baoquan He Cc: Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1294 Lines: 30 On Tue, Feb 10, 2015 at 10:11 PM, Baoquan He wrote: > Hi Yinghai, > > Could you please help to have a look at a problem which I encountered? > > I am trying to make kaslr randomize on both kernel physical and virtual > address separately. Now the separate randomization has been done, > kernel physical address can be randomized to [16M, 4G], and virtual > address can be randomzed to [16M, 1G]. Below is the post. > http://thread.gmane.org/gmane.linux.kernel/1870532 > > Now I am trying to make kernel physical address randomize anywhere, not > limited to below 4G. As you know in arch/x86/boot/compressed/head_64.S a > identity mapping of 0~4G has been built, for address above 4G I added an > IDT and #PF handler. Then I hardcoded the output address of > choose_kernel_location as 5G, the #PF handler worked, however it will > reboot in arch/x86/kernel/head_64.S. For 64bit, I'd like to see bootloader could load kernel to random hw address. otherwise you will need to set another ident mapping for new range. Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/