Page MenuHomeFreeBSD

sys/intr: merge interrupt table uses of MAXCOMLEN into INTRNAME_LEN
ClosedPublic

Authored by ehem_freebsd_m5p.com on Feb 8 2023, 9:08 PM.
Tags
None
Referenced Files
F157027961: D38455.id.diff
Mon, May 18, 12:52 AM
Unknown Object (File)
Sat, May 16, 7:49 PM
Unknown Object (File)
Fri, May 15, 4:41 AM
Unknown Object (File)
Sat, May 2, 7:18 PM
Unknown Object (File)
Thu, Apr 30, 11:24 AM
Unknown Object (File)
Mon, Apr 27, 8:52 AM
Unknown Object (File)
Apr 6 2026, 10:53 PM
Unknown Object (File)
Apr 3 2026, 7:59 PM
Subscribers

Details

Summary

The repeated uses of MAXCOMLEN + 1 seem a bit hazardous. If there was
a future need to change the size, the repeats will be troublesome.
Merge everything into #define INTRNAME_LEN (matches the name used by
INTRNG).

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Feb 14 2023, 1:54 PM