[scsi 2/2] scsi: ufs: fix few typos in the comments

2016-02-09 Thread Tomas Winkler
Signed-off-by: Tomas Winkler --- drivers/scsi/ufs/ufshcd.c | 4 ++-- drivers/scsi/ufs/ufshcd.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c index a44153401aee..07f1fa438fec 100644 ---

[scsi 1/2] ufs: fix typo: MAZ to MAX

2016-02-09 Thread Tomas Winkler
QUERY_DESC_GEOMETRY_MAZ_SIZE QUERY_DESC_GEOMETRY_MAX_SIZE Signed-off-by: Tomas Winkler --- drivers/scsi/ufs/ufs.h| 2 +- drivers/scsi/ufs/ufshcd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/ufs/ufs.h b/drivers/scsi/ufs/ufs.h

Re: T10 adds locally assigned UUID designation descriptor

2016-02-09 Thread Hannes Reinecke
On 02/08/2016 09:04 PM, Douglas Gilbert wrote: > On 16-02-08 02:00 PM, James Bottomley wrote: >> On Mon, 2016-02-08 at 12:33 -0500, Douglas Gilbert wrote: >>> Recently, in draft spc5r08, T10 added a locally assigned RFC 4122 >>> UUID *** designation descriptor. That descriptor can now be >>>

Re: [PATCH 13/23] scsi_dh_alua: Use workqueue for RTPG

2016-02-09 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 22/23] scsi_dh_alua: update 'access_state' field

2016-02-09 Thread Christoph Hellwig
On Mon, Feb 08, 2016 at 03:34:45PM +0100, Hannes Reinecke wrote: > Track attached SCSI devices and update the 'access_state' field > whenever an ALUA state change has been detected. > > Signed-off-by: Hannes Reinecke Looks fine, Reviewed-by: Christoph Hellwig -- To

Re: [PATCH 2/2] add support for DWC UFS Host Controller

2016-02-09 Thread Akinobu Mita
Hi Joao, 2016-02-09 4:07 GMT+09:00 Joao Pinto : > diff --git a/drivers/scsi/ufs/ufshcd-dwc.c b/drivers/scsi/ufs/ufshcd-dwc.c > new file mode 100644 > index 000..b12b1a8 > --- /dev/null > +++ b/drivers/scsi/ufs/ufshcd-dwc.c > @@ -0,0 +1,768 @@ > +/* > + * UFS Host

Re: complete boot failure in 4.5-rc1 caused by nvme: make SG_IO support optional

2016-02-09 Thread Christoph Hellwig
Jens, do you want a 'default y' patch or just a better description? I'd be happy to send either one. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: complete boot failure in 4.5-rc1 caused by nvme: make SG_IO support optional

2016-02-09 Thread Jens Axboe
On Feb 9, 2016, at 5:50 AM, Christoph Hellwig wrote: > > Jens, > > do you want a 'default y' patch or just a better description? I'd be > happy to send either one. A better description -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in

Re: complete boot failure in 4.5-rc1 caused by nvme: make SG_IO support optional

2016-02-09 Thread James Bottomley
On Tue, 2016-02-09 at 13:50 +0100, Christoph Hellwig wrote: > Jens, > > do you want a 'default y' patch or just a better description? I'd be > happy to send either one. Since it only appears to be SUSE and they've now been told, better description is fine. James -- To unsubscribe from this

Re: [mpt3sas driver V1 6/10] mpt3sas: Added smp_affinity_enable module parameter.

2016-02-09 Thread Tomas Henzl
On 8.2.2016 17:43, Suganath prabu Subramani wrote: > Module parameter to enable/disable configuring > affinity hint for msix vector. > SMP affinity feature can be enabled/disabled by setting > module parameter "smp_affinity_enable" to 1/0. > By default this feature is enabled. (smp_affinity_enable

RE: [v4 05/14] scsi: ufs: separate device and host quirks

2016-02-09 Thread Winkler, Tomas
> Currently we use the host quirks mechanism in order to > handle both device and host controller quirks. > In order to support various of UFS devices we should separate > handling the device quirks from the host controller's. > > Reviewed-by: Gilad Broner >

Re: complete boot failure in 4.5-rc1 caused by nvme: make SG_IO support optional

2016-02-09 Thread Jens Axboe
On 02/09/2016 10:12 AM, Christoph Hellwig wrote: Does this looks reasonable? --- From 7843fae979df3fc14007735f54cc6bb2f6f66dc5 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 9 Feb 2016 18:11:32 +0100 Subject: nvme: fix Kconfig description for BLK_DEV_NVME_SCSI

Re: complete boot failure in 4.5-rc1 caused by nvme: make SG_IO support optional

2016-02-09 Thread Christoph Hellwig
Updated version below: --- >From d63251560cf2670badbc86c83502502f29c087e0 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 9 Feb 2016 18:11:32 +0100 Subject: nvme: fix Kconfig description for BLK_DEV_NVME_SCSI Signed-off-by: Christoph Hellwig ---

Re: complete boot failure in 4.5-rc1 caused by nvme: make SG_IO support optional

2016-02-09 Thread Jens Axboe
On 02/09/2016 10:19 AM, Christoph Hellwig wrote: Updated version below: --- From d63251560cf2670badbc86c83502502f29c087e0 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 9 Feb 2016 18:11:32 +0100 Subject: nvme: fix Kconfig description for BLK_DEV_NVME_SCSI

Re: [RFC PATCH v2] blk-mq: Introduce per sw queue time-slice

2016-02-09 Thread Andreas Herrmann
[CC-ing linux-block and linux-scsi and adding some comments] On Mon, Feb 01, 2016 at 11:43:40PM +0100, Andreas Herrmann wrote: > This introduces a new blk_mq hw attribute time_slice_us which allows > to specify a time slice in usecs. > > Default value is 0 and implies no modification to blk-mq

Re: complete boot failure in 4.5-rc1 caused by nvme: make SG_IO support optional

2016-02-09 Thread Christoph Hellwig
Does this looks reasonable? --- >From 7843fae979df3fc14007735f54cc6bb2f6f66dc5 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 9 Feb 2016 18:11:32 +0100 Subject: nvme: fix Kconfig description for BLK_DEV_NVME_SCSI Signed-off-by: Christoph Hellwig ---

Re: [PATCH 3/4] qla2xxx: Add DebugFS node for target sess list.

2016-02-09 Thread Himanshu Madhani
On 2/8/16, 9:49 PM, "Nicholas A. Bellinger" wrote: >On Mon, 2016-02-08 at 17:43 +, Himanshu Madhani wrote: >> > >> >So looking at this patch beyond the debugfs part, it does change where >> >->check_initiator_node_acl() gets call during qlt_create_sess(). >> > >> >I

[PATCH] scsi: fdomain: add missing CONFIG_ to PCMCIA

2016-02-09 Thread Yang Shi
There are some "#ifdef PCMCIA" in the driver code, but all of them missed CONFIG_ prefix. Correct PCMCIA to CONFIG_PCMCIA. Signed-off-by: Yang Shi --- I happened to find this problem when I was tracking down another problem, however this driver looks very old, not sure if

Re: NULL pointer dereference: IP: [] sr_runtime_suspend+0xc/0x20 [sr_mod]

2016-02-09 Thread Ben Hutchings
On Tue, 2016-02-09 at 20:56 +0100, Alexandre Rossi wrote: > Hi, > > netconsole does not seem to work so early in the boot process this time. > > > As this is Linux 4.3 and not 4.4, I guess this is a different problem > > though. Alexandre, where you able to capture the stack trace? I’d submit >

[PATCH] st: Fix MTMKPART to work with newer drives

2016-02-09 Thread Kai Makisara
email kai.makis...@kolumbus.fi Some small formal changes - aeb, 950809 @@ -17,7 +17,7 @@ Last modified: 18-JAN-1998 Richard Gooch <rgo...@atnf.csiro.au> Devfs support */ -static const char *verstr = "20101219"; +static const char *verstr = "20160209"; #i

