Page MenuHomeFreeBSD

vm: Remove kernel stack swapping support, part 1
ClosedPublic

Authored by markj on Jul 24 2024, 9:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 8:48 AM
Unknown Object (File)
Mon, Sep 22, 11:57 PM
Unknown Object (File)
Sat, Sep 20, 5:53 AM
Unknown Object (File)
Aug 30 2025, 4:20 PM
Unknown Object (File)
Aug 29 2025, 10:49 PM
Unknown Object (File)
Aug 15 2025, 3:29 PM
Unknown Object (File)
Aug 14 2025, 11:55 PM
Unknown Object (File)
Aug 9 2025, 12:35 AM
Subscribers

Details

Summary
  • Disconnect the swapout daemon from the page daemon.
  • Remove swapout() and swapout_procs().

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jul 24 2024, 9:44 PM
sys/vm/vm_swapout.c
319–320

Are these still used after the below changes?

markj added inline comments.
sys/vm/vm_swapout.c
319–320

Indeed, they are not. I had already removed them in my local version of the patch but didn't re-upload since it's a minor change.

markj marked an inline comment as done.

More removals.

This revision now requires review to proceed.Jul 25 2024, 4:27 PM
This revision is now accepted and ready to land.Jul 25 2024, 4:43 PM