[roll] Roll fuchsia [kernel] Add kernel.select.userboot=... boot option

This allows choosing among different file names inside the kernel
package filesystem to serve as the userboot ELF static PIE file.

The test for this is adapted from fuchsia-static-pie-test, a
standalone PIE using elfldltl to do self-relocation with vDSO
references.  It's been extended to exercise more aspects of ELF
loading, which necessitated fixing PhysElfImage bss handling.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1267304
Original-Revision: ba3a4fc87b331fccfa0ecdd2117ab1a8970b0a36
GitOrigin-RevId: 819bd8771c4086b8f19510d29ab460f9d211f350
Change-Id: Iff3981fcefbc534531fcf00ea6d5c616d6938135
1 file changed
tree: de47618dcb01f2ae20f62eb15380c2085b34619c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.