On Tue, 28 Feb 2017 15:08:12 +0100
Christoph Hellwig <[email protected]> wrote:
> On Mon, Feb 27, 2017 at 05:19:31PM -0800, Stephen Hemminger wrote:
> > Fixes: ee5242360424 ("scsi: zero per-cmd driver data before each I/O")
> >
> > but that is already in linux-next.
> >
> > Noticed another place where memset(of the data was being done not the extra
> > bits.
> > Tried this, but didn't fix it either...
>
> Are you using blk-mq or the legacy request code?
I was using legacy, but even with CONFIG_SCSI_MQ_DEFAULT=y
the same failure occurs.