Page MenuHomeFreeBSD

hptmv(4): use xpt_alloc_ccb/xpt_free_ccb instead of malloc/free.
ClosedPublic

Authored by trasz on Oct 18 2020, 6:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 19, 7:23 PM
Unknown Object (File)
Sun, Sep 14, 11:12 AM
Unknown Object (File)
Aug 20 2025, 4:42 AM
Unknown Object (File)
Aug 12 2025, 8:14 PM
Unknown Object (File)
Aug 9 2025, 7:54 AM
Unknown Object (File)
Jul 6 2025, 5:24 AM
Unknown Object (File)
Jul 1 2025, 3:58 PM
Unknown Object (File)
Jul 1 2025, 12:15 PM
Subscribers

Details

Summary

Make hptmv(4) use xpt_alloc_ccb/xpt_free_ccb instead of malloc/free.
Unfortunately I don't have the hardware necessary to test it; testers
welcome.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz requested review of this revision.Oct 18 2020, 6:15 PM

The core around this looks pretty weird to me, considering hpt_async() immediately calls panic(). But I don't expect troubles from this change.

This revision is now accepted and ready to land.Oct 18 2020, 7:08 PM
sys/dev/hptmv/entry.c
2011 ↗(On Diff #78389)

Since it is not _nowait it is not supposed to fail.

Agree with mav on both points. This looks low risk and correct