[roll] Roll fuchsia [starnix][loader] Track memory from loading ELFs

This CL causes the MemoryManager to record the maps made when we load an
ELF into the task. Remembering these maps is important for when we fork
a child process so that the child process can have its code mapped into
its address space.

Original-Bug: 76319
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/527360
Original-Revision: 9904cf6096e1d9a26bc65663dc0f8258769d709b
GitOrigin-RevId: d3e256b73d2f968fb8c7216f5bb680286b973665
Change-Id: I36fded941a2c2a660843a83562c83e5f4f968a47
1 file changed
tree: 3d3f691e439a154d771539c68d3942c82b7248a1
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.