commit | 7cf701017dd5d415e59eab319622d3cca066cd74 | [log] [tgz] |
---|---|---|
author | Adrian Danis <adanis@fuchsia.infra.roller.google.com> | Tue Apr 12 05:37:19 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 11 22:38:36 2022 -0700 |
tree | 82869f3a25b21916486e5238d811a63a2ef9648d | |
parent | aa56d107e62a0154a93189eecc98bbeab128ea85 [diff] |
[roll] Roll fuchsia [x86][hypervisor] Invalidate EPT on unmap Invalidates the EPT context when unmapping from EPT page tables. Due to lack of tracking this is implemented as an IPI broadcast to all CPUs. Without this invalidation it is possible for the user space VMM code to either unmap from the vmar, or decommit from the backing VMOs, and then the guest could keep using the stale EPT TLB entries to write to the old pages, effectively causing arbitrary memory corruption. Original-Bug: 97129 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/668602 Original-Revision: 83c8806c76de4b4db604c60e2115b54ff6ad9d75 GitOrigin-RevId: c5c4b430ec02cebb8697267391b499f686503dea Change-Id: Ib0ef9c3adfe4a3885b3fefd76dcc077dd5cdb61e
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.