From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7CDA369E1E; Tue, 30 Jan 2024 19:55:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706644503; cv=none; b=e4+2pgYdBafDHUSlWt70szZMPu0Vcf5ly5L9JunpBz6EGkIOtyMCgG1iytzEex1II5YTXSwdPO02AE2L3euPQZivwyy0dctbBgYjfFRN64WR/+J6ofDPSDV2ZAA8LGtp0Hl1GPbrqYJegJnBflxAuQC1SMHiRdCBFSq/RqKrhG0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706644503; c=relaxed/simple; bh=DfqrNRwTG+fSm+GnX5EML1iL/TOOm8jOTMiPq5Lv9to=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=FRqzkp5R6vhicZC06rnaY6p1OlxD1O1A/otSpgxLGPw74eL0vv5lz+3beFoMzEKKDp5dgYqsgwPcFzWNVP9vEhT6XOm54euZ7r5dV8jKsWHD5aw1jgjB298Y+iIUP7/lnPXhlcQUg3CJ8GRvZScwQts5Jb9b1+HwpQegod5aco0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IJqnIFMf; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IJqnIFMf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2515C43390; Tue, 30 Jan 2024 19:55:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706644502; bh=DfqrNRwTG+fSm+GnX5EML1iL/TOOm8jOTMiPq5Lv9to=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=IJqnIFMfyOHlsLgFUqsfqi5VB0X1J4QRa3vJuQ33CEAcuYfe94TRDTqm0nIX7RrMG F8nk78fQFPLEeLEKCi70Xf47/kF8UxqGQfZVYc5rZalvmYW2HC25WEqXRlffw2p9+O 8aPmKKo5/8c8nKczrkwqeYa9Q/PFKnz28YME/Z3dQj9lg5+wo+Cg1C6cHpvrW3VN8d zvWmwfeFvT4NTosK9sfOPkhQzfw8BiwX3786WUb1r9WxnAolSp/eYjebpDkIURoEdg P5pv8VeeuhGPdRCTkWAMye7jSiIZfnxVQPvlvkzKSHKHXCRIHnbAixR+M1UGWUJ4PV MjiKngcm7CcpA== Date: Tue, 30 Jan 2024 13:55:01 -0600 From: Bjorn Helgaas To: Manivannan Sadhasivam Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Bjorn Helgaas , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Lorenzo Pieralisi Subject: Re: [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer Message-ID: <20240130195501.GA562748@bhelgaas> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240129165933.33428-1-lpieralisi@kernel.org> On Mon, Jan 29, 2024 at 05:59:33PM +0100, Lorenzo Pieralisi wrote: > The PCI endpoint subsystem is evolving at a rate I > cannot keep up with, therefore I am standing down as > a maintainer handing over to Manivannan (currently > reviewer for this code) and Krzysztof who are doing > an excellent job on the matter - they don't need my > help any longer. > > Signed-off-by: Lorenzo Pieralisi > Cc: Bjorn Helgaas > Cc: Manivannan Sadhasivam > Cc: Krzysztof Wilczyński Happy to merge this, and would be good to include your ack, Mani. Would hate to sign you up for more work unless you're expecting it :) > --- > MAINTAINERS | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8d1052fa6a69..a40cfcd1c65e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16856,9 +16856,8 @@ F: Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml > F: drivers/pci/controller/pcie-xilinx-cpm.c > > PCI ENDPOINT SUBSYSTEM > -M: Lorenzo Pieralisi > +M: Manivannan Sadhasivam > M: Krzysztof Wilczyński > -R: Manivannan Sadhasivam > R: Kishon Vijay Abraham I > L: linux-pci@vger.kernel.org > S: Supported > -- > 2.34.1 >