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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89994C54EB4 for ; Tue, 24 Jan 2023 09:51:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233650AbjAXJvU (ORCPT ); Tue, 24 Jan 2023 04:51:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230088AbjAXJvS (ORCPT ); Tue, 24 Jan 2023 04:51:18 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE209BBB3; Tue, 24 Jan 2023 01:51:17 -0800 (PST) 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 58E3460302; Tue, 24 Jan 2023 09:51:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACD86C433EF; Tue, 24 Jan 2023 09:51:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674553876; bh=KyZYlqGLgXftJDvg3VMdGERtWC20c/29O8f9IQQ1xc4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=N8Ly1HfA+BtCa1lM+qzkdH/L6pq0HTST9anCXFZv911pZXtKuYRO9KYV8wIts779D xHTRrY28iL+63/RZmWIk1TzaPiI3N6PqDT2puVTYuggHoKbmW4a4B7JzAeu9mhvaIU leEXNL7DHLKgDvtjDuniUaDLYplDzJ+N7ePr3H4oQQMD+CHHLYdZg4WyL72dk7lupD gmjf6RsqZYPj4H/stfDBnTJ/0Kac1iBJvRQ3DeRemE0LpCnNMjwEqL2ipyNJAYd5Ac uGrIwixpdjzYeXDJFNhjNHdqVBrcjBHv6NE1Mi9eAEekwBfFG7NJpMQfGcATQxrF+E zcMsGQWEkAjbQ== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pKFxS-004CiH-B2; Tue, 24 Jan 2023 09:51:14 +0000 Date: Tue, 24 Jan 2023 09:51:14 +0000 Message-ID: <867cxcmfal.wl-maz@kernel.org> From: Marc Zyngier To: Oliver Upton Cc: linux-kernel@vger.kernel.org, pbonzini@redhat.com, seanjc@google.com, kvm@vger.kernel.org, kvmarm@lists.linux.dev, james.morse@arm.com, suzuki.poulose@arm.com, yuzenghui@huawei.com, catalin.marinas@arm.com, will@kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] MAINTAINERS: Add Oliver Upton as co-maintainer of KVM/arm64 In-Reply-To: <20230123210256.2728218-1-oliver.upton@linux.dev> References: <20230123210256.2728218-1-oliver.upton@linux.dev> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: oliver.upton@linux.dev, linux-kernel@vger.kernel.org, pbonzini@redhat.com, seanjc@google.com, kvm@vger.kernel.org, kvmarm@lists.linux.dev, james.morse@arm.com, suzuki.poulose@arm.com, yuzenghui@huawei.com, catalin.marinas@arm.com, will@kernel.org, linux-arm-kernel@lists.infradead.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 23 Jan 2023 21:02:56 +0000, Oliver Upton wrote: > > Going forward I intend to help Marc with maintaining KVM/arm64. We've > spoken about this quite a bit and he has been a tremendous help in > ramping up to the task (thank you!). We haven't worked out the exact > details of how the process will work, but the goal is to even out the > maintenance responsibilities to give us both ample time for development. > > To that end, updating the maintainers entry to reflect the change. > > Signed-off-by: Oliver Upton Thanks for stepping up to the challenge, and for all the help you've provided so far. > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 42fc47c6edfd..7323efcc1270 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11355,9 +11355,9 @@ F: virt/kvm/* > > KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) > M: Marc Zyngier > +M: Oliver Upton > R: James Morse > R: Suzuki K Poulose > -R: Oliver Upton > R: Zenghui Yu > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > L: kvmarm@lists.linux.dev As Will said, this should probably be in alphabetical order for a given tag. Not a big deal though, so FWIW: Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.