@@ -889,7 +889,7 @@ static void vhost_scsi_submission_work(struct work_struct *work)if(unlikely(!copy_from_iter_full(vc->req,vc->req_size,&vc->out_iter))){-vq_err(vq,"Faulted on copy_from_iter\n");+vq_err(vq,"Faulted on copy_from_iter_full\n");}elseif(unlikely(*vc->lunp!=1)){/* virtio-scsi spec requires byte 0 of the lun to be 1 */vq_err(vq,"Illegal virtio-scsi lun: %u\n",*vc->lunp);
@@ -889,7 +889,7 @@ static void vhost_scsi_submission_work(struct work_struct *work)if(unlikely(!copy_from_iter_full(vc->req,vc->req_size,&vc->out_iter))){-vq_err(vq,"Faulted on copy_from_iter\n");+vq_err(vq,"Faulted on copy_from_iter_full\n");}elseif(unlikely(*vc->lunp!=1)){/* virtio-scsi spec requires byte 0 of the lun to be 1 */vq_err(vq,"Illegal virtio-scsi lun: %u\n",*vc->lunp);
From: Sergei Shtylyov <hidden> Date: 2018-12-13 09:05:31
On 13.12.2018 4:10, wangyan wrote:
Fixes: 'commit d588cf8f618d ("target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem")'
'commit cbbd26b8b1a6 ("[iov_iter] new primitives - copy_from_iter_full() and friends")'
Fixes: d588cf8f618d ("target: Fix se_tpg_tfo->tf_subsys regression + remove
tf_subsystem")
Fixes: cbbd26b8b1a6 ("[iov_iter] new primitives - copy_from_iter_full() and
friends")
But no line wrapping allowed (can't find how to turn it off in my mailer).
Signed-off-by: Yan Wang <redacted>
Reviewed-by: Jun Piao <redacted>
From: "Michael S. Tsirkin" <mst@redhat.com> Date: 2018-12-13 15:21:28
On Thu, Dec 13, 2018 at 12:05:31PM +0300, Sergei Shtylyov wrote:
On 13.12.2018 4:10, wangyan wrote:
quoted
Fixes: 'commit d588cf8f618d ("target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem")'
'commit cbbd26b8b1a6 ("[iov_iter] new primitives - copy_from_iter_full() and friends")'
Fixes: d588cf8f618d ("target: Fix se_tpg_tfo->tf_subsys regression + remove
tf_subsystem")
Fixes: cbbd26b8b1a6 ("[iov_iter] new primitives - copy_from_iter_full() and
friends")
But no line wrapping allowed (can't find how to turn it off in my mailer).
Well is the standard really sane if people can't find a way to
follow it without being forced to use a specific mailer?
quoted
Signed-off-by: Yan Wang <redacted>
Reviewed-by: Jun Piao <redacted>
From: Sergei Shtylyov <hidden> Date: 2018-12-13 20:06:27
On 12/13/2018 06:21 PM, Michael S. Tsirkin wrote:
quoted
quoted
Fixes: 'commit d588cf8f618d ("target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem")'
'commit cbbd26b8b1a6 ("[iov_iter] new primitives - copy_from_iter_full() and friends")'
Fixes: d588cf8f618d ("target: Fix se_tpg_tfo->tf_subsys regression + remove
tf_subsystem")
Fixes: cbbd26b8b1a6 ("[iov_iter] new primitives - copy_from_iter_full() and
friends")
But no line wrapping allowed (can't find how to turn it off in my mailer).
Well is the standard really sane if people can't find a way to
follow it without being forced to use a specific mailer?
Hum, my mail looked correct, although I wasn't able to get the editor to NOT
wrap my lines. Go figure... :-)
quoted
quoted
Signed-off-by: Yan Wang <redacted>
Reviewed-by: Jun Piao <redacted>