]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Kill logging_active from kvm_s2_fault
authorMarc Zyngier <maz@kernel.org>
Mon, 9 Mar 2026 14:32:25 +0000 (14:32 +0000)
committerMarc Zyngier <maz@kernel.org>
Sat, 28 Mar 2026 11:29:41 +0000 (11:29 +0000)
commit18e1312879db0af5bfd1b1a8b6771d314ccd3ca9
tree1b6417ff0997b565980ed8fd0472f33832fbe89f
parent4ff2ce512063ae79976c23b6fe2130611bcbae62
KVM: arm64: Kill logging_active from kvm_s2_fault

There are only two spots where we evaluate whether logging is
active. Replace the boolean with calls to the relevant helper.

Tested-by: Fuad Tabba <tabba@google.com>
Reviewed-by: Fuad Tabba <tabba@google.com>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/mmu.c