[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 28 10:18:02 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699

--- Comment #1 from Roger Pau Monné <royger at freebsd.org> ---
I've already told Wei that creating your own bounce buffer is a bad idea.
Instead you should use the BUSDMA API and let it take care of the bouncing when
necessary:

https://reviews.freebsd.org/D1964

IIRC something was missing in BUSDMA so that the HyperV storage driver could
use it, we should look into adding what's needed and then removing this custom
bounce buffering.

Please upload the patch to the review system.

Roger.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-virtualization mailing list