commit | caef6ebae008f6a0943eab81cecc0eed5902652c | [log] [tgz] |
---|---|---|
author | Adrian Danis <adanis@fuchsia.infra.roller.google.com> | Mon Aug 05 22:47:19 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Aug 05 15:49:58 2024 -0700 |
tree | 5cada7d94aca67c1452810661baef04b1fcf5900 | |
parent | 67e4fd5c522e97f2f103376accbd70d185336cf0 [diff] |
[roll] Roll fuchsia [kernel][timer] Acquire timer lock when inspecting queues The monotonic and boot timer lists are logically guarded by the TimerLock to deal with parallel Timer::Cancel events that might happen from a different CPU. This adds a missing lock acquisition when inspecting these queues to calculate the next timeout. Original-Bug: 357261209 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1094412 Original-Revision: f2e379865e34499299a616fe1dbcdf778429de88 GitOrigin-RevId: 7eeedb628e2b5a50c93508599c1808ce8509da0a Change-Id: I3ce28f6579ac2e2d0305c69c33da3467ebb1e395
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 via the IRC channel #fuchsia
on Freenode.
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
.