[roll] Roll fuchsia [kernel][vm] Respect resize right in stream create

If a stream is created against a VMO handle that does not have
ZX_RIGHT_RESIZE, the stream should not be able to resize the VMO.
Remember this when the stream is created so that future attempts to
expand the VMO via the stream can be gated.

Test: core-stream
Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/793291
Original-Revision: 2acb7c63b4eeccf1f0663ad11710887650137a97
GitOrigin-RevId: 2426a0de577a57b80a3e3007e0276a74efff7792
Change-Id: I335cf914234a952858a887d44b54f68bbcf4509f
1 file changed
tree: 96d3cf3fe7a673a736156db8353ed189a99d1f34
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.