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)
Tue, Sep 8, 1:45 PM
Unknown Object (File)
Mon, Sep 7, 5:34 AM
Unknown Object (File)
Mon, Sep 7, 3:24 AM
Unknown Object (File)
Sat, Sep 5, 10:24 AM
Unknown Object (File)
Sat, Sep 5, 12:54 AM
Unknown Object (File)
Fri, Sep 4, 3:14 PM
Unknown Object (File)
Fri, Sep 4, 8:58 AM
Unknown Object (File)
Thu, Sep 3, 12:29 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