| commit | f327f6985b61d63a3c29c354d39c3b01c2933dfb | [log] [tgz] |
|---|---|---|
| author | Tamir Duberstein <tamird@fuchsia.infra.roller.google.com> | Wed May 11 17:44:46 2022 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed May 11 10:46:31 2022 -0700 |
| tree | ce8c02a07b616b071f0578437db23b45186c52a3 | |
| parent | 9ce39830fb06ca837ea2f79c38f337ae0d9e8ff9 [diff] |
[roll] Roll fuchsia [netdevice-migration] Make proper use of atomics The previous usage was inherently racy; incrementing, loading, and storing separately defeats the purpose of using an atomic. Use a single add operation instead and modulo the result to determine when to log. Appease clang-tidy while I'm here. Original-Fixed: 97178 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/677933 Original-Revision: d8f972e3fc5c299e6b22fcab7e6869c2fef07e9d GitOrigin-RevId: 1f2e1762fa4590c955a4d0a049c432fa3543a7f7 Change-Id: Ie0aa554d7dad890a274ee3a88e4fe7258abd816b
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.