[roll] Roll fuchsia [starnix] Assert that boot-to-UTC ref ticks is not zero

Assert that boot-to-UTC reference ticks is never zero when updating the
UTC transform in the starnix kernel vdso. Setting this value to zero
will cause any process that calculates UTC time using the vdso to
assert.

This is not necessarily indicative of the root cause of the issue
described in the bug, but it is a reasonable defense-in-depth measure to
catch mistakes in the calculation or propagation of this sensitive
value.

Original-Bug: b/415099415
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1265841
Original-Revision: 9479bff68c161112fbfb4a4ca8f38392e66c492f
GitOrigin-RevId: b1a606951ef3b82f2578871f0fa6e60a02688b9f
Change-Id: I9f11e2d8102175a40800c5f227c75dc73b3f49ff
1 file changed
tree: 648a1ec8694a065eb658fbc599ad72ef776e4896
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.