[roll] Roll fuchsia [kernel] ZX_INFO_PROCESS_MAPS should be ordered

The document specifies that ZX_INFO_PROCESS_MAPS returns a pre-order
walk of the address space.  Reordering the two address spaces ensures
that because the restricted aspace lives in the lower portion of the
memory and has no overlap with the normal (shareable) address space.

Original-Fixed: 125753
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/839570
Original-Revision: 52a200e6222a305989c4e774a6ca860cbec8778e
GitOrigin-RevId: 1e6e71689b88c133a497cd2ee04cef5cdc3022dd
Change-Id: Ia98c0ce2108d11f6e0f84b9527bffe3d398a8ecc
1 file changed
tree: 6e8952b37d1285a632be995c3e08093546924daf
  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.