[roll] Roll fuchsia [starnix] Refactor LockDep to support dynamic levels and non-generic guards

This change refactors `LockDepMutex` and `LockDepRwLock` to support
dynamic levels (runtime IDs) to allow crossing filesystem boundaries
in OverlayFS without violating the static LockDep hierarchy.
It also simplifies guards by removing the generic parameter `L`.

Test: Added unit tests in `lock_dep_mutex.rs`
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1619714
Original-Original-Revision: 9d344fc0c778c7587c35f7633dbfa8b440203497
GitOrigin-RevId: 52eca026f41728798172c05c5d14bca31bf443b7
Change-Id: I034919aa5344d51681767ffc59b76fcaa315d0f5
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1621517
Cr-Commit-Position: refs/heads/main@{#193218}
1 file changed
tree: 01402064775e679d6547e8f8dd2dd2d5b351babd
  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.