[roll] Roll fuchsia [starnix] Allow arbitrary number of locks in ordered_lock_vec

The lockdep implementation had a limit of 16 locks of the same level
due to 4-bit subclass encoding. This change allows sharing a single
lockdep token across a batch of locks acquired by ordered_lock_vec,
removing the limit.

This also re-enabled lockdep

Fix: b/515377211
Test: fx test starnix_sync-tests
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1622163
Original-Original-Revision: 58fdde3a47fc83c1a650b4d70439c752a9e6dd04
GitOrigin-RevId: 858465852eb2f1ee63e176e2f811a4cc1bbe2d5c
Change-Id: I70b58863bbfd4e09fac0bf132a179520d015215a
1 file changed
tree: 4562aaf842818efd9a1f7c79c6ed68a930e4d631
  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.