[roll] Roll fuchsia [kernel][fifo] Use 64-bit counters

When the 32-bit head and tail counters overflow they create a
discrepancy between what the value of '0' should point to. If the fifo
holds 3 elements then a head_ of UINT32_MAX would be slot 0, meaning
that UINT32_MAX + 1, should be slot 1, but it is 0. This problem only
occurs due to the element count being allowed to not be a power of 2.

The solution in this CL is to use 64-bit head and tail counters so that
they can never overflow.

Original-Original-Fixed: 517174114
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1633854
Original-Original-Revision: fea5e2661f6eeed15269b35a2c661925f7792653
GitOrigin-RevId: 5a7dd3a705c2d18a4657b3de3e1a1f075f19b842
Change-Id: I6a18e1349e641d9a3b586416a6e4b9024b0871c9
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1634898
Cr-Commit-Position: refs/heads/main@{#193819}
1 file changed
tree: 588c7890d22ee969485054ee07e98981ebc7f34d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 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.