From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 64D512195408B for ; Mon, 24 Apr 2017 18:18:33 -0700 (PDT) Date: Tue, 25 Apr 2017 09:18:25 +0800 From: Baoquan He Subject: Re: KASLR causes intermittent boot failures on some systems Message-ID: <20170425011825.GA4622@x1> References: <20170419133630.GA2311@x1> <20170420132632.GD2311@x1> <20170424230738.GA11734@x1> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Thomas Garnier Cc: LKML , "linux-nvdimm@lists.01.org" , Ingo Molnar List-ID: On 04/24/17 at 05:41pm, Thomas Garnier wrote: > On Mon, Apr 24, 2017 at 4:07 PM, Baoquan He wrote: > > Yeah, according to my debugging tracking, it goes as Dan said. And the > > is_ram is REGION_DISJOINT. And till arch_add_memory, the parameters > > passed to arch_add_memory are "arch_add_memory, align_start:0x10000000000, align_size:0x3000000000", > > seems it's going well. > > Hum ok, I hope it was another path given it seems the page table is > correctly setup on this one. > > Maybe looking at the PTEs with and without crash might help? (setting > this if statement to 1: > http://lxr.free-electrons.com/source/arch/x86/mm/init_64.c#L360) The page_size_mask is PG_LEVEL_1G, it should only enter into phys_pud_init and return. _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm