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)
Thu, Nov 6, 2:50 AM
Unknown Object (File)
Mon, Nov 3, 2:35 PM
Unknown Object (File)
Wed, Oct 22, 10:49 PM
Unknown Object (File)
Wed, Oct 22, 2:04 PM
Unknown Object (File)
Wed, Oct 22, 2:04 PM
Unknown Object (File)
Wed, Oct 22, 1:20 AM
Unknown Object (File)
Thu, Oct 16, 12:07 AM
Unknown Object (File)
Tue, Oct 14, 12:19 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