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)
Tue, Jul 21, 4:29 PM
Unknown Object (File)
Sun, Jul 19, 8:01 PM
Unknown Object (File)
Sat, Jul 18, 1:26 PM
Unknown Object (File)
Thu, Jul 16, 4:40 AM
Unknown Object (File)
Sun, Jul 12, 8:03 PM
Unknown Object (File)
Tue, Jul 7, 6:36 PM
Unknown Object (File)
Tue, Jun 30, 5:00 AM
Unknown Object (File)
Jun 28 2026, 2:21 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.