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 7826CC4345F for ; Tue, 30 Apr 2024 05:11:37 +0000 (UTC) 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=mmLLtt1I; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4VT7bD0twCz3cVP for ; Tue, 30 Apr 2024 15:11:36 +1000 (AEST) 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=mmLLtt1I; 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=aneesh.kumar@kernel.org; receiver=lists.ozlabs.org) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4VT7ZM5c5fz3bZN for ; Tue, 30 Apr 2024 15:10:51 +1000 (AEST) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 805256034B; Tue, 30 Apr 2024 05:10:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92E3BC2BBFC; Tue, 30 Apr 2024 05:10:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1714453849; bh=VSb98eDGVt9SRHwNWupysddHqD5t16DQXrkFIt7miX8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=mmLLtt1IjTxdV3+ONX64hPElmV2URptISu3dJ9Ur/sPFTsnfI8psoqvcGlu8HPapq 9pWz3+Q5BvmxMqzMjVJXRM06NFj5htoZtgPInMX4JAfM1O8Q4WzBSgTCtoupH10xmV ZGpUZb/RjyKYZowxX/FyikB01620CxhBT/6tkye8bdDGJVj9IPk56ve4ktHND4JnYj XF3Pgpu32kWK1xWGp4hvH94/fQuwhqw09ykTuyr9obaJ2PSSRMy7MJKY7V4NKia+IU VBLO7woLLoC2CfRb8S0OfmsCF43lItdaVjIwqe4f5cIFRFXWcPuy09TLxMBtMByYvN F2mO584cEi5Cg== X-Mailer: emacs 29.3 (via feedmail 11-beta-1 I) From: Aneesh Kumar K.V To: Michael Ellerman , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] MAINTAINERS: powerpc: Remove Aneesh In-Reply-To: <20240430044228.49015-1-mpe@ellerman.id.au> References: <20240430044228.49015-1-mpe@ellerman.id.au> Date: Tue, 30 Apr 2024 10:40:42 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: naveen.n.rao@linux.ibm.com, npiggin@gmail.com, linux-kernel@vger.kernel.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Michael Ellerman writes: > Aneesh is stepping down from powerpc maintenance. > > Signed-off-by: Michael Ellerman Acked-by: Aneesh Kumar K.V (Arm) > --- > MAINTAINERS | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7c121493f43d..93af33ee8541 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12478,7 +12478,6 @@ LINUX FOR POWERPC (32-BIT AND 64-BIT) > M: Michael Ellerman > R: Nicholas Piggin > R: Christophe Leroy > -R: Aneesh Kumar K.V > R: Naveen N. Rao > L: linuxppc-dev@lists.ozlabs.org > S: Supported > -- > 2.44.0