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 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 787DFCEBF9C for ; Fri, 27 Sep 2024 12:34:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:CC:To: Subject:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=O1tieEVMEJC3XX+GXifVL59EokPxEoy1vxvbAcLUsxM=; b=X6HNvMrCLLNf3CjmEBDM9FpBMr JMuo0VKFeLm1HdF2Ek7uait5bAWaeWJhv2LfGYqMnf3nX+uvjqLMUgt5PyfKHNA4iEtiahcJBUbHv vhvDHu5rTX8Lmvd2O8Va0aPjbHbl4qANwOWclG32HXOYA21Fr5mEfPyMSjxgaBnIS0qVVP9yCumYr afchFtoCgI2Ijxa6swisK8wUaZCwHlJ6T1EmNx6GHED3ySVpz8mnPlZ1xV1tbc569scce/Qvc/ofG ORY1blJjWOvbrLqOmz78lTg+86LsgyoD8YYEVDh1CqBLeMJN6J+c5UfLvuy43PnhwIb3eY+wngZJa EtoYt9xg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1suABK-0000000B5XC-0g3f; Fri, 27 Sep 2024 12:34:46 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1suA7P-0000000B4dB-4Aq5 for linux-arm-kernel@lists.infradead.org; Fri, 27 Sep 2024 12:30:46 +0000 Received: from mail.maildlp.com (unknown [172.19.162.254]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4XFV9k2JpdzWf3d; Fri, 27 Sep 2024 20:28:10 +0800 (CST) Received: from kwepemm600007.china.huawei.com (unknown [7.193.23.208]) by mail.maildlp.com (Postfix) with ESMTPS id 71EA618010A; Fri, 27 Sep 2024 20:30:28 +0800 (CST) Received: from [10.174.178.219] (10.174.178.219) by kwepemm600007.china.huawei.com (7.193.23.208) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Fri, 27 Sep 2024 20:30:27 +0800 Subject: Re: [PATCH] KVM: arm64: Another reviewer reshuffle To: Marc Zyngier CC: , , , Oliver Upton , Joey Gouly , Suzuki K Poulose , Will Deacon , Catalin Marinas References: <20240927104956.1223658-1-maz@kernel.org> From: Zenghui Yu Message-ID: <17304d38-d435-2e97-9e5e-329b4479bbca@huawei.com> Date: Fri, 27 Sep 2024 20:30:18 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: <20240927104956.1223658-1-maz@kernel.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.178.219] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemm600007.china.huawei.com (7.193.23.208) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240927_053044_371144_E376F61D X-CRM114-Status: GOOD ( 16.96 ) 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 On 2024/9/27 18:49, Marc Zyngier wrote: > It has been a while since James had any significant bandwidth to > review KVM/arm64 patches. But in the meantime, Joey has stepped up > and did a really good job reviewing some terrifying patch series. > > Having talked with the interested parties, it appears that James > is unlikely to have time for KVM in the near future, and that Joey > is willing to take more responsibilities. > > So let's appoint Joey as an official reviewer, and give James some > breathing space, as well as my personal thanks. I'm sure he will > be back one way or another! With my thanks to James :-) > Cc: Oliver Upton > Cc: Joey Gouly > Cc: Suzuki K Poulose > Cc: Zenghui Yu > Cc: Will Deacon > Cc: Catalin Marinas > Signed-off-by: Marc Zyngier > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 878dcd23b3317..fe2028b5b250f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12270,7 +12270,7 @@ F: virt/kvm/* > KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) > M: Marc Zyngier > M: Oliver Upton > -R: James Morse > +R: Joey Gouly > R: Suzuki K Poulose > R: Zenghui Yu > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) Acked-by: Zenghui Yu Welcome!