[roll] Roll fuchsia [kernel][vm] Always cancel requests

Any PageRequest that has been initialized, even if it may have since
completed, is always cancelled with the PageProvider. This is
necessary since, once a request is initialized, the PageRequest has
no race free way to determine if the request has been completed or
not, except by asking the PageProvider. Previous attempts to inspect
the owner_offset_ field were incorrect and racy.

Original-Bug: 409825698
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1250364
Original-Revision: 2dfe0e7700bb08230f2636cd70474ce6e2e59e11
GitOrigin-RevId: 6de7c9108a2d8d9fa6e3ca88a6455f061be07484
Change-Id: I78fea82fe3b68072e98c762c92690ace19a1a946
1 file changed
tree: 5f96af249b2a10509aeb8bb4c5ab7e8843447f65
  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.