[roll] Roll fuchsia [starnix] Read/Write to VMO instead of process

This change updates memory manager to manually determine which VMO to
read and write to for any given UserAddress.

Previously this was done by calling zx_process_[read,write]_memory, but
those syscalls are only meant for debugging and not always available.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/620801
Original-Revision: 9a85f28815b2950c68215f520925aa46974c4ec1
GitOrigin-RevId: 296cb661c430203c4981207ee0aa452d03bcb17d
Change-Id: Ib49f320c308be4a188ec8bc20c8edd5724ba0c3d
1 file changed
tree: ff73377dcd463cfd74e3c9c4334fd72eafa378cb
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.