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 Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 021D0C32771 for ; Fri, 19 Aug 2022 20:20:37 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4M8Y6D3rKGz3dxZ for ; Sat, 20 Aug 2022 06:20:36 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=GbKvB1fj; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=139.178.84.217; helo=dfw.source.kernel.org; envelope-from=helgaas@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=GbKvB1fj; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4M8Y5X1brnz3cCW for ; Sat, 20 Aug 2022 06:19:59 +1000 (AEST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4963A612AF; Fri, 19 Aug 2022 20:19:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E914C433D6; Fri, 19 Aug 2022 20:19:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660940396; bh=olPohxwuB8nScx7nJ7uyU6IDjTcA7hHC2u3+ajo7ux4=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=GbKvB1fj75mIAXCJYa4PXJtLbhHltip+GDS6Vdt7samXxjTaaBqrEXtlW5S7z44rE VVHBKCTlhovnkeWyF5b0QSXXW2cCNJ8f5+eeYvaDXkEQBbQ/nhACFZw8W4SHzjQN5X xsPcS1VhvyDbJaEluAfXp2esCybyo31LXlJ0cIGebsEjh2g2bq9CmwFD2r+67eP/+g Y0OVwjSMyNAqp4i5s9F76TYiU8wUXYNjl3ni1XEOUXr5tT0hxX44l+bWOiM6+DAn0Q rPcoY5lRYmyhRgO4Xmh1TPz+MbmxLNb6A2NHU8K8hozuqYQc0DQS6uzwNDLGj5Rgic s69uMqWY3meUg== Date: Fri, 19 Aug 2022 15:19:55 -0500 From: Bjorn Helgaas To: Russell Currey Subject: Re: [PATCH] MAINTAINERS: Remove myself as EEH maintainer Message-ID: <20220819201955.GA2503063@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220806085301.25142-1-ruscur@russell.cc> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: oohall@gmail.com, linuxppc-dev@lists.ozlabs.org, linux-pci@vger.kernel.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Sat, Aug 06, 2022 at 06:53:01PM +1000, Russell Currey wrote: > I haven't touched EEH in a long time I don't have much knowledge of the > subsystem at this point either, so it's misleading to have me as a > maintainer. > > I remain grateful to Oliver for picking up my slack over the years. > > Signed-off-by: Russell Currey > --- > MAINTAINERS | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a9f77648c107..dfe6081fa0b3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -15639,7 +15639,6 @@ F: drivers/pci/endpoint/ > F: tools/pci/ > > PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC > -M: Russell Currey > M: Oliver O'Halloran > L: linuxppc-dev@lists.ozlabs.org > S: Supported I was thinking along these lines, but if you want to take this, Michael, I'll drop it: commit 92ea781689d1 ("MAINTAINERS: Add Mahesh J Salgaonkar as EEH maintainer") Author: Russell Currey Date: Sat Aug 6 18:53:01 2022 +1000 MAINTAINERS: Add Mahesh J Salgaonkar as EEH maintainer Update EEH entry: - Russell: lacks time to maintain EEH. - Oliver: lacks time & hardware to do actual maintenance, but happy to field questions and review things. - Mahesh: glad to take over EEH maintenance. [bhelgaas: commit log, add Mahesh, make Oliver reviewer] Link: https://lore.kernel.org/r/20220806085301.25142-1-ruscur@russell.cc Signed-off-by: Russell Currey Signed-off-by: Bjorn Helgaas diff --git a/MAINTAINERS b/MAINTAINERS index f60dfac7661c..51def5ac9462 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15696,8 +15696,8 @@ F: drivers/pci/endpoint/ F: tools/pci/ PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC -M: Russell Currey -M: Oliver O'Halloran +M: Mahesh J Salgaonkar +R: Oliver O'Halloran L: linuxppc-dev@lists.ozlabs.org S: Supported F: Documentation/PCI/pci-error-recovery.rst