Page MenuHomeFreeBSD

proc: Remove kernel stack swapping support, part 9
ClosedPublic

Authored by markj on Jul 25 2024, 1:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 29, 9:16 AM
Unknown Object (File)
Sun, Sep 21, 12:51 PM
Unknown Object (File)
Sep 17 2025, 8:07 AM
Unknown Object (File)
Sep 9 2025, 1:59 PM
Unknown Object (File)
Sep 9 2025, 1:27 PM
Unknown Object (File)
Sep 8 2025, 5:25 PM
Unknown Object (File)
Sep 5 2025, 3:15 AM
Unknown Object (File)
Aug 17 2025, 2:12 PM
Subscribers

Details

Summary

setrunnable() no longer needs to return a value. Make its return type
void and fix up callers. Now a number of other interfaces no longer
need to return a value, they will be fixed up subsequently.

Diff Detail

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

Event Timeline

markj requested review of this revision.Jul 25 2024, 1:51 PM
sys/kern/kern_sig.c
2399

just return;?
same for all other goto out places.

sys/kern/subr_sleepqueue.c
973
markj marked an inline comment as done.

Simplify return value handling in tdsendsignal().

This revision is now accepted and ready to land.Jul 26 2024, 10:32 AM