[roll] Roll fuchsia [starnix] Avoid `MemoryAccessorExt` in `MemoryManager`

...impls of atomic load and store operations.

`MemoryManager`'s calls to `MemoryAccessorExt` is replaced with direct
VMO-based usercopy methods on `MemoryManager` itself.

This prepares us for a later change that drops the `MemoryAccessor` impl
from `MemoryManager` so that Starnix is forced to use a `CurrentTask`,
`Task`, or some other implementation to perform copies to/from a user's
aspace.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/975613
Original-Revision: 16eced4a67c8dd1f54b60c7810f4a2ec0ff55680
GitOrigin-RevId: 1b8ba5a9bc28399c44889bfde43bcfa46005c166
Change-Id: I24085383853e2c4bb05386f62ddc9c83697f843e
1 file changed
tree: 0ac3feb2284da3f977f6c08993f0c057c1b3b5dd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.