[roll] Roll fuchsia [starnix] Define MemoryManagerState::force_write_memory.

Prefactor for more principled handling of mappings removed by
inserting new ones.

Also removes unsafe qualifier as this method is not capable of
undermining Rust's memory safety assumptions. It can
definitely break userspace if used incorrectly but so can many
other "normal" memory management APIs in Starnix and the
compiler doesn't need to know about them to correctly compile
the kernel binary.

Original-Bug: 458074393
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1414199
Original-Revision: fcdeb394f8bac837cd70d61cfe02dc46daae3b85
GitOrigin-RevId: 25a68606aa9e4eed64ede1eb8c3bd0a5d0a2289b
Change-Id: I4ce9a01ab0dba9baf949a24df51b7dfbfa8c20e4
1 file changed
tree: 4e93a944004979a75632d05a063f66627dc3d824
  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.