From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753685AbdIGDZN (ORCPT ); Wed, 6 Sep 2017 23:25:13 -0400 Received: from mail-it0-f42.google.com ([209.85.214.42]:32928 "EHLO mail-it0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752350AbdIGDZM (ORCPT ); Wed, 6 Sep 2017 23:25:12 -0400 X-Google-Smtp-Source: ADKCNb4AV3qEo3UJVJ2Mq48SoMuhChY9NNk1HjVdA0Ld+knPeC9lWxjLwrk3iCoPZyKeNa9j6U/hKYcd/e0Us3kfClc= MIME-Version: 1.0 In-Reply-To: References: From: Linus Torvalds Date: Wed, 6 Sep 2017 20:25:10 -0700 X-Google-Sender-Auth: HpaKIMJhHqsj8lU3s6bZJlquMuQ Message-ID: Subject: Re: [PATCH 0/2] Fix resume failure due to PCID To: Andy Lutomirski Cc: X86 ML , Borislav Petkov , "linux-kernel@vger.kernel.org" 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, Sep 6, 2017 at 7:54 PM, Andy Lutomirski wrote: > Patch 1 is the fix. Patch 2 is a comment that would have kept me from > chasing down a false lead. Yes, this seems to fix things for me. Thanks. Of course, right now that laptop has no working wifi with tip-of-tree due to some issues with the networking tree, but that's an independent thing and I could suspend and resume with this. So applied and pushed out, Linus