[roll] Roll fuchsia [bootsvc] Define a userspace clock fixed at zero.

UTC reads currently use a userspace clock if one is available and
fallback to the kernel if not. This fallback and the kernel clock are
being removed via RFC-0008.

Bootsvc starts before component manager and so does not have access to
the userspace clock component manager creates. Bootfs reads UTC to
set file times and these reads will begin to fail when the fallback is
removed (note that the time they return today is incorrect, being near
zero in very early boot, near backstop a few seconds later, and only
actually reaching true UTC tens of seconds later if a network is
available).

This CL defines a new userspace clock for bootsvc fixed at zero, meaning
bootfs UTC reads will not fail and file times will always be reported
as zero.

Further information is available at go/fxb-60095-discussion.

Original-Bug: 90095
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/484555
Original-Revision: b754090a3a2b8b89a9bfca70222462a724a52463
GitOrigin-RevId: 98a5efbaef03cbae684b8fafc58835f2339fee0c
Change-Id: I5e6a029f4f2c5c6cf63d8039b45ebeef63c2486c
1 file changed
tree: 87be66c9c16b5a54a7c3cc3adbcf667618b1e1ef
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.