[roll] Roll fuchsia [kernel][vm] Reserve kernel VMARs early

Shuffles the VM init code such that VMARs representing any initial
kernel regions are created early. This happens prior to heap and so
LazyInit VmAddressRegions are used for storage.

Having VMARs allocated early is intended to allow heap and other VM
initialization to be able to take advantage of ASLR.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/514686
Original-Revision: 6ee49e405d308a367fdbd940063f39f219bb4e5d
GitOrigin-RevId: 2c24d0d244678676da77e548f8b19c30586adf5f
Change-Id: If894753a13fd41e7b981f75d931284f7db24dc3d
1 file changed
tree: 1ded8f599f91b92d0b355736365b9adbc67edfe2
  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.