Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757815Ab3ETSTO (ORCPT ); Mon, 20 May 2013 14:19:14 -0400 Received: from mga14.intel.com ([143.182.124.37]:26830 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757796Ab3ETSTM (ORCPT ); Mon, 20 May 2013 14:19:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,709,1363158000"; d="scan'208";a="305274319" Message-ID: <519A691F.9060007@linux.intel.com> Date: Mon, 20 May 2013 11:19:11 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Linus Torvalds CC: Michal Hocko , "H. Peter Anvin" , =?UTF-8?B?RmVybmFuZG8gTHVpcyBWw6F6cXVleiBDYW8=?= , "Rafael J. Wysocki" , the arch/x86 maintainers , "linux-pm@vger.kernel.org" , Linux Kernel Mailing List Subject: Re: [PATCH] Revert "x86-64, init: Do not set NX bits on non-NX capable hardware" References: <20130514160108.GA5055@dhcp22.suse.cz> <1369062192-7066-1-git-send-email-mhocko@suse.cz> <519A483F.7070400@zytor.com> <20130520164335.GA9441@dhcp22.suse.cz> <519A67C9.6000709@linux.intel.com> In-Reply-To: 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 Content-Length: 870 Lines: 24 On 05/20/2013 11:18 AM, Linus Torvalds wrote: > On Mon, May 20, 2013 at 11:13 AM, H. Peter Anvin wrote: >> >> Indeed. Looks like we corrupt a random bit in memory on resume. > > Well, in this case, it's probably the DEBUG_PAGEALLOC that Michal has > enabled, which causes a page fault - and then a triple fault - at > secondary CPU startup. And the triple fault then results in a reboot. > Which explains the symptoms he gets. > > Without DEBUG_PAGEALLOC it ends up being "just" a single-bit corruption, yes. > Good, that explains what made it predictable. Score one for DEBUG_PAGEALLOC. -hpa -- 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/