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)
Fri, Nov 14, 2:04 PM
Unknown Object (File)
Fri, Nov 7, 8:57 PM
Unknown Object (File)
Sun, Nov 2, 9:07 PM
Unknown Object (File)
Fri, Oct 31, 2:00 AM
Unknown Object (File)
Mon, Oct 27, 12:37 AM
Unknown Object (File)
Mon, Oct 27, 12:37 AM
Unknown Object (File)
Sun, Oct 26, 6:45 PM
Unknown Object (File)
Sun, Oct 26, 6:15 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