[roll] Roll fuchsia [kernel][vm] Expanded attribution counts

These allow implementing the APIs in RFC-0254.

None of the new count fields are exposed to userspace yet. As specified
in the RFC, the new integer fields are set to 0 and the new fixed-point
fractional fields are set to UINT64_MAX.

We do implement the logic to internally sum these new counts across VMOs
and address spaces, even if we don't exposed the summed values to user
space yet.

No functional change.

Original-Bug: 42058561
Original-Bug: 338300808
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1147212
Original-Revision: 7ebf345fd3adb735bd8db5d4e9780e14e41cb83f
GitOrigin-RevId: 71d4354038dd73bca7f7809e66ba0252563c40e6
Change-Id: Ib06a9ed341b77e53399bb7237af617c039a319e6
1 file changed
tree: 668abbe1b1724ec6b20830df2f2212a96f14c856
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.