From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-181.mta0.migadu.com (out-181.mta0.migadu.com [91.218.175.181]) (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 268478F48 for ; Thu, 21 Dec 2023 18:36:34 +0000 (UTC) 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="vWpR4kQl" Date: Thu, 21 Dec 2023 18:36:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1703183793; 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=ntjNZRxY+sNLAY7Gfj8g5oJSH4SLb+KMnhjlpLs20Fk=; b=vWpR4kQlrr055FH3eNdAxYUB1ugsuSoT9QU3WsoGp+IGv2dkkJ2yMCuZsFShj88F+LPjuv Qyln/8YIwjH/zYjbsoO/ZwlYZdsn30Xf/OQfy2Ruj1oMsZ3HBVnQQClY1I5FuTXSuq2vCt ZEJ49MOg5KV6ZElGOiLU4GfbwMmyz2E= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Sebastian Ene Cc: will@kernel.org, James Morse , Suzuki K Poulose , Zenghui Yu , catalin.marinas@arm.com, mark.rutland@arm.com, akpm@linux-foundation.org, maz@kernel.org, kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-team@android.com, vdonnefort@google.com, qperret@google.com, smostafa@google.com Subject: Re: [PATCH v4 00/10] arm64: ptdump: View the second stage page-tables Message-ID: References: <20231218135859.2513568-2-sebastianene@google.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20231218135859.2513568-2-sebastianene@google.com> X-Migadu-Flow: FLOW_OUT Hi Sebastian, I'm going to try and review the series a bit more after the holidays, but in general this is unecessarily complex. Furthermore, building out the feature for pKVM *first* rather than 'normal' VMs makes it all very challenging to follow. I would strongly prefer that this series be split in two, adding support for 'normal' VMs with a follow-up series for getting the pKVM plumbing in place for host stage-2. -- Thanks, Oliver