Also modify the function to unconditionally preserve PG_ZERO, so
VM_ALLOC_ZERO is effectively ignored.
MFC after: never
Differential D32033 Authored by markj on Sep 21 2021, 2:43 AM.
Details Summary Also modify the function to unconditionally preserve PG_ZERO, so MFC after: never
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptSep 21 2021, 2:43 AM2021-09-21 02:43:21 (UTC+0) Harbormaster completed remote builds in B41611: Diff 95414.Sep 21 2021, 2:43 AM2021-09-21 02:43:21 (UTC+0) This revision is now accepted and ready to land.Sep 21 2021, 12:36 PM2021-09-21 12:36:52 (UTC+0)
Comment Actions
This revision now requires review to proceed.Sep 21 2021, 3:13 PM2021-09-21 15:13:47 (UTC+0) Harbormaster completed remote builds in B41622: Diff 95452.Sep 21 2021, 3:14 PM2021-09-21 15:14:22 (UTC+0) Harbormaster completed remote builds in B41624: Diff 95455.Sep 21 2021, 4:07 PM2021-09-21 16:07:35 (UTC+0) This revision is now accepted and ready to land.Sep 22 2021, 3:23 PM2021-09-22 15:23:28 (UTC+0)
This revision now requires review to proceed.Sep 24 2021, 4:04 PM2021-09-24 16:04:27 (UTC+0) Harbormaster completed remote builds in B41702: Diff 95634.Sep 24 2021, 4:04 PM2021-09-24 16:04:28 (UTC+0) This revision is now accepted and ready to land.Sep 24 2021, 8:21 PM2021-09-24 20:21:35 (UTC+0) markj added a parent revision: D32006: Convert consumers to vm_page_alloc_noobj_contig().Oct 1 2021, 9:56 PM2021-10-01 21:56:02 (UTC+0) markj added a child revision: D32034: vm_page: Drop handling of VM_ALLOC_NOOBJ in vm_page_alloc_contig_domain(). This revision now requires review to proceed.Oct 17 2021, 8:50 PM2021-10-17 20:50:12 (UTC+0) Harbormaster completed remote builds in B42203: Diff 97019.Oct 17 2021, 8:50 PM2021-10-17 20:50:12 (UTC+0) This revision was not accepted when it landed; it landed in state Needs Review.Oct 20 2021, 1:23 AM2021-10-20 01:23:50 (UTC+0) Closed by commit rGc40cf9bc6271: vm_page: Stop handling VM_ALLOC_NOOBJ in vm_page_alloc_domain_after() (authored by markj). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 97019 sys/vm/vm_page.h
sys/vm/vm_page.c
|
Could this be VM_ALLOC_COUNT(VM_ALLOC_COUNT_MAX - 1) and count < VM_ALLOC_COUNT_MAX could be used for assert in VM_ALLOC_COUNT?