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
F109372599: D33992.diff
Tue, Feb 4, 5:20 AM
Unknown Object (File)
Sun, Jan 26, 4:22 PM
Unknown Object (File)
Tue, Jan 21, 12:31 PM
Unknown Object (File)
Fri, Jan 17, 8:01 PM
Unknown Object (File)
Jan 4 2025, 8:56 AM
Unknown Object (File)
Dec 5 2024, 4:04 PM
Unknown Object (File)
Nov 29 2024, 1:26 AM
Unknown Object (File)
Nov 19 2024, 1:35 PM

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.