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)
Mon, Feb 24, 4:57 PM
Unknown Object (File)
Sun, Feb 23, 12:03 AM
Unknown Object (File)
Fri, Feb 21, 2:41 PM
Unknown Object (File)
Feb 20 2025, 3:41 AM
Unknown Object (File)
Feb 4 2025, 5:20 AM
Unknown Object (File)
Jan 26 2025, 4:22 PM
Unknown Object (File)
Jan 21 2025, 12:31 PM
Unknown Object (File)
Jan 17 2025, 8:01 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.