FROMLIST: KVM: arm64: Protect the .hyp sections from the host
When KVM runs in nVHE protected mode, use the host stage 2 to unmap the hypervisor sections by marking them as owned by the hypervisor itself. The long-term goal is to ensure the EL2 code can remain robust regardless of the host's state, so this starts by making sure the host cannot e.g. write to the .hyp sections directly. Acked-by:Will Deacon <will@kernel.org> Signed-off-by:
Quentin Perret <qperret@google.com> Link: https://lore.kernel.org/r/20210315143536.214621-37-qperret@google.com Bug: 178098380 Change-Id: I747a37058f65b9cd5b9ce8dc72a8e385cf68f5d2
Loading
Please sign in to comment