From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A677FC433FF for ; Wed, 7 Aug 2019 11:06:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7CA1C21E6C for ; Wed, 7 Aug 2019 11:06:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727522AbfHGLGG (ORCPT ); Wed, 7 Aug 2019 07:06:06 -0400 Received: from mga02.intel.com ([134.134.136.20]:57170 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726418AbfHGLGG (ORCPT ); Wed, 7 Aug 2019 07:06:06 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 04:05:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,357,1559545200"; d="scan'208";a="192894810" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.157]) by fmsmga001.fm.intel.com with SMTP; 07 Aug 2019 04:05:37 -0700 Received: by lahna (sSMTP sendmail emulation); Wed, 07 Aug 2019 14:05:36 +0300 Date: Wed, 7 Aug 2019 14:05:36 +0300 From: Mika Westerberg To: "Rafael J. Wysocki" Cc: Bjorn Helgaas , Lukas Wunner , Keith Busch , Alex Williamson , Alexandru Gagniuc , Matthias Andree , Paul Menzel , Nicholas Johnson , linux-pci@vger.kernel.org, Linux PM Subject: Re: [PATCH] Revert "PCI: Add missing link delays required by the PCIe spec" Message-ID: <20190807110536.GK2716@lahna.fi.intel.com> References: <20190807105718.77600-1-mika.westerberg@linux.intel.com> <2705367.zNMUfgmSmy@kreacher> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2705367.zNMUfgmSmy@kreacher> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Wed, Aug 07, 2019 at 01:01:26PM +0200, Rafael J. Wysocki wrote: > On Wednesday, August 7, 2019 12:57:18 PM CEST Mika Westerberg wrote: > > Commit c2bf1fc212f7 ("PCI: Add missing link delays required by the PCIe > > spec") turned out causing issues with some systems either by making them > > unresponsive or slowing down runtime and system wide resume of PCIe > > devices. While root cause for the unresponsiveness is still under > > investigation given the amount of issues reported better to revert it > > for now. > > Well, I've applied it, so I guess I should do the revert. > > I'll queue this one up as a fix for -rc4. Thanks!