From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-184.mta0.migadu.com (out-184.mta0.migadu.com [91.218.175.184]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4E8501898F9 for ; Fri, 27 Sep 2024 10:53:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.184 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727434388; cv=none; b=OVgDjqO2iXgXcpD3BNY5Zmdtgq4aSAE/rMx7L/bTae+tYfWcBeAyV+sfcaq/TMIRYDH6KJmyJsyym6aQYoiNAob6A7A/qRvLxloTUwzEA0r36uY4nsUMtzKSlhs7u6ILnRv7oF/su5lLxUnzK9D6p7Zuu4ufL7z0R0yvkeh6OTE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727434388; c=relaxed/simple; bh=Er8qwACTXuX2tV8OfI9W5Z1ty4WEgcUvigooO14rXpM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FLj2p7dNqMEQQNpiwu0SP6xQ1lyVeD3cIj6P0wwMD6aeAM9swAoxGIRXH9hrAQ0VAlfVntmdHo73TgqWeFp/LohevQ0WCptHG5t38eCZOcdlsQq3DNwh9X5fJrsmUVTE5bkjg6BtIRX5rWKftoq41p5y5PlRJRufxINpY4WO/Vw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=s6hhI1e8; arc=none smtp.client-ip=91.218.175.184 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="s6hhI1e8" 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> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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 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