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)
Dec 23 2023, 12:16 AM
Unknown Object (File)
Nov 15 2023, 3:14 PM
Unknown Object (File)
Jul 15 2023, 10:25 PM
Unknown Object (File)
Jul 2 2023, 8:59 AM
Unknown Object (File)
Jul 2 2023, 8:58 AM
Unknown Object (File)
Jul 2 2023, 8:58 AM
Unknown Object (File)
Jun 30 2023, 1:58 AM
Unknown Object (File)
Jun 26 2023, 11:24 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