[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
1 file changed
tree: da7be9084925cb3178bfa32ec84e4b5691451a0a
  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.