[roll] Roll fuchsia [kernel][ktl] Introduce <ktl/utility.h>

<utility> isn't the grab-bag we first thought of it as: it's not very
big and doesn't seem to feature kernel-unfriendly stuff. Since we've
already started treating <ktl/move.h> as a <ktl/utility.h> with its
inclusion of std::forward, and that we've also started putting other
<utility>-defined things in other headers (e.g., std::exchange in
<ktl/algorithm.h>), there is a reasonable need for a proper
<ktl/utility.h>. This change introduces that (effectively renaming
<ktl/move.h>). A follow-on change will migrate the stuff in the other
headers that don't belong, as well consolidating the current standalone
headers that do (e.g., <ktl/integer_sequence.h>).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261584
Original-Revision: fcb3170a8b36578ab5cf0540e38a197d25f1ed41
GitOrigin-RevId: 9066ee5aa66bd79190e36e9e2fb9d70725d6a520
Change-Id: I605f82189d8aaf8497934dc05afe2eb39a48ff10
1 file changed
tree: 0c4926111f1347fa36951099f2ec3cb0d35037ce
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.