[roll] Roll fuchsia [kernel][vm] Check stream size without aspace lock

Requesting the stream size from the vmo requires the vmo lock. We can
reduce contention on the aspace lock by performing this check, and
the vmo lock acquisition, outside the aspace lock.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1407918
Original-Revision: 1b4576e2279abf2a41016680a7149dd7bb84ba40
GitOrigin-RevId: 23d2a36f913ba95169d111a0c723b5ecc4184d41
Change-Id: I2f32ce4b1d4fb8586d60d174a683a85e1b0d5b86
1 file changed
tree: 35231409153c7062d00c1abef8491b4418aa9c1a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.