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, Feb 28, 11:47 PM
Unknown Object (File)
Sat, Feb 28, 12:03 PM
Unknown Object (File)
Wed, Feb 18, 2:40 AM
Unknown Object (File)
Feb 8 2026, 10:11 AM
Unknown Object (File)
Feb 7 2026, 11:31 PM
Unknown Object (File)
Jan 31 2026, 6:20 AM
Unknown Object (File)
Jan 21 2026, 12:38 PM
Unknown Object (File)
Dec 26 2025, 3:33 AM

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.