[roll] Roll fuchsia [kernel][sched] Disable lockdep reporting for TaskRuntimeStats.

The TaskRuntimeStats lock is acquired in the scheduler, which means it
can interpose any blocking locks, including those in the lockdep tests.
Disable reporting for this lock to avoid filling up its dependency set
with every other blocking lock and interfering with the lockdep tests.

Original-Bug: b/378976169, b/322207536
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1156835
Original-Revision: 45edf0a15f2f6d644da88920d3342002aa7298e9
GitOrigin-RevId: bd889a1608a98a86f27cc25c0e84df3651d0184a
Change-Id: I2539bc52b3b8a77f2ccc2c72b8a937c63e09d079
1 file changed
tree: 51fb32f4ddf3fcbb8d95b603bbed02da27df35f5
  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.