]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: arm64: Kill KVM_PGTABLE_S2_NOFWB
authorMarc Zyngier <maz@kernel.org>
Fri, 23 Jan 2026 19:16:36 +0000 (19:16 +0000)
committerMarc Zyngier <maz@kernel.org>
Sun, 25 Jan 2026 16:17:21 +0000 (16:17 +0000)
commit4f27fe82aa304c50b24f92da72b4895cf73b54ba
treee262a50ef60f2353d942e2e41d48ce953888083c
parenta373930ec9406aeb9f82b5b78db56ca8d0919d99
KVM: arm64: Kill KVM_PGTABLE_S2_NOFWB

Nobody is using this flag anymore, so remove it. This allows
some cleanup by removing stage2_has_fwb(), which is can be replaced
by a direct check on the capability.

Reviewed-by: Joey Gouly <joey.gouly@arm.com>
Reviewed-by: Fuad Tabba <tabba@google.com>
Tested-by: Fuad Tabba <tabba@google.com>
Link: https://patch.msgid.link/20260123191637.715429-5-maz@kernel.org
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_pgtable.h
arch/arm64/kvm/hyp/pgtable.c