From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 55BF237E5CC for ; Fri, 17 Jul 2026 18:23:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784312601; cv=none; b=R4OqYIuzpRbTv8hSfvH/pIO+Ju4VCneAzZrGk2AuR2ChijqYDxydN7qlHr1TdtchSYEzv334D+2wJO4dM3Eh5x0ur9eLF0+Bd9JpUXwSNP1hHYkXQgRke7JIKebaoAPXqvBEOgfcebHHWAOZD6BwMmTl+i+xBhfnoQCtVSPrkO0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784312601; c=relaxed/simple; bh=kHofKVqRgr45iz0G4IKfRvAZyGv92Biy8Hv2H/FoR+c=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=GjSpDbLH0E7u1EU+gL4hedrifnkjLZmZvYeKS3NvamgUsQECeV3iO5LtCiNzRMMxOtEX0jFZe6M7KdtM/wQfBPC6eu0tLGeUIVDhTMr1nUzBCtTZfc3tBHqtluKk+SVkgaQ81ShZ5UrbbeswEub1mNmTIF0VVYlJ51hAJCJGtU0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ncNmxSeL; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ncNmxSeL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B4DD1F00A3E; Fri, 17 Jul 2026 18:23:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784312598; bh=GGu5fxV93x9uuZeZ7xAEDL0ttnPGj1SaGAzThgXOcIY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ncNmxSeL0+2ZGoOkQjK6Nt78O74b//AsjSDHA8yhZ0L1yR/1hfFFFhacCVL7+QvFE BB+iC+VKF1Sgg7IBO2lMM90ppkQnwgmzQEPixaHbqCPIlyTu9MmQJXFHlavk6CNTuN rdDrG9kULb+2kvl7wXAnm+fZBZcwfAYwWWlzbGxI3dL8sybSvawDCGaLSmJFXKdCgD nMKb3scTt3XGY14q2EqLtHe1nXw0Qk7l8q/+85fTgPN2ZZNX8MYBTWYhi7ji/Nu/P3 5riyIReUOqyIYlxPGGYbOOgDqLbRvA3FDzrjOaLGX7iAhxUoLwU3Sh3q6u9iJ8QMi0 mdhfu4mIv94lA== From: Will Deacon To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Mostafa Saleh Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , akpm@linux-foundation.org, rppt@kernel.org, maz@kernel.org, aneesh.kumar@kernel.org Subject: Re: [PATCH 0/3] arm64/coco: Convert pKVM to a CC platform Date: Fri, 17 Jul 2026 19:23:07 +0100 Message-ID: <178431055337.489190.14483182757674487047.b4-ty@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260603110522.3331819-1-smostafa@google.com> References: <20260603110522.3331819-1-smostafa@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="utf-8" Content-Transfer-Encoding: 8bit On Wed, 03 Jun 2026 11:05:19 +0000, Mostafa Saleh wrote: > The goal of series is to convert pKVM as a CC platform similar to > ARM CCA, that makes CC guests consistently discovered which avoid > breaking it by the ongoing DMA rework [1] > > The first patch is a minor clean up I noticed while reading the code. > > And the second patch is a bug fix found by Sashiko. > > [...] Applied second patch to arm64 (for-next/fixes), thanks! [2/3] drivers/virt: pkvm: Fix end calculation in mmio_guard_ioremap_hook() https://git.kernel.org/arm64/c/62c740f823a8 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev