[roll] Roll fuchsia [zircon][kernel] Support for ZX_INFO_VMO_IMMUTABLE

This CL is an implementation of RFC-0080 and adds support for
determining if a VMO child was created in an immutable state (and will
remain immutable).

For this to be the case, the VMO clone must be created with the
ZX_VMO_CHILD_NO_WRITE and ZX_VMO_CHILD_SNAPSHOT flags and without the
ZX_VMO_CHILD_RESIZABLE flag. The child VMO also must not be discardable,
but there currently is no way to create a discardable child (and
therefore also no way to test for this case).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/508658
Original-Revision: 0e83c15f5d0f7408f441bd1319b70f187f82bf42
GitOrigin-RevId: c8250f0d67c9e59975c096dbeb9a28e333b0a06e
Change-Id: Iec5f9a62cf2376bcf0b6dac747cfeb4ab8b685c9
1 file changed
tree: 8d72c05f4c11901abafb4447e9594cda35278659
  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.