Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1336259imm; Wed, 19 Sep 2018 16:51:35 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdbiwh4j3WDqNifQngE/Yq03qnO65Q405GfUwlnQ5qy7LGG4CnQvB54s1TebNYH729yEyax3 X-Received: by 2002:a62:f208:: with SMTP id m8-v6mr38148504pfh.222.1537401095219; Wed, 19 Sep 2018 16:51:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537401095; cv=none; d=google.com; s=arc-20160816; b=QgFlG237IGUcHHSKsIQWlUaUkRmsVd+YD9niN/RNPxZhbieBVRtJNHPsyCrzVXH8VM /Araow3RsAweuK/wApu1jFnLxHzUICsnlF7ruBmNn2rZyxULzNHFZu0QzIn2rz9a1/6s JuSBraFqKMjpWFUkfjtp5ZH5mfSVfLh5W+dU7iI5sY5j+zb8hABfWcuq2oit0lHSlQJJ ux+dg/oPZ6YSeytFVNV8uLNrIMqwjgAPK2qyZd415FYvDoPr3SMf9Ye3kDn59Tgd1Rfh 6mlFCYsPLlCwE73jTt3ieC/QkDrydbZ8UM/x3iHbmiSPfJXOqhTzaUNWv1jni0mz0NOG xjLQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=cJ8PUVgwYpVcmlN3xfzlkLaphF0/ddyiLT1/rv8ZBUA=; b=sWAC9HtRZ1E1ZCd/jwMfmWrHV3/uXMxjEKKjlscLKC7hrF07UEuWimnRsPz+QlsE8n XTUqqIcxVYiV4kTPefvoYB65Rg+kWMzzB6XxGORwA7JUdbgvsGX5rVpSyjXKoL9Kai1N fGOzh02trKdtzsB9aDWNGklgzAfB/qrD2tbrL6qy6CB6FxtrpJ69AvUoiUlun1B7j0Is Em0n4i+c9wf3IYJzKAu2NBOYVgZVeUcYiWEkSX6q+xL/vXY2rMWt64AqSMOc33ElykQo ++wCKHtG/MDzz0Y3RycV4ja5glxzhmyldvFxIS3kx9iAZjX44ETWZbz3q9gA1eULkzI3 +1ZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u1-v6si2423415pgq.1.2018.09.19.16.51.19; Wed, 19 Sep 2018 16:51:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732937AbeITF0a (ORCPT + 99 others); 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