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 291178288B; Wed, 31 Jan 2024 15:01:18 +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=1706713279; cv=none; b=rIh0vBXXL8Kvh4vbwAwxTHSHXNzgttUVOku05drQkOA4NgU2BCyNHx0RRYJNcMwZKUGv269fvwwBe21ynJiGwFuEa5K0rfSpBrYQ/k0VwPlrWWQFYs1pIRT6jOmsbLp9vDs0XOgIvdxk3A3AhRlFEotxjXlqgKLk70K7wGBO8xw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706713279; c=relaxed/simple; bh=t0OHP1DHYbso8jV46X86xkzFzyHEBT7ORdPCzpNMSqQ=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=afQ3VCuV4lPBZbdaYLMG1IFsdAKOAk5OCf66Iy595yc5hdWcTAtl0DQJQUbWvd6H9geKj1oAfAsLGABztGPUVdvEHWcmfyvdzkg8mjUgiqi45zdAMB0F/Uz+/n89ihCZ/LpeVK9yyRzSREfAem8jeGQQA3nrJuICq6UcuiM8980= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WTN65ngd; 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="WTN65ngd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5D62FC43390; Wed, 31 Jan 2024 15:01:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706713278; bh=t0OHP1DHYbso8jV46X86xkzFzyHEBT7ORdPCzpNMSqQ=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=WTN65ngdx16owFE8cl1gWUbIYOb2PNS87GVfdxeoVcIMp2RwMmp9DJyxSQkY2Si/o A3z5WO57/pWmTTP79cJg4gcGAHbt2DmiTA5MExRAKgYtSIYTYHcS4/ww1Yl2PL03Iz gIQnGgvpS+PaN/qg2FovUjHzQbz3BxXN0ODOUgyNoHz8YkKG/ax49NVjaygXNA5I2Z HOvzcRYzjggoy8K1HLZjNPy5vyMhUTDKOkKXqRNBeJFywZ5lagv4OaPggCm61SKGf/ zKqU3zNjAUbbtc5DgcLEztyZfFOhlHPPIZoCn9FeMckfmz2s6Jfyyi+lqTDM+zRam7 mFZ2pMLn5VA8A== Date: Wed, 31 Jan 2024 09:01:16 -0600 From: Bjorn Helgaas To: Lorenzo Pieralisi Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Bjorn Helgaas , Manivannan Sadhasivam , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= Subject: Re: [PATCH] MAINTAINERS: Step down as PCI ENDPOINT maintainer Message-ID: <20240131150116.GA585251@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 Applied with Mani's ack to for-linus for v6.8, thanks! > --- > 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 >