[roll] Roll fuchsia [kernel][vm] ZX_VMO_UNBOUNDED option flag

Add ZX_VMO_UNBOUNDED flag for zx_vmo_create syscall. With this flag, the
size argument will be unused & the size of the VMO is initialised to
the maximum possible VMO size. Size argument must be set to 0 and VMO
can not be resizable.

Original-Bug: 329534779
Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1004252
Original-Revision: 9909b4be7abff98a43d360c84d1e87aaadcd1495
GitOrigin-RevId: 9da8797c44d39dd75bfad06e2e753a8bfdb259fd
Change-Id: I2ab0b2ff6abbc4b375e47edc3cfa7ff2fe68fcdc
1 file changed
tree: 11f2e8997a0a3e6bf498fc649b6ede1a919026af
  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 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.