[roll] Roll fuchsia [kernel][vm] Add extern lock for vmo name

Adds the vmo lock() as a guarded requirement for the VMO name. This is
technically redundant, as the name_ has its own internal spinlock, but
is a precurosr to removing the internal spinlock. Performing this
refactor separately to changing the locking is intended to provide
additional auditability and confidence due to the previous refactor
attempt, fxr/1475777, tripping latent bugs.

Original-Bug: 477283657
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1499816
Original-Revision: 056f35900ff98a3ea4c2d23285bb187ecf0dd347
GitOrigin-RevId: bdadafdc175e9be06607f75b669f483180decf4c
Change-Id: I1323eacb872836194a1f8fc560399a27a0efbcf3
1 file changed
tree: dbd7cf8b571dc14e56df90702e98c6c86b5c7b69
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.