Page MenuHomeFreeBSD

Remove sysctl 'kern.smp.forward_signal_enabled'
ClosedPublic

Authored by olce on Oct 20 2023, 1:51 PM.
Tags
None
Referenced Files
F137904533: D42315.id129152.diff
Thu, Nov 27, 1:52 AM
Unknown Object (File)
Tue, Nov 25, 6:30 AM
Unknown Object (File)
Mon, Nov 24, 7:46 PM
Unknown Object (File)
Sat, Nov 22, 5:23 AM
Unknown Object (File)
Fri, Oct 31, 2:09 AM
Unknown Object (File)
Oct 24 2025, 10:34 AM
Unknown Object (File)
Oct 24 2025, 6:07 AM
Unknown Object (File)
Oct 13 2025, 2:05 AM
Subscribers

Details

Summary

It seems this was an "emergency" knob to revert a newly introduced
behavior. Overall, we want better system-wide signal receive latency,
and it doesn't seem that some contrary policy was ever needed (and if
that comes up, it should rather be implemented, e.g., per-process).

Suggested by: kib
Sponsored by: The FreeBSD Foundation

Diff Detail

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

Event Timeline

olce requested review of this revision.Oct 20 2023, 1:51 PM

@kib Can this be MFCed, or falls under the KBI compatibility policy? If it can be MFCed, I'll merge it with D42285.

kib added a reviewer: jhb.
In D42315#965467, @olce.freebsd_certner.fr wrote:

@kib Can this be MFCed, or falls under the KBI compatibility policy? If it can be MFCed, I'll merge it with D42285.

I believe it is unused and we should not consider it as a part of ABI.

This revision is now accepted and ready to land.Oct 20 2023, 2:53 PM

I'm fine with merging it. This is only a foot-shooting knob.

This revision was automatically updated to reflect the committed changes.