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
F102410379: D29484.id86490.diff
Mon, Nov 11, 9:51 PM
Unknown Object (File)
Sat, Nov 9, 11:58 PM
Unknown Object (File)
Thu, Nov 7, 8:50 PM
Unknown Object (File)
Tue, Nov 5, 2:53 AM
Unknown Object (File)
Sun, Oct 27, 6:49 PM
Unknown Object (File)
Wed, Oct 23, 11:42 AM
Unknown Object (File)
Sat, Oct 19, 12:27 PM
Unknown Object (File)
Oct 6 2024, 3:52 AM
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