From patchwork Mon Jan 4 23:02:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keith Busch X-Patchwork-Id: 11997709 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=-14.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 47693C43331 for ; Mon, 4 Jan 2021 23:04:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 24E7E22525 for ; Mon, 4 Jan 2021 23:04:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727280AbhADXD7 (ORCPT ); Mon, 4 Jan 2021 18:03:59 -0500 Received: from mail.kernel.org ([198.145.29.99]:52484 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727053AbhADXDq (ORCPT ); Mon, 4 Jan 2021 18:03:46 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id EB290207BC; Mon, 4 Jan 2021 23:03:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1609801386; bh=3xE90EwgxIf5klY98ppGvbBWp1gjgssLoO469lQo6/s=; h=From:To:Cc:Subject:Date:From; b=EWEsWJ+iNhV1TsxPli9MvI/QPVa0oSKGqPneVmbAJw9c3GRiY1bZrqM/HtMLuZz1R MF9hIEH3M5/eL8bUMfPD5uBIuryuaetxtujdgf40/6L7ddhCFtn8C7l9SRP8ZlddGR NurQE2vBBlmkaOkSdaD2Pt8vtuRowvK8VZNX02dPHW+GgSQlH7LOpXNUDR+jFv/EwS sNVLcRLY4/eIcCSuX6yIGHMaDY/2nmQSjnUNNybXTye/Jcrm1WZlme94cnex2ovl9U ar2aPioDQs6UbyT33hlullTB5CN3untuOb3o3QEeuPIMpDLnDdL8MGzRLhLm6WlOtE 3PEqQcfWO1LVw== From: Keith Busch To: linux-pci@vger.kernel.org, Bjorn Helgaas Cc: Keith Busch Subject: [PATCHv2 0/5] aer handling fixups Date: Mon, 4 Jan 2021 15:02:55 -0800 Message-Id: <20210104230300.1277180-1-kbusch@kernel.org> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Changes from v1: Added received Acks Split the kernel print identifying the port type being reset. Added a patch for the portdrv to ensure the slot_reset happens without relying on a downstream device driver.. Keith Busch (5): PCI/ERR: Clear status of the reporting device PCI/AER: Actually get the root port PCI/ERR: Retain status from error notification PCI/AER: Specify the type of port that was reset PCI/portdrv: Report reset for frozen channel drivers/pci/pcie/aer.c | 5 +++-- drivers/pci/pcie/err.c | 16 +++++++--------- drivers/pci/pcie/portdrv_pci.c | 3 ++- 3 files changed, 12 insertions(+), 12 deletions(-) Acked-by: Hedi Berriche Tested-by: Hedi Berriche