From patchwork Mon Jan 23 21:02:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oliver Upton X-Patchwork-Id: 13113033 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 B8DA4C05027 for ; Mon, 23 Jan 2023 21:04:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=FwFEI3GX8p7w4zGS2+tvv3ysr3YL9jOt4iRkqAQIZU0=; b=tKN4yUei/J1HrU scTWbkVaPJR/saOIY5FrXl6ooGbewng0/tS+VW28a/sgk7i0TvUEeQvjMTABlsA5VxDFPmg3z0o3h cd4P2aQD55ZmyYfwrYemn3NyUYum/iLS9tTWpjwzxly+04daYnGwTl3XzEVAMyXAkLsBCIEGd7Ufe sRpAt5ic1gnr2l+CiZXcDPEFk/bLmYUYWEtDhw6JxcliXaMST9hRCC5x9owXMB86GAeoitavWmlF+ 3zimIVCEfW3ssMv34Vru7R70sF84aZoqvns0cHwRQQW1fId+F8kr/CVAU2+n35JoNUhlYg26FuUnh xAYnyXALuZXW2QrlyOoA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pK3yd-001T9x-KB; Mon, 23 Jan 2023 21:03:39 +0000 Received: from out2.migadu.com ([2001:41d0:2:aacc::]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pK3yZ-001T91-HS for linux-arm-kernel@lists.infradead.org; Mon, 23 Jan 2023 21:03:37 +0000 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> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230123_130336_261703_2BFCDD2C X-CRM114-Status: GOOD ( 10.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 Acked-by: Will Deacon Acked-by: Marc Zyngier --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 5dc4c995db9eb45f6373a956eb1f69460e69e6d4 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