[roll] Roll fuchsia [fxfs] Fix bug where pages may not be supplied.

It's possible that VMO size and 'byte_size' are different.
This fixes a bug where, if byte_size is smaller, the page handler
may fail to supply required pages.

It also ensures that read ahead will not supply zero pages beyond the end
of the VMO (uses max of byte_size and requested range) as this
will cause supply_pages to fail a range check and lead to a similar
result.

Original-Bug: b/318773519
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/971633
Original-Revision: a0371fe61226cd285dab0ee9e68c620563d8e76a
GitOrigin-RevId: d8dd9113fba4e8daa754dcc8a51c7fd782929ea3
Change-Id: I276a795059efb88325f25e776ea4254f599af6cf
1 file changed
tree: 6da7a45d64b98e69e9bc67d431d330c5c81b48ba
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.