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 35405CEBF93 for ; Fri, 27 Sep 2024 10:54:32 +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:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=3M8hPrTnw1oGXj1wOCJHUDC0lAW7yLN66xJWX7qEj6Q=; b=NV8v+rTWURpNRyrqx0D05m8CC0 xPBdXBFhhntRqswCAhFYnzgOiT2iw24CXWbtn26ZuAHBYTpB3kfdkMQG513mch5R6XmftxbkRRdHh EUL0XWrc2rlm21wejJe9mL+F/VkADOl74BneZt0lWKychHuWr6Df2l2VuR8NSGnCfjnAYvSdE44gv rMTmcTkBwKQRQ+j0bLPaVwwsBx/0nVaR4ldDEXKDHVGuAY+2MaAEmk3GVjvudno1QQOoO5gX8hR6i aVYUgyHj+uKZiE10qcjbD8lN+9isF4HIWotqmcwkHVGjvwcdDCb54JLOPA55rTr2CryDKZBFad1b4 6++07JYQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1su8cA-0000000AtNP-0jnH; Fri, 27 Sep 2024 10:54:22 +0000 Received: from out-181.mta0.migadu.com ([91.218.175.181]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1su8ax-0000000AtEU-0ucG for linux-arm-kernel@lists.infradead.org; Fri, 27 Sep 2024 10:53:09 +0000 Date: Fri, 27 Sep 2024 12:52:58 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1727434381; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3M8hPrTnw1oGXj1wOCJHUDC0lAW7yLN66xJWX7qEj6Q=; b=s6hhI1e8d4sL2abj+luZ5PNiL78gUn6onOGYq5zGeEzeYCKgVKEmVpd4TT0JPOUMEeBS8E RaWeCf+4Ea+ibv4o50dJfuLoTS5dLSSmP+qj+yGc/HLFtH0XdBzglZHU5rYZSyrrDM4DuC SoENffew+wmhgs1tWo7Tm1lovxQNHbA= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, kvm@vger.kernel.org, Joey Gouly , Suzuki K Poulose , Zenghui Yu , Will Deacon , Catalin Marinas Subject: Re: [PATCH] KVM: arm64: Another reviewer reshuffle Message-ID: References: <20240927104956.1223658-1-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240927104956.1223658-1-maz@kernel.org> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240927_035307_687984_FC236EC8 X-CRM114-Status: GOOD ( 11.13 ) 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 Fri, Sep 27, 2024 at 11:49:56AM +0100, 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! Yes, thank you James for everything, I'm sure we'll still be seeing you around ;-) > Cc: Oliver Upton > Cc: Joey Gouly > Cc: Suzuki K Poulose > Cc: Zenghui Yu > Cc: Will Deacon > Cc: Catalin Marinas > Signed-off-by: Marc Zyngier Welcome to the party, Joey! Acked-by: Oliver Upton -- Thanks, Oliver