commit | 3b84ae5e750befbf0c4cb4260a1b97bf6b164c7b | [log] [tgz] |
---|---|---|
author | Zeling Feng <zeling@fuchsia.infra.roller.google.com> | Wed Jun 12 16:59:04 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 12 10:00:17 2024 -0700 |
tree | da7be9084925cb3178bfa32ec84e4b5691451a0a | |
parent | a7477119eecc790e8461cf7f0491a2e4ab1e7fcb [diff] |
[roll] Roll fuchsia Revert "[kernel][vm] Alloc CAN_WAIT for pager VMOs." This reverts commit 5b20a452f15030f46dfb128659e9f58f5ec1a121. Reason for revert: suspect for causing ZIRCON KERNEL OOPS in CI example build: go/bbid/8745367741743681809 Original change's description: > [kernel][vm] Alloc CAN_WAIT for pager VMOs. > > Allows allocations on user pager VMOs to potentially wait for memory > when the system is under pressure. Although user pager VMOs tyipcally > have their pages directly supplied, and not allocated, this is not true > for writeback supported VMOs, and clones also inherit the pmm flags > from their parent. > > Having user pager VMOs not have this flag seems like an unintentional > oversight given that much user pager related code, such as the dirty > pages logic, is specifically written to handle this flag being set. > > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1064113 No-Presubmit: true No-Tree-Checks: true No-Try: true Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1065212 Original-Revision: 5d2d80c00759b184db5bcb4885cf5458a87fd7ce GitOrigin-RevId: 28820ba988551696540cd9d48e51d0ab3297c1d6 Change-Id: I4a621ec27a40384376e20a02587e6444e0035c3f
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
.