From: Bart Van Assche <bvanassche@acm.org>
To: Hannes Reinecke <hare@suse.de>,
Damien Le Moal <damien.lemoal@wdc.com>,
linux-scsi@vger.kernel.org,
"Martin K . Petersen" <martin.petersen@oracle.com>,
linux-usb@vger.kernel.org, usb-storage@lists.one-eyed-alien.net,
Alan Stern <stern@rowland.harvard.edu>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Justin Piszcz <jpiszcz@lucidpixels.com>
Subject: Re: [PATCH] scsi: Fix scsi_get/set_resid() interface
Date: Wed, 30 Oct 2019 08:24:45 -0700 [thread overview]
Message-ID: <cd135991-d5fb-770c-d5dc-d7658222785b@acm.org> (raw)
In-Reply-To: <571b5f9a-f151-30fb-5720-d7d47a4ef1d7@suse.de>
On 10/30/19 8:18 AM, Hannes Reinecke wrote:
> On 10/30/19 4:12 PM, Bart Van Assche wrote:
>> I do not agree that reporting a residual overflow by calling
>> scsi_set_resid(..., 0) is acceptable. For reads a residual overflow
>> means that the length specified in the CDB (scsi_bufflen()) exceeds
>> the data buffer size (length of scsi_sglist()). I think it's dangerous
>> to report to the block layer that such requests completed successfully
>> and with residual zero.
>>
> But that is an error on submission, and should be aborted before it even
> got send to the drive.
If such a bug ever gets introduced in the SCSI core, I think that SCSI
target code should detect and report it. If the SCSI core receives a
response with a residual overflow it can then take appropriate action,
e.g. call WARN_ON_ONCE().
Users of sg_raw can trigger the residual overflow case easily.
> However, this does not relate to the residual, which is handled after
> the command completes (and which sparked this entire thread ...).
I'm still waiting for an answer to my question of how SCSI LLDs are
expected to report a residual overflow to the SCSI core.
Thanks,
Bart.
next prev parent reply other threads:[~2019-10-30 15:24 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-28 10:57 [PATCH] scsi: Fix scsi_get/set_resid() interface Damien Le Moal
2019-10-28 20:38 ` Bart Van Assche
2019-10-29 8:17 ` Damien Le Moal
2019-10-29 15:14 ` Bart Van Assche
2019-10-29 17:59 ` Douglas Gilbert
2019-10-30 1:00 ` Bart Van Assche
2019-10-30 8:30 ` Hannes Reinecke
2019-10-30 15:12 ` Bart Van Assche
2019-10-30 15:18 ` Hannes Reinecke
2019-10-30 15:24 ` Bart Van Assche [this message]
2019-10-30 16:18 ` Douglas Gilbert
2019-10-31 7:51 ` Hannes Reinecke
2019-10-31 8:28 ` Hannes Reinecke
2019-10-30 1:07 ` kbuild test robot
2019-10-30 22:56 ` kbuild test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cd135991-d5fb-770c-d5dc-d7658222785b@acm.org \
--to=bvanassche@acm.org \
--cc=damien.lemoal@wdc.com \
--cc=gregkh@linuxfoundation.org \
--cc=hare@suse.de \
--cc=jpiszcz@lucidpixels.com \
--cc=linux-scsi@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=stern@rowland.harvard.edu \
--cc=usb-storage@lists.one-eyed-alien.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).