From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (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 AC9D01F9AAE for ; Mon, 13 Jan 2025 22:45:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=150.107.74.76 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736808312; cv=none; b=e9wzUpijhcxxfXINLfqvBp22GfTD37XWGoQrlGLX1Cd/OT4WBRI4KcQ+GuPIW/Qkr/ode17sSorONWkyBgy3VQjJGru6GL1Gb3zDVq4U4XtqkxXzhr3XEbqUeLel1KtQL/NMMeP+mJteHu3mXvfv6UfGNlXIfuC2UqFlUu9OMLs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736808312; c=relaxed/simple; bh=tCVBwNKulJ367fyin2JlgQTKdW1KBkSs2n67+nX7/jY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=DrtVX42ioPVciePnNoykMne5bRmnK9mheZOhV0C3nPp+k5+wsM3NKyI49snh/RVLLld9EP04BOeOts7ACdwWeisGkyPfj7LugjD0M1paow71ZWJXm8M4VFIqv2/yiKELuHknO7ViYu3X6Jfmcl8Ctlcyh42P+p4ofQmS6AfRTvk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au; spf=pass smtp.mailfrom=ellerman.id.au; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b=TFJT95py; arc=none smtp.client-ip=150.107.74.76 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ellerman.id.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="TFJT95py" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1736808299; bh=nTv2S6Ho22BLZr8e2UULZKyPl1nsZe5fyAlCeL7Kl0c=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=TFJT95py3vVqhlxJ1aMaAUEJJOkzSU4N3zmsiiT8TW6rNvS0aktZV4Guw9vrWXOfg R6AV02OyNWubNWn7+YA26QKk4Fj2HeiowdeXKDQmgLR9Uxfyz3DtSLKhz1LJEQwS3n sV9NZRwUvEUlbr8CHrRHAD/jNYPYdmHTsV821l97NE5A7M68l7dl4KsvqfJlJhTQjD 6nNva+Q1olHyu3Jl+6weVbbtMsXtKxb+N+X1mgXrPu7Tz9VoolOhtBQQsX/Q+vI9z7 6Ytj0c4roEo7e8jZvEh6RuYl8pqis4Rc0Bfet+NHyNgeKzGost88yZTZ1IIWRlewRf k3v+VerdHliWg== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mail.ozlabs.org (Postfix) with ESMTPSA id 4YX6lb2KZtz4wvg; Tue, 14 Jan 2025 09:44:59 +1100 (AEDT) From: Michael Ellerman To: Stephen Rothwell Cc: linuxppc-dev@lists.ozlabs.org, maddy@linux.ibm.com, Christophe Leroy , Nicholas Piggin , Naveen N Rao , Linus Torvalds , Paolo Bonzini , LKML Subject: Re: [PATCH] MAINTAINERS: powerpc: Update my status In-Reply-To: <20250113072037.55aff81a@canb.auug.org.au> References: <8734hqkyrx.fsf@mpe.ellerman.id.au> <20250113072037.55aff81a@canb.auug.org.au> Date: Tue, 14 Jan 2025 09:45:04 +1100 Message-ID: <87v7uipc3z.fsf@mpe.ellerman.id.au> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Stephen Rothwell writes: > Hi Michael, > > On Sat, 11 Jan 2025 10:57:38 +1100 Michael Ellerman wrote: >> >> Maddy is taking over the day-to-day maintenance of powerpc. I will still >> be around to help, and as a backup. >> >> Re-order the main POWERPC list to put Maddy first to reflect that. >> >> KVM/powerpc patches will be handled by Maddy via the powerpc tree with >> review from Nick, so replace myself with Maddy there. > > I have added Maddy as a contact on the powerpc and powerpc-fixes tree > in linux-next and replaced you with Maddy for the kvm-ppc tree. Are > there any other changes needed? Ah thanks sfr, I forgot about that. I think that's all that's needed for now. cheers