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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,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 5278EC433E7 for ; Wed, 14 Oct 2020 05:51:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 07E6B2222A for ; Wed, 14 Oct 2020 05:51:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727849AbgJNFv5 (ORCPT ); Wed, 14 Oct 2020 01:51:57 -0400 Received: from mga09.intel.com ([134.134.136.24]:12505 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725983AbgJNFv5 (ORCPT ); Wed, 14 Oct 2020 01:51:57 -0400 IronPort-SDR: XN6jSVruBduUaZ12g5ErPYESO8tYCco70IgSqPq99DhW63Nh04FDXdUs85IQoiPdWaGoUcJUn7 FBua66Z963rQ== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="166159740" X-IronPort-AV: E=Sophos;i="5.77,373,1596524400"; d="scan'208";a="166159740" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2020 22:51:56 -0700 IronPort-SDR: sVsJXTI7dB54zNeQbmq28Lv8bYlyPQ7lkw+lxcLlGNWwN/HzJc1Sg//7kXCIUc40CxIkzgNlUj o8qQDyLD09iQ== X-IronPort-AV: E=Sophos;i="5.77,373,1596524400"; d="scan'208";a="314054422" Received: from isgomez-mobl.amr.corp.intel.com (HELO [10.252.133.97]) ([10.252.133.97]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2020 22:51:56 -0700 Subject: Re: [PATCH v4 2/2] PCI/ERR: Split the fatal and non-fatal error recovery handling To: Ethan Zhao , sathyanarayanan.nkuppuswamy@gmail.com Cc: Bjorn Helgaas , Sinan Kaya , linux-pci , Linux Kernel Mailing List , Ashok Raj References: <5c5bca0bdb958e456176fe6ede10ba8f838fbafc.1602263264.git.sathyanarayanan.kuppuswamy@linux.intel.com> From: "Kuppuswamy, Sathyanarayanan" Message-ID: <37c7b066-efff-de0c-f4d2-c497792b3150@linux.intel.com> Date: Tue, 13 Oct 2020 22:51:53 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On 10/13/20 10:44 PM, Ethan Zhao wrote: > This patch only reverts the commit bdb5ac85777d ? > or you'd better separate the revert and code you added. We cannot revert the commit as it is. pcie_do_recovery() function and Documentation/* folder changed a lot since fatal and non-fatal error recovery paths were merged. So I modified the revert so that it can be applied to the latest kernel version. -- Sathyanarayanan Kuppuswamy Linux Kernel Developer