From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f47.google.com (mail-wm1-f47.google.com [209.85.128.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A436B8487 for ; Thu, 21 Dec 2023 18:41:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=google.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=google.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="zshKhxW2" Received: by mail-wm1-f47.google.com with SMTP id 5b1f17b1804b1-40d3b2c8517so4635e9.1 for ; Thu, 21 Dec 2023 10:41:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20230601; t=1703184115; x=1703788915; darn=lists.linux.dev; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=VwZTHk3UTSsz5JMRNija8+Bfh2RqE8ERmTcvnZMhCzg=; b=zshKhxW2qvnB3yS90h+rEwpC8IFXBfWR4shFkLCCF5ZKIs3nG139KxlzdScX43yLS7 Zh/26P0KoxdsRR6MVEeKBXxt0CR6EowtmcJi0Dk6LJPtN4GWke4lmL37LnzMzJ/W8nSs FftYHQm7knx3SMrdDYxuno+av8Fu3DmvosxHiy+C9iSJAhFLLznfn7UIJkI4uwxdbu+r sE0M79QtioTmnH0dU6nvNty102nt0nKCTWo6oShiAI0Az0LSN/5GBSiWQr6rI5VUf/C+ 7X+bz81MbE0G1l/Ecwmb1fFp2+RNSkULMrU9QHlJsX5zUZbsLJegY9pXnhdVIGuSVX4Q RfFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703184115; x=1703788915; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=VwZTHk3UTSsz5JMRNija8+Bfh2RqE8ERmTcvnZMhCzg=; b=gZ31s6tiQRT51ZUGm6fZBhYutLLs2MJ+zmQe5G7n6nQlrofOv02K7wrYCEA9o8ORLL W40aWFvdN/1CKLwznqulfLzkn6liUko40yj1my1OJsX7RH1MOoOZofLJ16dDGSFWZmEZ pmilskPHasw841slFELsxzqZc9dMZlKPmPo/KxDyL4x1Q0f2B4M5aG4KWPIN3KwD+8Ti ZsqOXHg1RKhhqdb5m3CLoXWC4Ey/lsfyeR2lBC0NA/LV0SnqZDS/tbIX+f5LvSh+nqPg WU+DsXfUcN+kQY/HqlsxGs+Mosj6Hwl3MpzaTWbz3hy2oLvIINlxhLxKvI7uukzPpdYF r7Ew== X-Gm-Message-State: AOJu0YyBSPHJ4wqtqLSNJja3SXOKx4P3RZdeKUrRxWHwJ16ehUmsU06K iE+g6BEKqE/NiEN/qhGSZMNVIqtCcOom X-Google-Smtp-Source: AGHT+IHmRtbvypnZnpOZwWfjpjGEUn4VFd/E7QiMtlf9JClG0PYD+H6AEfgvooHxAe2DNf7e962CdQ== X-Received: by 2002:a05:600c:982:b0:40d:3fbd:dda2 with SMTP id w2-20020a05600c098200b0040d3fbddda2mr234wmp.1.1703184114704; Thu, 21 Dec 2023 10:41:54 -0800 (PST) Received: from google.com (185.83.140.34.bc.googleusercontent.com. [34.140.83.185]) by smtp.gmail.com with ESMTPSA id e14-20020a5d530e000000b0033668ac65ddsm2592115wrv.25.2023.12.21.10.41.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Dec 2023 10:41:54 -0800 (PST) Date: Thu, 21 Dec 2023 18:41:52 +0000 From: Sebastian Ene To: Oliver Upton 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: 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 Thu, Dec 21, 2023 at 06:36:28PM +0000, Oliver Upton wrote: Hello Oliver, > 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. > Thanks for having a look. This sounds good, I can split the series into two afer the holidays and push a new version because I am really not happy with my current state of the patches (especially because I discovered some issues after I subimtted on the list). > 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 Thank you, Seb 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 14866C35274 for ; Thu, 21 Dec 2023 18:42:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9dfoSKIPIBZ6nwM79cymWPaO2+8+BJkuLdn60IDD1YY=; b=Y1qY8/3oa3zGIZ 36nlahERLml7qTWAgawC0x0zMYW/0GASPRHm5G9hGyBJdmLAnlef9RYybB+A77YHn4T4E1h4gXWQR atOFxmYCAsyTQ7haWzGS9D803c86zUadO2OOY9GumjhZFv8mPU7QCjOGSlu4+Rbwp8+GX9kYSC124 A/XZImrsmrxqXAHpJWir9p8nnS2tCdTvyzr1EDSTjDgT1FaEu1ruDvwOv/LIjcs/CXmz979ujqdd9 1U1Vgmk5ENF83JVik4oVGEDSI/JaAYpu4TbaCVDvDYYGdxUS2XXRR5a25a5t6Bye/dsAnrwdY/miZ 1Fcsw4W523UkpaQvleXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rGNzc-003peW-2K; Thu, 21 Dec 2023 18:42:00 +0000 Received: from mail-wm1-x330.google.com ([2a00:1450:4864:20::330]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rGNzZ-003pdV-2b for linux-arm-kernel@lists.infradead.org; Thu, 21 Dec 2023 18:41:59 +0000 Received: by mail-wm1-x330.google.com with SMTP id 5b1f17b1804b1-40d3b2c8517so4665e9.1 for ; Thu, 21 Dec 2023 10:41:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20230601; t=1703184115; x=1703788915; darn=lists.infradead.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=VwZTHk3UTSsz5JMRNija8+Bfh2RqE8ERmTcvnZMhCzg=; b=OiCOB3vPywMmZSgEDxEunvod+/Z8LKMAftaks1lbZP4zr+Hx8UXXj2eBHBfbUZVf2B nT2Nu1XPr/ADK7JlJ+iKU2b2yles9UTlbQPo2zq/6Su1psxOcSJS97FLvP7c2fgBhZQN FwcEjv3d+QzBMH9hH5iKIxiJZc0pZMQRjJjZOHBcXsCvqMxNOYsu58y3nVL68QpUAO9Q DGSXJ7xbaQJo8YDhgPOMH7mIKoywTvRdvVKR+imqS5MP6ak1/RTM4YjNkv4LkdZhtpqG jD65fkL9flk8wyNwOTM92WEVc6oaLEvTVh10rqzjBbl75HTh0JwcMNSOaibAIgq0HtH0 oUww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703184115; x=1703788915; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=VwZTHk3UTSsz5JMRNija8+Bfh2RqE8ERmTcvnZMhCzg=; b=r0wdSxtOuWMHJ4aLLWjlJ60/Q+Z5n0IgyG2+7dXw2hVN+zShEhOM+nTW6bldXt0P6z E8Fd+cwz5Y9MK1XXYtV3/nRvuWexccVYQOMlnwbh6BXbyG3Z1Y6q9s+naPG+/rn1fuXh k3an33zOS452k0ZOBKbU5xCrdBTYCflJsG5CzJS3Ms3KjmsOJsvvT39O0SN26KaDvQO9 c+dzmnF0a4RMaU8wMnJZjh25+HxhrW5fTchQoVRhGlPWzTsAA4Gk/7bqTlEMo+zpbexi BC54lEavHzpkakN06ZtdtEnHBPUCtwVtsaVucFJXaHyfpIzz1HP9gsFp/BkMd5teBZ1b G/kg== X-Gm-Message-State: AOJu0YwKGanCU6u8edrmNGJ9kXevPDM24z6sGeVa/ISXw61OPO5oMDlX ap0m5zjTVErTwtRBCkHabu3f9KvWK8EK X-Google-Smtp-Source: AGHT+IHmRtbvypnZnpOZwWfjpjGEUn4VFd/E7QiMtlf9JClG0PYD+H6AEfgvooHxAe2DNf7e962CdQ== X-Received: by 2002:a05:600c:982:b0:40d:3fbd:dda2 with SMTP id w2-20020a05600c098200b0040d3fbddda2mr234wmp.1.1703184114704; Thu, 21 Dec 2023 10:41:54 -0800 (PST) Received: from google.com (185.83.140.34.bc.googleusercontent.com. [34.140.83.185]) by smtp.gmail.com with ESMTPSA id e14-20020a5d530e000000b0033668ac65ddsm2592115wrv.25.2023.12.21.10.41.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Dec 2023 10:41:54 -0800 (PST) Date: Thu, 21 Dec 2023 18:41:52 +0000 From: Sebastian Ene To: Oliver Upton 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231221_104157_861662_FB76A2B4 X-CRM114-Status: GOOD ( 17.45 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Dec 21, 2023 at 06:36:28PM +0000, Oliver Upton wrote: Hello Oliver, > 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. > Thanks for having a look. This sounds good, I can split the series into two afer the holidays and push a new version because I am really not happy with my current state of the patches (especially because I discovered some issues after I subimtted on the list). > 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 Thank you, Seb _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel