Page MenuHomeFreeBSD

swap_pager: Ensure that swapoff puts swapped-in pages in page queues
ClosedPublic

Authored by markj on Nov 12 2024, 3:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 15, 3:45 AM
Unknown Object (File)
Wed, Jan 15, 3:20 AM
Unknown Object (File)
Wed, Jan 15, 12:28 AM
Unknown Object (File)
Tue, Jan 14, 7:23 PM
Unknown Object (File)
Sat, Jan 11, 3:59 AM
Unknown Object (File)
Nov 29 2024, 10:14 AM
Unknown Object (File)
Nov 29 2024, 10:14 AM
Unknown Object (File)
Nov 29 2024, 10:14 AM
Subscribers

Details

Summary

Readahead/behind pages are handled by the swap pager, but the get_pages
caller is responsible for putting fetched pages into queues (or wiring
them beforehand).

Reported by: pho

Diff Detail

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

Event Timeline

markj requested review of this revision.Nov 12 2024, 3:02 PM

Is this related to the KASSERT that was recently added to vm_object_terminate_single_page?

In D47526#1084075, @alc wrote:

Is this related to the KASSERT that was recently added to vm_object_terminate_single_page?

Yes, Peter was able to trigger the assertion using a swapoff test.

This revision is now accepted and ready to land.Nov 12 2024, 11:21 PM