From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752754AbdLLWdK (ORCPT ); Tue, 12 Dec 2017 17:33:10 -0500 Received: from mail-io0-f196.google.com ([209.85.223.196]:33925 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752320AbdLLWdG (ORCPT ); Tue, 12 Dec 2017 17:33:06 -0500 X-Google-Smtp-Source: ACJfBotE01L4tx947MBFq8IuGGfvjr+DKdSDyR+fYHTviqsrcUjJptTCUqOC8crYl9fgFcVb0vUF4+sI47wKmisiAn4= MIME-Version: 1.0 In-Reply-To: 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> From: Linus Torvalds Date: Tue, 12 Dec 2017 14:33:05 -0800 X-Google-Sender-Auth: rApLbTzv_Hfg6OC2tw5rsIsTxak Message-ID: Subject: Re: Linux 4.15-rc2: Regression in resume from ACPI S3 To: Andy Lutomirski Cc: Pavel Machek , Zhang Rui , Thomas Gleixner , Jarkko Nikula , "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 Tue, Dec 12, 2017 at 2:10 PM, Andy Lutomirski wrote: > > (That link might not work for a little bit. I'm not sure what's up.) I think your link is just bogus. https://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git/commit/?h=x86/fixes works. Anyway, the code looks much better to me. Whether it _works_ is another matter, of course. Linus