Page MenuHomeFreeBSD

lib{c,thr}: add kernel version guards on exterrctl
ClosedPublic

Authored by brooks on Jun 4 2025, 4:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 12, 2:48 AM
Unknown Object (File)
Sun, Sep 6, 11:31 PM
Unknown Object (File)
Sun, Sep 6, 9:42 AM
Unknown Object (File)
Thu, Sep 3, 9:12 PM
Unknown Object (File)
Thu, Sep 3, 6:15 PM
Unknown Object (File)
Thu, Sep 3, 6:02 PM
Unknown Object (File)
Thu, Sep 3, 11:01 AM
Unknown Object (File)
Wed, Sep 2, 6:29 AM
Subscribers

Details

Summary

This allows userspace to run on a (somewhat) out of date kernel.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 64644
Build 61528: arc lint + arc unit

Event Timeline

brooks requested review of this revision.Jun 4 2025, 4:47 PM

Compile tested only. Not calling exterrctl should be equivalent to it returning ENOSYS when the kernel doesn't support it.

This revision is now accepted and ready to land.Jun 4 2025, 5:42 PM

I've now verified that a system with these patches applied, but the __FreeBSD_version bump rolled back boots fine and doesn't call exterrctl(). With the version bumped the calls are made.