Page MenuHomeFreeBSD

vm: Remove kernel stack swapping support, part 3
ClosedPublic

Authored by markj on Jul 24 2024, 9:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 9, 12:10 AM
Unknown Object (File)
Tue, Mar 3, 5:51 PM
Unknown Object (File)
Thu, Feb 26, 11:39 PM
Unknown Object (File)
Thu, Feb 26, 5:02 AM
Unknown Object (File)
Sun, Feb 15, 11:08 PM
Unknown Object (File)
Feb 8 2026, 6:09 AM
Unknown Object (File)
Feb 7 2026, 8:00 PM
Unknown Object (File)
Jan 31 2026, 1:24 PM
Subscribers

Details

Summary
  • Modify PHOLD() to no longer fault in the process.
  • Remove _PHOLD_LITE(), which is now the same as _PHOLD().
  • Remove faultin() and its callees.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58812
Build 55699: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 24 2024, 9:47 PM
kib added inline comments.
sys/sys/proc.h
707

The comment should be updated (like 'prevent exit').

This revision was automatically updated to reflect the committed changes.
markj marked an inline comment as done.