[PATCH/TRIVIAL 3/4] [SCSI] aic7xxx: Grammar s/if ... if/if ... is/

2014-11-27 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Cc: Hannes Reinecke h...@suse.de Cc: linux-scsi@vger.kernel.org --- drivers/scsi/aic7xxx/aic79xx_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/aic7xxx/aic79xx_core.c

[PATCH v5 41/45] virtio_scsi: v1.0 support

2014-11-27 Thread Michael S. Tsirkin
Note: for consistency, and to avoid sparse errors, convert all fields, even those no longer in use for virtio v1.0. Signed-off-by: Michael S. Tsirkin m...@redhat.com Acked-by: Paolo Bonzini pbonz...@redhat.com --- include/linux/virtio_scsi.h | 32 +++-

AW: AW: ARCMSR - Notify sense data report - Lost patch?

2014-11-27 Thread Markus Stockhausen
Von: 黃清隆 [ching2...@areca.com.tw] Gesendet: Donnerstag, 27. November 2014 12:43 An: Markus Stockhausen Cc: Tomas Henzl; Christoph Hellwig; linux-scsi@vger.kernel.org Betreff: Re: AW: ARCMSR - Notify sense data report - Lost patch? Hi Markus, The attached source code has patched the

[PATCH 1/1] esas2r: Correct typos of validate in a comment

2014-11-27 Thread Boris Bodemann
From: Boris Bodemann bobo.barbaro...@gmail.com Correct typos of validate in a comment Signed-off-by: Boris Bodemann bobo.barbaro...@gmail.com --- diff -up a/drivers/scsi/esas2r/esas2r_flash.c b/drivers/scsi/esas2r/esas2r_flash.c --- a/drivers/scsi/esas2r/esas2r_flash.c2014-11-21

[PATCH v6 42/46] virtio_scsi: v1.0 support

2014-11-27 Thread Michael S. Tsirkin
Note: for consistency, and to avoid sparse errors, convert all fields, even those no longer in use for virtio v1.0. Signed-off-by: Michael S. Tsirkin m...@redhat.com Acked-by: Paolo Bonzini pbonz...@redhat.com --- include/linux/virtio_scsi.h | 32 +++-

[ANNOUNCE] lsscsi version 0.28 released

2014-11-27 Thread Douglas Gilbert
lsscsi is a command line utility that probes sysfs in Linux 2.6 and 3 series kernels in order to list information about SCSI devices and SCSI hosts. The default format is one device (e.g. disk) per line. Other storage devices that use the SCSI subsystem such as SATA and USB keys are also listed.

Re: AW: ARCMSR - Notify sense data report - Lost patch?

2014-11-27 Thread 黃清隆
Of course. I shall submit this patch latter. Thanks, Ching 2014-11-28 0:05 GMT+08:00 Markus Stockhausen stockhau...@collogia.de: Von: 黃清隆 [ching2...@areca.com.tw] Gesendet: Donnerstag, 27. November 2014 12:43 An: Markus Stockhausen Cc: Tomas Henzl; Christoph Hellwig;

[PATCH 1/1] arcmsr: Notify has sense data report

2014-11-27 Thread Ching Huang
From: Ching Huang ching2...@areca.com.tw This patch is relative to http://git.infradead.org/users/hch/scsi-queue.git/tree/refs/heads/drivers-for-3.18:/drivers/scsi/arcmsr Setting command status with 'DRIVER_SENSE' except 'CHECK_CONDITION' if we have sense data. Signed-off-by: Ching Huang