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 88FE0CEBF96 for ; Fri, 27 Sep 2024 11:00:44 +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=JOVtbo6QORyJ9FO/aI/wulqyH0fOzJGHaCpwKnG0kQo=; b=LTgLhhE/7DZMnVtY1L3EFnWdES PYs7l5C+1qfHuFCZMD/YtGK8QY+L5jqehYz4dJadSB3zLBIrmeDeYzDm0yajMEFq45M86idxVwlZE Yr1zE+cxPOLtnlCh1J5HDgT9PdpRaf0cl8E2ycTHTZBF8gyliKH4M8+kUfz1DXbJjpTW6qDSIZa6u WZ8dPVvcCNGj75t+0XV7xJjNTQU0TS9ufec8FE/cgeWX9uJcZznJ3RBnzNtPcbi9VM+q8XNgSTiYz 2ucDV43iI8W0vJyOSQhZ2DgTll7U6CuAvQLHwJTSXFpLkf+0a6A5DDUHnEOvSkEYXZLy6uUufedl6 piRuH/wQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1su8i7-0000000Au75-2tgh; Fri, 27 Sep 2024 11:00:31 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1su8gv-0000000Atto-0oHu for linux-arm-kernel@lists.infradead.org; Fri, 27 Sep 2024 10:59:18 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 837A41474; Fri, 27 Sep 2024 03:59:43 -0700 (PDT) Received: from e124191.cambridge.arm.com (e124191.cambridge.arm.com [10.1.197.45]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D78E73F587; Fri, 27 Sep 2024 03:59:12 -0700 (PDT) Date: Fri, 27 Sep 2024 11:59:07 +0100 From: Joey Gouly To: Oliver Upton Cc: Marc Zyngier , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, kvm@vger.kernel.org, Suzuki K Poulose , Zenghui Yu , Will Deacon , Catalin Marinas Subject: Re: [PATCH] KVM: arm64: Another reviewer reshuffle Message-ID: <20240927105907.GA814573@e124191.cambridge.arm.com> References: <20240927104956.1223658-1-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240927_035917_294724_EDC1E829 X-CRM114-Status: GOOD ( 15.57 ) 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 12:52:58PM +0200, Oliver Upton wrote: > 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! Thanks! Acked-by: Joey Gouly > > Acked-by: Oliver Upton > > -- > Thanks, > Oliver