[roll] Roll fuchsia [kernel] Eliminate function scoped static from JitterentropyCollector

This change is part of a series that eliminates function scoped static
variables from the kernel.  In the kernel environment function scoped
statics cannot be both safely and efficiently initialized so we are
replacing them with alternatives.

Original-Bug: 79612
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/558321
Original-Revision: de8138a040d3a453681919499ab5f9860dcd5a94
GitOrigin-RevId: e5b073878475b7e985c160efab4cfe730b070968
Change-Id: Ibb8afd06c394f8a5efe50e257118d22b446b83e0
1 file changed
tree: ad629b396c2b656942cbbf043b076c1c08fc8e4c
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 via the IRC channel #fuchsia on Freenode.

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.