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)
Dec 25 2024, 5:00 AM
Unknown Object (File)
Nov 26 2024, 7:58 PM
Unknown Object (File)
Nov 13 2024, 9:21 AM
Unknown Object (File)
Nov 6 2024, 10:51 PM
Unknown Object (File)
Nov 1 2024, 1:37 PM
Unknown Object (File)
Oct 21 2024, 5:14 PM
Unknown Object (File)
Oct 20 2024, 5:26 PM
Unknown Object (File)
Sep 27 2024, 1:57 PM
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