[roll] Roll fuchsia [utest] Use relative offset for mapping

Restricted mode testing for aarch32 attempts to keep all memory shared
with the restricted environment under the addressable limit for that
code.  That limit is expressed as an absolute, but zx_vmar_map() expects
the offset to be relative to the base of the VMAR.

This error manifested as test flakiness because the memory was usually
mapped within the absolute range.  This change fixes the flakiness and
ensures any shared memory is mapped under the provided limit.

Original-Bug: 389697363
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1187672
Original-Revision: 002a3db1992d68be99457ad5c5250f80153ec319
GitOrigin-RevId: 00199d100e858ce181e23a2d3aa2cf83300f8092
Change-Id: I6b44858186c827ce99ab081b6d558a9a39011d08
1 file changed
tree: 5d6bb38230e8e40899c69de6a55a2373996ae757
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.