[roll] Roll fuchsia [kernel][arm64][mmu] When querying a page, tighten asserts for invalid PTEs

While drilling through the page tables, assert that if the page is
marked invalid (bit 0 == 0) that the rest of the pte is also zero, since
currently nothing is stored in unused entries. This should help catch
random corruptions.

Previously the assert would happen later but not print the full value.

Original-Bug: 135207
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/931524
Original-Revision: bf2b53a8ccd6edb1342bcf14f0b3ccad2ab34015
GitOrigin-RevId: 21e03bc9a5876e9cf5035078964da3e7f3c44655
Change-Id: I315fe6e8167746cf7aa6e6ec6ba7b68d493f44ce
1 file changed
tree: 9688e71e2ab0f79ff88463a49e8326fc5599f8bc
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.