[roll] Roll fuchsia [kernel][clock] Move clock reading code into libfasttime. In preparation for allowing reads of memory mapped kernel clocks from vDSO implementations (both the Fuchsia and Linux vDSO), move the implementation of kernel clock reading code (backing zx_clock_read and zx_clock_get_details) into libfasttime. Then change the actual in-kernel implementation to use this libfasttime version. Sharing the code ensures that the kernel understanding of the internal structures, and the vDSO understanding of the internal structures, will remain the same, even if the structures are updated. Additionally, putting the implementations into libfasttime makes it easy for components such as Starnix to re-use the implementation for their restricted mode clients. Original-Bug: 374816449 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1209087 Original-Revision: 33824bace9de12100a61ca0fc21f8ae40621b0aa GitOrigin-RevId: 8d0c0d934aab0abfbab65d0ef8f225f1de767c10 Change-Id: Ib3a15bddea7ae37a5c9205f5a5c803d2a8d594af
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 in one of the communication channels documented at get involved.
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.