From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753547AbdLMSur (ORCPT ); Wed, 13 Dec 2017 13:50:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:58158 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752932AbdLMSuo (ORCPT ); Wed, 13 Dec 2017 13:50:44 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 45185218D8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=luto@kernel.org X-Google-Smtp-Source: ACJfBoukEoIafsM73Mx4fhtsqhNz74b0ZK5wyLuVzFOGMW9XbhD8t5ra0oX8srOP91sSi6tTjbJRIK3tlKG8N9+6yAA= MIME-Version: 1.0 In-Reply-To: <12d690d3-bbec-a746-a769-42fb92ac036d@linux.intel.com> References: <2809506.pL8kVbvXcY@aspire.rjw.lan> <1578405.51lzoSX1jh@aspire.rjw.lan> <20171209103325.GA13867@amd> <20171209220110.GA11496@amd> <20171210162305.GA10159@amd> <20171210185638.GA10363@amd> <20171210204350.GA25013@amd> <12d690d3-bbec-a746-a769-42fb92ac036d@linux.intel.com> From: Andy Lutomirski Date: Wed, 13 Dec 2017 10:50:22 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Linux 4.15-rc2: Regression in resume from ACPI S3 To: Jarkko Nikula Cc: Andy Lutomirski , Linus Torvalds , Pavel Machek , Zhang Rui , Thomas Gleixner , "Rafael J. Wysocki" , Linux Kernel Mailing List , "the arch/x86 maintainers" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 13, 2017 at 3:16 AM, Jarkko Nikula wrote: > On 12/13/2017 12:10 AM, Andy Lutomirski wrote: >> >> On Tue, Dec 12, 2017 at 10:36 AM, Linus Torvalds >> wrote: >>> >>> On Tue, Dec 12, 2017 at 10:05 AM, Andy Lutomirski >>> wrote: >> >> Like this? >> >> >> https://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git/commit/?h=x86/fixes&id=cb855aa9679a15adbe43732f5854270de2b35856 >> >> I've barely tested it. It suspended and resumed once in a 64-bit VM. >> It compiles on 32-bit. >> > I tested with "rtcwake -s 5 -m mem" 2-3 times on a real machine. Both 64-bit > and 32-bit work. > > Tested-by: Jarkko Nikula Thanks! I've split the patch into three and put your Tested-By on all of them, since the end state is exactly the same as what you tested. I'll email them out once I test them myself :)