From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A16932C034E for ; Fri, 28 Jun 2013 12:11:44 +1000 (EST) Message-ID: <1372385489.18612.52.camel@pasglop> Subject: Re: [PATCH] powerpc/eeh: Update MAINTAINERS From: Benjamin Herrenschmidt To: Gavin Shan Date: Fri, 28 Jun 2013 12:11:29 +1000 In-Reply-To: <1372384784-20788-1-git-send-email-shangw@linux.vnet.ibm.com> References: <1372384784-20788-1-git-send-email-shangw@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: Linas Vepstas , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2013-06-28 at 09:59 +0800, Gavin Shan wrote: > Update MAINTAINERS to reflect recent changes. > > Signed-off-by: Gavin Shan > --- > MAINTAINERS | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5be702c..b447392 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6146,10 +6146,14 @@ F: drivers/firmware/pcdp.* > > PCI ERROR RECOVERY > M: > +M: Gavin Shan Remove Linas, he isn't involved anymore as far as I can tell (are you ?) > L: linux-pci@vger.kernel.org > +L: linuxppc-dev@lists.ozlabs.org > S: Supported > F: Documentation/PCI/pci-error-recovery.txt > F: Documentation/powerpc/eeh-pci-error-recovery.txt > +F: arch/powerpc/kernel/eeh*.c > +F: drivers/pci/pcie/aer/ Not sure about the AER code. You are not maintaining *that* at least :-) Maybe we should split EEH from the rest ? Cheers, Ben. > PCI SUBSYSTEM > M: Bjorn Helgaas