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, Sep 9, 4:39 AM
Unknown Object (File)
Mon, Sep 7, 9:15 AM
Unknown Object (File)
Sun, Sep 6, 4:14 PM
Unknown Object (File)
Sun, Sep 6, 11:30 AM
Unknown Object (File)
Sat, Sep 5, 4:58 PM
Unknown Object (File)
Wed, Sep 2, 2:38 PM
Unknown Object (File)
Thu, Aug 27, 11:05 PM
Unknown Object (File)
Wed, Aug 26, 2:11 AM
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