[roll] Roll fuchsia [sysmem] Replace kernel cmdline args with structured config

Replace the following kernel commandline arguments checked by the sysmem
driver with structured config variables:
* driver.sysmem.contiguous_guard_pages_fatal
* driver.sysmem.contiguous_guard_pages_internal
* driver.sysmem.contiguous_guard_pages_unused_disabled
* driver.sysmem.contiguous_guard_pages_unused_cycle_seconds
* driver.sysmem.contiguous_guard_page_count

This is in an effort to remove direct access to kernel commandline
arguments within drivers.

Original-Bug: 333399746
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1052673
Original-Revision: f270a7c29068009cf8779813dbf8fc30025e5270
GitOrigin-RevId: 1144173caebfff1bd29cba7ea74d7d4d75a64c5f
Change-Id: I8a7e8095ea6d0355e3c714a2c5f4e2598f7d7d1b
1 file changed
tree: f9be71f64e6cab1aca0f66de919c99adc842b369
  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 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.