linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] scsi_debug: bug fixes and cleanups for data integrity support
@ 2013-05-19 13:42 Akinobu Mita
  2013-05-19 13:42 ` [PATCH v2 1/5] scsi_debug: fix invalid address passed to kunmap_atomic() Akinobu Mita
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Akinobu Mita @ 2013-05-19 13:42 UTC (permalink / raw)
  To: linux-scsi
  Cc: Akinobu Mita, James E.J. Bottomley, Douglas Gilbert,
	Martin K. Petersen

This patch set includes bug fixes which I hit when I was tried testing
the data integrity support in scsi_debug on x86_32.

And it also includes cleanups which helps increasing readability and
further bug fixing in data integrity support.

* Changes from v1
- Split the patch "fix data integrity support on highmem machine" into
  two separate patches.
- Add new cleanup patch "reduce duplication between prot_verify_read and
  prot_verify_write".

Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
Cc: Douglas Gilbert <dgilbert@interlog.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org

Akinobu Mita (5):
  scsi_debug: fix invalid address passed to kunmap_atomic()
  scsi_debug: fix incorrectly nested kmap_atomic()
  scsi_debug: fix NULL pointer dereference with parameters dif=0 dix=1
  scsi_debug: simplify offset calculation for dif_storep
  scsi_debug: reduce duplication between prot_verify_read and
    prot_verify_write

 drivers/scsi/scsi_debug.c | 164 +++++++++++++++++++---------------------------
 1 file changed, 66 insertions(+), 98 deletions(-)

-- 
1.8.1.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-19 13:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-19 13:42 [PATCH v2 0/5] scsi_debug: bug fixes and cleanups for data integrity support Akinobu Mita
2013-05-19 13:42 ` [PATCH v2 1/5] scsi_debug: fix invalid address passed to kunmap_atomic() Akinobu Mita
2013-05-19 13:42 ` [PATCH v2 2/5] scsi_debug: fix incorrectly nested kmap_atomic() Akinobu Mita
2013-05-19 13:42 ` [PATCH v2 3/5] scsi_debug: fix NULL pointer dereference with parameters dif=0 dix=1 Akinobu Mita
2013-05-19 13:42 ` [PATCH v2 4/5] scsi_debug: simplify offset calculation for dif_storep Akinobu Mita
2013-05-19 13:42 ` [PATCH v2 5/5] scsi_debug: reduce duplication between prot_verify_read and prot_verify_write Akinobu Mita

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).