[roll] Roll fuchsia [kernel][boot-options] Do `k setopt` mutable access via physmap The BootOptions::Get() pointer is to const and will soon actually point into a read-only mapping. The `k setopt` command needs to mutate this object that's ordinarily wholly immutable after boot. So make it look up the paddr and access it via the physmap rather than just doing a const_cast. Test: `k setopt test.option.bool; k showopt test.option.bool` reflects change Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1485556 Original-Revision: 098b90a6cf456079fdea9ae26313aa6554e7cc35 GitOrigin-RevId: 4e0a1d9cdd80cb2020faabac5ad7ba582ae6c86c Change-Id: I82c2ce61fe39d3dacf0bf8f0332527d1750976d6
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 in one of the communication channels documented at get involved.
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.