[roll] Roll fuchsia Revert "[kernel] Use PinnedVmObject::reset instead of ktl::move" This reverts commit fd979cbb7a73a2ff2be8d601c9d4f36c3a03eb7d. Reason for revert: Suspected cause of https://fxbug.dev/108834. Original change's description: > [kernel] Use PinnedVmObject::reset instead of ktl::move > > We're relying on ktl::move to run the destructor of PinnedVmObject > ignoring the result value, but this is triggering an error in the > tip-of-tree Clang: > > ktl::move(data->pinned_buffer); > ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ > 1 error generated. > > Use PinnedVmObject::reset instead which has the same effect. > > Original-Fixed: 108702 > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/720210 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/722531 Original-Revision: 0c54daca5e6dbd4ff52ed5de1ee81443a4fe724d GitOrigin-RevId: d7098d4ec538197fde9fc6701881eb8693c3b4c3 Change-Id: I08d086ba245525df82e4a65e745022d3bd5cccb9
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.