Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934058AbdDGOva (ORCPT ); Fri, 7 Apr 2017 10:51:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31361 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755901AbdDGOvX (ORCPT ); Fri, 7 Apr 2017 10:51:23 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2CAE4C04B946 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jmoyer@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 2CAE4C04B946 From: Jeff Moyer To: Thomas Garnier Cc: Ingo Molnar , Baoquan He , Dan Williams , LKML , linux-nvdimm@ml01.01.org, Kees Cook Subject: Re: KASLR causes intermittent boot failures on some systems References: X-PGP-KeyID: 1F78E1B4 X-PGP-CertKey: F6FE 280D 8293 F72C 65FD 5A58 1FF8 A7CA 1F78 E1B4 X-PCLoadLetter: What the f**k does that mean? Date: Fri, 07 Apr 2017 10:51:21 -0400 In-Reply-To: (Thomas Garnier's message of "Fri, 7 Apr 2017 07:49:43 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 07 Apr 2017 14:51:23 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 929 Lines: 25 Thomas Garnier writes: > CCing Kees for information. > > On Fri, Apr 7, 2017 at 7:41 AM, Jeff Moyer wrote: >> Hi, >> >> commit 021182e52fe01 ("x86/mm: Enable KASLR for physical mapping memory >> regions") causes some of my systems with persistent memory (whether real >> or emulated) to fail to boot with a couple of different crash >> signatures. The first signature is a NMI watchdog lockup of all but 1 >> cpu, which causes much difficulty in extracting useful information from >> the console. The second variant is an invalid paging request, listed >> below. >> >> On some systems, I haven't hit this problem at all. Other systems >> experience a failed boot maybe 20-30% of the time. To reproduce it, >> configure some emulated pmem on your system. You can find directions >> for that here: https://nvdimm.wiki.kernel.org/ > > Did you try to repro on qemu? I did not. -Jeff