commit | abb0b159e29740026328552b982f49a7ebe9dbc0 | [log] [tgz] |
---|---|---|
author | Corey Tabaka <eieio@fuchsia.infra.roller.google.com> | Thu Nov 14 20:23:02 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Nov 14 12:24:27 2024 -0800 |
tree | 51fb32f4ddf3fcbb8d95b603bbed02da27df35f5 | |
parent | aa98aa0629cebb6be8a7796ce4df81463fc2892a [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.