[roll] Roll fuchsia [kernel] Add ZX_VM_PERM_READ_IF_XOM_UNSUPPORTED to vmar syscalls

ZX_VM_PERM_READ_IF_XOM_UNSUPPORTED will add ZX_VM_PERM_READ
implicitly to vmar_map and vmar_protect syscalls when XOM is
not currently supported.

Additionally, ZX_VM_FEATURE_CAN_MAP_XOM was only exposed
when `defined(__aarch64__)` and it has been moved to always
be defined.

Original-Bug: 89845
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/687447
Original-Revision: 92f8610370e70a68fbb22b8abfccd9e1dd9239f7
GitOrigin-RevId: fe180baf5c32a2d7bcc962b9650d3a2a336cfc32
Change-Id: I9a48b65cdb132c65e695938677620643416776b1
1 file changed
tree: 0b737cf127aae33a481310774f9d62d18b97bae4
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.