From: Sagi Grimberg <sagig@dev.mellanox.co.il>
To: Hannes Reinecke <hare@suse.de>,
James Bottomley <james.bottomley@hansenpartnership.com>
Cc: Christoph Hellwig <hch@lst.de>,
linux-scsi@vger.kernel.org, Hannes Reinecke <hare@suse.com>,
James Bottomley <James.Bottomley@HansenPartnership.com>
Subject: Re: [PATCH] scsi: Fixup fixed sense generation
Date: Tue, 11 Aug 2015 09:49:26 +0300 [thread overview]
Message-ID: <55C99AF6.5080601@dev.mellanox.co.il> (raw)
In-Reply-To: <1438347903-106697-1-git-send-email-hare@suse.de>
> - put_unaligned_be64(info, &buf[3]);
> + /*
> + * Fixed format sense reserves only 32 bits for the
> + * 'information' field
> + */
> + put_unaligned_be32((u32)info, &buf[3]);
> }
> }
> EXPORT_SYMBOL(scsi_set_sense_information);
>
Hannes,
This bit is handled in "scsi: Fix sense information setting in fixed
sized format"
see http://permalink.gmane.org/gmane.linux.scsi/103115
Can you make it incremental to this patch?
James, I don't see it on the scsi tree, can you pick it up?
Sagi.
next prev parent reply other threads:[~2015-08-11 6:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-31 13:05 [PATCH] scsi: Fixup fixed sense generation Hannes Reinecke
2015-07-31 14:05 ` Bart Van Assche
2015-08-11 6:49 ` Sagi Grimberg [this message]
2015-08-13 7:31 ` Hannes Reinecke
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=55C99AF6.5080601@dev.mellanox.co.il \
--to=sagig@dev.mellanox.co.il \
--cc=hare@suse.com \
--cc=hare@suse.de \
--cc=hch@lst.de \
--cc=james.bottomley@hansenpartnership.com \
--cc=linux-scsi@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.