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
F93359756: D46112.id141385.diff
Mon, Sep 9, 3:40 AM
F93308744: D46112.diff
Sun, Sep 8, 8:27 PM
F93279378: D46112.id141336.diff
Sun, Sep 8, 4:22 PM
F93246463: D46112.diff
Sun, Sep 8, 10:48 AM
F93231652: D46112.id.diff
Sun, Sep 8, 7:59 AM
Unknown Object (File)
Sat, Sep 7, 11:47 PM
Unknown Object (File)
Sat, Sep 7, 8:55 PM
Unknown Object (File)
Sat, Sep 7, 8:19 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