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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 307B8C433F4 for ; Wed, 19 Sep 2018 23:46:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E7D972151B for ; Wed, 19 Sep 2018 23:46:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E7D972151B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733042AbeITF0a (ORCPT ); Thu, 20 Sep 2018 01:26:30 -0400 Received: from ozlabs.org ([203.11.71.1]:44877 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725834AbeITF03 (ORCPT ); Thu, 20 Sep 2018 01:26:29 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42FxMN1Vcbz9s9J; Thu, 20 Sep 2018 09:46:08 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Bjorn Helgaas , linux-pci@vger.kernel.org, Russell Currey , linuxppc-dev@lists.ozlabs.org Cc: Benjamin Herrenschmidt , Paul Mackerras , linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Add PPC contacts for PCI core error handling In-Reply-To: <20180912165846.GH118330@bhelgaas-glaptop.roam.corp.google.com> References: <153677132617.23091.12307288405707171077.stgit@bhelgaas-glaptop.roam.corp.google.com> <20180912165846.GH118330@bhelgaas-glaptop.roam.corp.google.com> Date: Thu, 20 Sep 2018 09:46:07 +1000 Message-ID: <878t3xaw5c.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bjorn Helgaas writes: > On Wed, Sep 12, 2018 at 11:55:26AM -0500, Bjorn Helgaas wrote: >> From: Bjorn Helgaas >> >> The original PCI error recovery functionality was for the powerpc-specific >> IBM EEH feature. PCIe subsequently added some similar features, including >> AER and DPC, that can be used on any architecture. >> >> We want the generic PCI core error handling support to work with all of >> these features. Driver error recovery callbacks should be independent of >> which feature the platform provides. >> >> Add the generic PCI core error recovery files to the powerpc EEH >> MAINTAINERS entry so the powerpc folks will be copied on changes to the >> generic PCI error handling strategy. > > I really want to make sure the powerpc folks are plugged into any PCI core > error handling discussions. Please let me know if there's a better way > than this patch, or if there are other people who should be added. Yeah this is a good option. We powerpc folks also need to do a better job of keeping an eye on PCI patches, I've asked more of us to subscribe to linux-pci. cheers