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, Apr 17, 9:50 AM
Unknown Object (File)
Thu, Apr 16, 1:39 PM
Unknown Object (File)
Thu, Apr 16, 4:20 AM
Unknown Object (File)
Wed, Apr 15, 10:46 AM
Unknown Object (File)
Wed, Apr 15, 7:46 AM
Unknown Object (File)
Fri, Apr 10, 9:39 AM
Unknown Object (File)
Thu, Apr 9, 1:30 PM
Unknown Object (File)
Tue, Apr 7, 11:20 AM
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