commit | de5603240b440c85436f09da39bc883fa5981d16 | [log] [tgz] |
---|---|---|
author | Travis Geiselbrecht <travisg@fuchsia.infra.roller.google.com> | Fri Oct 20 19:24:09 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Oct 20 12:25:25 2023 -0700 |
tree | 9688e71e2ab0f79ff88463a49e8326fc5599f8bc | |
parent | 7bab3ec959f6cf95f1756556adb269d08dfb7689 [diff] |
[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
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 via the IRC channel #fuchsia
on Freenode.
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
.