[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
1 file changed
tree: a0d8d38f4a1605849d27f6b0640a4151cdcc741d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.