Page MenuHomeFreeBSD

cam: make sure to clear CCBs allocated on the stack
ClosedPublic

Authored by trasz on Mar 29 2021, 1:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 25, 1:16 AM
Unknown Object (File)
Mon, Feb 24, 8:28 PM
Unknown Object (File)
Thu, Feb 20, 4:07 AM
Unknown Object (File)
Wed, Feb 19, 12:49 PM
Unknown Object (File)
Jan 26 2025, 5:38 PM
Unknown Object (File)
Jan 20 2025, 12:43 PM
Unknown Object (File)
Dec 26 2024, 7:53 PM
Unknown Object (File)
Dec 23 2024, 2:44 PM
Subscribers

Details

Summary

This is required for small CCBs support, where we need to track
whether the CCB was allocated from an UMA zone or not. There are
no (intended) functional changes with the current source.

Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.

Diff Detail

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

Event Timeline

trasz requested review of this revision.Mar 29 2021, 1:18 PM

As far as I can tell, this looks good. The only thing I worry about is the full CCB we allocate on the stack in the XPT_DEBUG case. but that worry is unrelated to this code review.

This revision is now accepted and ready to land.Mar 29 2021, 3:34 PM