[roll] Roll fuchsia [kernel][riscv] Fix bug in Map's returned count

The Map function currently does not include existing entries in the
count of the number of pages mapped. This contradicts the behavior
documented in
https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/kernel/vm/include/vm/arch_vm_aspace.h;l=72
and causes the failure in the attached bug. This CL adds the existing
pages back to the count.

Original-Fixed: 125951
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/842719
Original-Revision: 732349c0f587a3c0c1c3fb9af45c7ea426319a8d
GitOrigin-RevId: d4a043cf8f3528360b1f9c8f363fa06fa7321ef7
Change-Id: Iaa94b1e6b9dd9078f19d5b7aaa5eb184d8c87928
1 file changed
tree: e906117a1eed9f182fa92e5ba16e53e343c69302
  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.