[roll] Roll fuchsia [kernel][vm] Use consistent lock annotations in VMAR

Replace some instances of aspace_->lock() with simply lock(), which is
equivalent. It makes for easier reading with object_->lock() also thrown
into the mix.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/861561
Original-Revision: af62a9fec97cfe5ccbd48d3dcdc0662d2abb2bfa
GitOrigin-RevId: 596f6c63b379e49640082c4651e831158d57e4c1
Change-Id: Ic6af6e61b4639aa6d7e04d1a17df5e3ce17cd0e1
1 file changed
tree: 7d01194c86683300c4c39ccf22f9c112316fdbdd
  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.