Page MenuHomeFreeBSD

IPsec: Use protocol-specific malloc types instead of M_XDATA.
ClosedPublic

Authored by jhb on Jan 21 2022, 5:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 12, 2:12 PM
Unknown Object (File)
Sat, Sep 12, 1:17 AM
Unknown Object (File)
Thu, Sep 10, 10:28 PM
Unknown Object (File)
Thu, Sep 10, 3:29 AM
Unknown Object (File)
Mon, Sep 7, 3:36 PM
Unknown Object (File)
Sun, Sep 6, 9:05 PM
Unknown Object (File)
Sun, Sep 6, 7:07 PM
Unknown Object (File)
Sun, Sep 6, 3:56 AM

Diff Detail

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

Event Timeline

jhb requested review of this revision.Jan 21 2022, 5:48 PM

These files should be explicitly including malloc.h.

This revision is now accepted and ready to land.Jan 21 2022, 6:09 PM

These files should be explicitly including malloc.h.

Hmm, probably yes. There's probably a nested include in cryptodev.h that needs to be axed now or some such.