Re: [PATCH 2/6] ibmvscsi: Add and use enums for valid CRQ header values

2016-02-09 Thread Tyrel Datwyler
On 02/09/2016 09:41 AM, Manoj Kumar wrote: >> Yeah, I can see how that is confusing. Since, all three possible valid >> crq message types have the first bit set I think this was originally a >> cute hack to grab anything that was likely valid. Then in >> ibmvscsi_handle_crq() we explicitly match

Re: [PATCH 2/6] ibmvscsi: Add and use enums for valid CRQ header values

2016-02-09 Thread Manoj Kumar
Yeah, I can see how that is confusing. Since, all three possible valid crq message types have the first bit set I think this was originally a cute hack to grab anything that was likely valid. Then in ibmvscsi_handle_crq() we explicitly match the full header value in a switch statement logging

Re: [PATCH 3/4] qla2xxx: Add DebugFS node for target sess list.

2016-02-09 Thread Himanshu Madhani
On 2/6/16, 9:00 PM, "Nicholas A. Bellinger" wrote: >On Sat, 2016-02-06 at 20:40 -0800, Nicholas A. Bellinger wrote: >> Hi Himanshu & Quinn, >> >> On Thu, 2016-02-04 at 11:45 -0500, Himanshu Madhani wrote: >> > From: Quinn Tran >> > >> > #cat

我的相片在

2016-02-09 Thread 我的相片在
你的老朋友邀你来Q群:343257759

Re: [RFC PATCH v2] blk-mq: Introduce per sw queue time-slice

2016-02-09 Thread Markus Trippelsdorf
On 2016.02.09 at 18:12 +0100, Andreas Herrmann wrote: > [CC-ing linux-block and linux-scsi and adding some comments] > > On Mon, Feb 01, 2016 at 11:43:40PM +0100, Andreas Herrmann wrote: > > This introduces a new blk_mq hw attribute time_slice_us which allows > > to specify a time slice in usecs.

Re: [PATCH-v4 0/5] Fix LUN_RESET active I/O + TMR handling

2016-02-09 Thread Himanshu Madhani
Hi Nic, On 2/8/16, 9:25 PM, "Nicholas A. Bellinger" wrote: >Hi Himanshu, > >On Mon, 2016-02-08 at 23:27 +, Himanshu Madhani wrote: >> >> I am testing this series with with 4.5.0-rc2+ kernel and I am seeing >>issue >> where trying to trigger >> sg_reset with option