From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (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 EE4A2880A for ; Mon, 23 Jan 2023 21:03:34 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1674507813; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=u0DaW6+xUkZTOmdfdR63nZEEMc0/wQOkFz9Q14P/+yY=; b=fGQTyYJgYamLLrFp9IiLF+IyEzs/al43U+rzCny6lg7UWhzZ/SmERGHio2WAJxLTHJRQHX p4qoBBBozoOjVQbhH4O89YnnMxVU92mQroZNdHVogis1G6ScP+yLUiA9c8Iu9NjwV5Du5M i0Ir7zlCr8IOFkDvHjsOVzAWkM+cHt8= From: Oliver Upton To: maz@kernel.org 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, Oliver Upton Subject: [PATCH] MAINTAINERS: Add Oliver Upton as co-maintainer of KVM/arm64 Date: Mon, 23 Jan 2023 21:02:56 +0000 Message-Id: <20230123210256.2728218-1-oliver.upton@linux.dev> Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 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 --- 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 base-commit: 5dc4c995db9eb45f6373a956eb1f69460e69e6d4 -- 2.39.1.405.gd4c25cc71f-goog