From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752737AbdLLXKv (ORCPT ); Tue, 12 Dec 2017 18:10:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:48272 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752690AbdLLXKu (ORCPT ); Tue, 12 Dec 2017 18:10:50 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0813C20C0F 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: ACJfBotUvvQ/oNOIWBatXi+AWobeceqSc6eLk3cNQ1E7Mpxl4A3/cdIiAaPCNL6Q62Kds3rXTmtP6jHb59yPo1W6DAM= 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: Andy Lutomirski Date: Tue, 12 Dec 2017 15:10:28 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Linux 4.15-rc2: Regression in resume from ACPI S3 To: Linus Torvalds Cc: Andy Lutomirski , 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:33 PM, Linus Torvalds wrote: > 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. If I click "commit" on that page, I get my link, and it's still busted. > > Anyway, the code looks much better to me. > > Whether it _works_ is another matter, of course. > > Linus