Page MenuHomeFreeBSD

iflib: make a required kernel component for drivers using it
AbandonedPublic

Authored by imp on Apr 19 2021, 9:21 PM.
Tags
None
Referenced Files
F81930418: D29849.diff
Tue, Apr 23, 8:55 AM
Unknown Object (File)
Mar 22 2024, 6:55 AM
Unknown Object (File)
Feb 13 2024, 10:35 PM
Unknown Object (File)
Feb 2 2024, 3:34 AM
Unknown Object (File)
Dec 23 2023, 8:43 AM
Unknown Object (File)
Nov 25 2023, 8:34 PM
Unknown Object (File)
Nov 7 2023, 6:38 PM
Unknown Object (File)
Oct 31 2023, 5:01 PM

Details

Summary

iflib-using drivers require iflib is included in any kernels they are
part of. Note this requirement on the first file for each of the
affected drivers. Bump all the Makefiles since this construct is in
conf/sys/files and thus they all require config version 600019 to work
right.

MFC After: 1 week
Sponsored by: Netflix

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38701
Build 35590: arc lint + arc unit

Event Timeline

imp requested review of this revision.Apr 19 2021, 9:21 PM
sys/conf/files
1398

does the presense of iflib in the list here matter or do we need
requires "iflib" \?

2305

requires "iflib" \

2307

requires "iflib" \

2310

can this move up to "if_ix.c"?

I abandoned the dependent change, so I'm going to abandon this and leave the problem for configng