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
Unknown Object (File)
Wed, Apr 1, 2:18 PM
Unknown Object (File)
Sun, Mar 15, 4:50 AM
Unknown Object (File)
Sat, Mar 7, 12:13 PM
Unknown Object (File)
Mar 4 2026, 12:54 AM
Unknown Object (File)
Feb 22 2026, 4:17 AM
Unknown Object (File)
Feb 11 2026, 1:46 AM
Unknown Object (File)
Feb 8 2026, 11:29 AM
Unknown Object (File)
Feb 7 2026, 5:06 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