[roll] Roll fuchsia [reland][kernel][vm] Remove page_request_t from PageRequest

Reland of Idd418388968a29416f174e1fb4e454b46afabfd8 now that
https://fxbug.dev/91935 has been fixed.

Original commit message:

The only fields of page_request_t that are used PageProvider
implementations are the offset, len, type and queue_node. The first
three of these are replicated from PageRequest, and the queue_node can
be added to PageRequest. The rest of the page_request_t fields are not
used and so the entire page_request_t can be dropped out of
PageRequest.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/636941
Original-Revision: 811dec48d17e92d3dff3ba9ffd906c506d361cf3
GitOrigin-RevId: dc0ab36cfce48a198a341a3f49e800f51ac4ab8e
Change-Id: I747512ff0453039b8c67505ae82e5e8cb063b368
1 file changed
tree: 19ec19bfe1168982bcb83bd3beea1bb76b4a92e3
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.