(subset) [PATCH 01/30] KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers

Oliver Upton oupton at kernel.org
Sat Jan 10 02:22:48 PST 2026


On Mon, 05 Jan 2026 15:49:09 +0000, Will Deacon wrote:
> Commit ddcadb297ce5 ("KVM: arm64: Ignore EAGAIN for walks outside of a
> fault") introduced a new walker flag ('KVM_PGTABLE_WALK_HANDLE_FAULT')
> to KVM's page-table code. When set, the walk logic maintains its
> previous behaviour of terminating a walk as soon as the visitor callback
> returns an error. However, when the flag is clear, the walk will
> continue if the visitor returns -EAGAIN and the error is then suppressed
> and returned as zero to the caller.
> 
> [...]

Applied to fixes, thanks!

[01/30] KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers
        https://git.kernel.org/kvmarm/kvmarm/c/19cffd16ed64

--
Best,
Oliver



More information about the linux-arm-kernel mailing list