| commit | df207ca03fb4736f2729eef44ff48f09b87f637c | [log] [tgz] |
|---|---|---|
| author | Jody Sankey <jsankey@fuchsia.infra.roller.google.com> | Thu Feb 11 02:17:11 2021 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Feb 10 18:17:56 2021 -0800 |
| tree | 87be66c9c16b5a54a7c3cc3adbcf667618b1e1ef | |
| parent | c1f4570e2caabe8d1b548e292899dd6897f5560b [diff] |
[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
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.