[roll] Roll fuchsia [kernel][vm] Remove spinlock from name

Changes the definition of name_ to not use an internal spinlock,
instead relying on just the VMO lock.

This is effectively a reland of Ib13210eaa7a24c37c7b571f7223e5f5e22436800,
albeit split across two different commits. The split ensures that this
part of the change, switching to the NullLock in fbl::Name which
triggered the original flakes and revert, is isolated.

Original-Bug: 475632731
Original-Bug: 477283657

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1499817
Original-Revision: a087e136483b87ad32134a18ae04a05da88702a5
GitOrigin-RevId: 455ac1edcdbb99faab337b41b773336927f63688
Change-Id: I4f6d3fe2ed790caee80dc912602832b2f5b6cbe3
1 file changed
tree: 2ce6ff5420cf69121a35d835f7e25ba534f5e785
  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.