commit | 81714adeb82f616ecd5a8f0f91f2683acfd973c1 | [log] [tgz] |
---|---|---|
author | Sage Barreda <sagebarreda@fuchsia.infra.roller.google.com> | Tue Mar 26 05:16:57 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 25 22:18:31 2024 -0700 |
tree | 11f2e8997a0a3e6bf498fc649b6ede1a919026af | |
parent | a1817c057639de5a857f3a5e37572d9ffaa25418 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.