[roll] Roll fuchsia [kernel][vm] Use hierarchy lock wrappers

Switches the VMO locks to use the wrapped locks as part of the fine
locking transition.

This adds a small overhead as each hierarchy lock now tracks a
reentrant_count_ and performs additional assertions on acquire and
release.

Original-Bug: 338300943
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1209204
Original-Revision: 9e1382b4f7ff98d42949a12721f0cc8fd7776ea8
GitOrigin-RevId: 2306202e2b713f906e295be5edb0d7c049c361d7
Change-Id: I243acadf5466933090092b647419e6e49540c983
1 file changed
tree: b57e882fd4ee7853e7185663724e065d81bb32d7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.