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)
Fri, Apr 3, 4:03 PM
Unknown Object (File)
Thu, Apr 2, 7:16 PM
Unknown Object (File)
Mon, Mar 30, 5:24 PM
Unknown Object (File)
Mon, Mar 30, 2:27 AM
Unknown Object (File)
Sun, Mar 29, 9:35 PM
Unknown Object (File)
Fri, Mar 27, 5:54 AM
Unknown Object (File)
Mon, Mar 23, 2:46 PM
Unknown Object (File)
Feb 28 2026, 11:47 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.