From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 64C4F2ED873; Thu, 15 Jan 2026 10:04:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768471490; cv=none; b=B55mqEh8lFPzZDsARlgGCcoDI5/h/OFlFxKnjski9MGbprNrJJFNTuuOG28tmIHko0pXiEPPdEeyAWicz7hDyIpAh1Lk4Oj+RqnJI39DD9CdFUB6db2iwlSYfl5mzPqoJREjyiWkhNd9k5FxQnB+rlN4rgI/zn4QyMVOMQQBDEY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768471490; c=relaxed/simple; bh=7XMxe/CLYro3FUDReJ1bUNPGpnZRoIxeAslKy+21mck=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=BQt6sjOtZKwkn3bxLhTSF68JrVGO3K/Ev1OaCxERKmCw1bWNSWYAs1qOEuql8iok1LuO4lV/1abIXPhNqGi37CcsU0gWty1KPsOJmgvWaiYaJHrSS8i4+C8PvcIsKrfqodq5C4xMpzWkxv9zqmgHKwVGNIZfdL1uves+ihcFOl0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rQIvsgvn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rQIvsgvn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04E1FC116D0; Thu, 15 Jan 2026 10:04:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768471490; bh=7XMxe/CLYro3FUDReJ1bUNPGpnZRoIxeAslKy+21mck=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rQIvsgvnZXiKoWKaTyi01ZC4GLLkkOIza+4xGbnOASRPXJWCs0/DYsMQKhfYleTok EMEe/CZturJFUEhL3jA1Y7gnI0Jbs+mjqjohtJkqKU1veadyiS5R0Bj3QrNe5072xR ie34nNwJFJwcxEOfZwkVgkyABQ2iFLc3sQ5h8Vn3ka13S825VjDzi7gJlhd+UQz5s8 8z6lxmCH7vpkkoxI6+7ip0B/vtKXaf5zJCr2qMrJfuoIc5efjsOsC+kGWojo5FK2ha HmPtNCTKEQsxBa2xnpkz1Ly0Qa1j437dUOW2NSaGVfObXFVhJvZ25JcrOS22hCIFzB fJZF4lGgkNthw== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vgKDf-00000002Tkj-2wRm; Thu, 15 Jan 2026 10:04:47 +0000 Date: Thu, 15 Jan 2026 10:04:47 +0000 Message-ID: <86ikd3kx8g.wl-maz@kernel.org> From: Marc Zyngier To: Oliver Upton Cc: Paolo Bonzini , kvm@vger.kernel.org, kvmarm@lists.linux.dev Subject: Re: KVM/arm64 fixes for 6.19 In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: oupton@kernel.org, pbonzini@redhat.com, kvm@vger.kernel.org, kvmarm@lists.linux.dev X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false On Thu, 15 Jan 2026 09:30:25 +0000, Oliver Upton wrote: > > Hi Paolo, > > Here is the first (and likely only) set of fixes for 6.19. Small batch > of changes fixing issues in non-standard configurations like pKVM, hVHE, > and nested. > > Details are in the tag, please pull. > > Thanks, > Oliver > > The following changes since commit f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da: > > Linux 6.19-rc3 (2025-12-28 13:24:26 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git/ tags/kvmarm-fixes-6.19-1 > > for you to fetch changes up to 19cffd16ed6489770272ba383ff3aaec077e01ed: > > KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers (2026-01-10 02:19:52 -0800) FWIW, I'll take this as an initial merge in kvmarm/next, as I have a couple of things that depend on it [1]. Thanks, M. [1] https://lore.kernel.org/all/20251210173024.561160-1-maz@kernel.org -- Without deviation from the norm, progress is not possible.