Page MenuHomeFreeBSD

sleepqueue: Remove kernel stack swapping support, part 10
ClosedPublic

Authored by markj on Jul 25 2024, 1:51 PM.
Tags
None
Referenced Files
F94440883: D46128.id141369.diff
Tue, Sep 17, 8:09 AM
F94321659: D46128.id.diff
Mon, Sep 16, 9:59 PM
F94250579: D46128.id141500.diff
Mon, Sep 16, 3:15 PM
Unknown Object (File)
Sun, Sep 15, 11:56 PM
Unknown Object (File)
Sun, Sep 15, 11:08 PM
Unknown Object (File)
Sun, Sep 15, 12:34 AM
Unknown Object (File)
Sat, Sep 14, 1:31 PM
Unknown Object (File)
Sat, Sep 14, 4:36 AM

Details

Summary
  • Remove kick_proc0().
  • Make the return type of sleepq_broadcast(), sleepq_signal(), etc., void.
  • Fix up callers.

Diff Detail

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

Event Timeline

markj requested review of this revision.Jul 25 2024, 1:51 PM
kib added inline comments.
sys/kern/kern_lock.c
1096–1097
if (!SCHEDULER_STOPPED())
   wakeupshlk();
lockmgr_exit();
return (0);
This revision is now accepted and ready to land.Jul 25 2024, 8:09 PM
markj marked an inline comment as done.

Apply kib's suggestion.

This revision now requires review to proceed.Jul 25 2024, 8:43 PM
This revision is now accepted and ready to land.Jul 26 2024, 10:33 AM