[roll] Roll fuchsia [kernel][userboot] Construct RoDso from a VmObject

This change refactors RoDso to be constructible from an explicitly
provided VMO, factoring out the "embedded" logic (which we'll soon
invalidate) and the kernel handle logic (which is not appropriate for
the userboot image case). This eases the upcoming removal of the
embeddings of userboot and the vDSO from the kernel.

Original-Bug: 1097802
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1121717
Original-Revision: a88444022bab9bd4f4a5f2ba24ca6d9d6a9cceb0
GitOrigin-RevId: 4f32ba03850b737125638293d79d950a78633f60
Change-Id: Ic00224552a0f13d109302f7e3143285818d4d7a1
1 file changed
tree: 1f6bc44ec28fd07814e518a8a4e7b50a07b82fa0
  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.