From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9893E188900 for ; Fri, 27 Sep 2024 10:59:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727434757; cv=none; b=XfF9I7aM19t878vM2mkTACZYillPATTMOqAJWV8jB0UmgCPbI0jlo1DwDvUJyEbcg5gKvNSHn9DR1p4GQWYIicngrIlbO0x8PcodEg54H8znGH9hz0S+v7KA0NOrz9IvtD4N9eVI55kby7ORYvwKYYbAOuf5QMOh4Y33XBhmRI4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727434757; c=relaxed/simple; bh=EU4pxLS8rUHNF48vnD3s6Ce9WpwsDE4z/ta7DcmWlG4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=O3HTAc8PZS341gfCSxa1ZQIP1fWOmJDnbhxxDqrzswOoEVG670XHw5OuoRj8ouK19ORbIXb+nQApTKV4GodvphER/aQ1IvLoweD4dNy8Pig969xTFQiMol4ucUqWTatq+3hZJq/xrZZ9xtNPGt0a1nmjLl33HGfPtwPDrb1ueho= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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> Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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