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
F171622630: D46127.id141368.diff
Sat, Sep 12, 6:16 AM
Unknown Object (File)
Mon, Aug 24, 2:01 AM
Unknown Object (File)
Aug 11 2026, 1:41 PM
Unknown Object (File)
Aug 10 2026, 10:45 AM
Unknown Object (File)
Aug 10 2026, 10:40 AM
Unknown Object (File)
Aug 10 2026, 10:24 AM
Unknown Object (File)
Aug 10 2026, 5:40 AM
Unknown Object (File)
Aug 7 2026, 8:38 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 58822
Build 55709: arc lint + arc unit

Event Timeline

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

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