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, Dec 20, 7:35 PM
Unknown Object (File)
Dec 6 2024, 9:03 AM
Unknown Object (File)
Nov 1 2024, 7:36 AM
Unknown Object (File)
Nov 1 2024, 7:16 AM
Unknown Object (File)
Oct 1 2024, 1:50 PM
Unknown Object (File)
Sep 27 2024, 3:06 PM
Unknown Object (File)
Sep 26 2024, 6:25 PM
Unknown Object (File)
Sep 26 2024, 11:46 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 Not Applicable
Unit
Tests Not Applicable

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