[roll] Roll fuchsia [lockdep] Check if reporting is disabled for AcquireAfterLeaf

If a mutex is tagged as LockFlagsLeaf and is contended, the lock
acquisition path will try to update the thread's runtime stats when
blocking. This acquires the ThreadRuntimeStats lock which is tagged with
LockFlagsReportingDisabled, but a violation is reported nevertheless
without this fix.

Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1409703
Original-Revision: d4313a1741fa239472026ca0f6496c8b4d3f79a5
GitOrigin-RevId: b3d812edf55d851d9e186431f10af33822b3fbca
Change-Id: Ie125db72aeac7cdd93580347975e2e9d47f94938
1 file changed
tree: 5823e7dde00f259067c19f288190b6ceebe9f116
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.