]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 366175: Revert most of r360179.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 30 Sep 2020 18:09:50 +0000 (18:09 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 30 Sep 2020 18:09:50 +0000 (18:09 +0000)
commit5eee4af857b4cab8cc2e661ddf6f1c4be3695fc0
treebe07a95af6711c57864e9a23e2b0ec14f5955ff6
parent696cda22ada280d59ea1aa3849aba51b898ff0bc
MFC 366175: Revert most of r360179.

I had failed to notice that sgsendccb() was using cam_periph_mapmem()
and thus was not passing down user pointers directly to drivers.  In
practice this broke requests submitted from userland.

PR: 249395
sys/cam/scsi/scsi_sg.c