Page MenuHomeFreeBSD

vm_fault: use iterator in populate_cleanup
ClosedPublic

Authored by dougm on Apr 18 2025, 11:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 29, 12:28 PM
Unknown Object (File)
Sep 8 2025, 4:55 AM
Unknown Object (File)
Aug 5 2025, 4:44 AM
Unknown Object (File)
Aug 4 2025, 6:12 AM
Unknown Object (File)
Aug 2 2025, 8:45 PM
Unknown Object (File)
Jul 27 2025, 2:37 AM
Unknown Object (File)
Jul 27 2025, 2:10 AM
Unknown Object (File)
Jul 14 2025, 6:44 AM
Subscribers

Details

Summary

Change vm_fault_populate_cleanup() to use a page iterator, rather than tailq pointers.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm created this revision.
sys/vm/vm_fault.c
490

I think this assert can be restored by checking that the last processed page index is last.

This revision is now accepted and ready to land.Apr 19 2025, 10:31 AM
This revision was automatically updated to reflect the committed changes.