[roll] Roll fuchsia [kernel][vm] Harvest without aspace lock

The VmAspace::lock does not need to be held to walk the hardware page
tables, and holding it prevents page faults and other operations from
making any progress.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/533282
Original-Revision: 9703842ce76ba4e201afa34df28563ba83926e55
GitOrigin-RevId: 7b910bc230be9affacbb3d46d7227179aaa3f074
Change-Id: I8fcddf867c845ccd3b90be968d7b6ebcd04ade32
1 file changed
tree: 7fccb3a10f48fcab7ebcee4360d760cc31993b56
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.