Re: UAS crash with Apricorn USB3 SATA bridge

2014-12-10 Thread Hans de Goede
Hi, On 09-12-14 20:31, Darrick J. Wong wrote: Hi, I have an Apricorn USB 3 disk dongle thing that claims to support UAS. However, the kernel crashes when I plug it in[1]. Yes there are some known issues with uas error handling which are fixed in 3.18, can you try with a 3.18 kernel please ?

RE: [PATCH] drivers: scsi: megaraid: Add megaraid_sas_internal.h for internal shared functions using

2014-12-10 Thread Sumit Saxena
-Original Message- From: Chen Gang [mailto:gang.chen.5...@gmail.com] Sent: Sunday, November 30, 2014 8:37 AM To: Sumit Saxena Cc: megaraidli...@lsi.com; linux-scsi@vger.kernel.org; linux- ker...@vger.kernel.org Subject: Re: [PATCH] drivers: scsi: megaraid: Add megaraid_sas_internal.h for

Re: [PATCH] drivers: scsi: megaraid: Add megaraid_sas_internal.h for internal shared functions using

2014-12-10 Thread Chen Gang
On 12/10/14 16:47, Sumit Saxena wrote: From: Chen Gang [mailto:gang.chen.5...@gmail.com] Sent: Sunday, November 30, 2014 8:37 AM Is it OK? or if possible, please help rebase and send the patch for it based on the related branches and patches. Sorry for delay in response, patch series sent

Re: [V3 PATCH 4/4] scsi:stex.c Add S3/S4 support

2014-12-10 Thread Oliver Neukum
On Wed, 2014-12-10 at 09:38 +0800, Charles Chiou wrote: From 91868d4afe10533b8a4496075109e411100217bb Mon Sep 17 00:00:00 2001 From: Charles Chiou charles.ch...@tw.promise.com Date: Fri, 7 Nov 2014 10:15:18 +0800 Subject: [PATCH 4/4] scsi:stex.c Add S3/S4 support Add S3/S4 support, add

Re: UAS crash with Apricorn USB3 SATA bridge

2014-12-10 Thread Darrick J. Wong
On Wed, Dec 10, 2014 at 09:19:04AM +0100, Hans de Goede wrote: Hi, On 09-12-14 20:31, Darrick J. Wong wrote: Hi, I have an Apricorn USB 3 disk dongle thing that claims to support UAS. However, the kernel crashes when I plug it in[1]. Yes there are some known issues with uas error

Re: UAS crash with Apricorn USB3 SATA bridge

2014-12-10 Thread Darrick J. Wong
On Wed, Dec 10, 2014 at 01:04:58AM -0800, Darrick J. Wong wrote: On Wed, Dec 10, 2014 at 09:19:04AM +0100, Hans de Goede wrote: Hi, On 09-12-14 20:31, Darrick J. Wong wrote: Hi, I have an Apricorn USB 3 disk dongle thing that claims to support UAS. However, the kernel crashes when

Re: esp_scsi: make number of tags configurable

2014-12-10 Thread Geert Uytterhoeven
On Tue, Dec 9, 2014 at 6:36 AM, Linux Kernel Mailing List linux-ker...@vger.kernel.org wrote: Gitweb: http://git.kernel.org/linus/;a=commit;h=3707a186c8970e3c4f3c8d9ccf4230b8657e919f Commit: 3707a186c8970e3c4f3c8d9ccf4230b8657e919f Parent: a87bf29362c763cf35faa17154b699471a8b902e

Re: UAS crash with Apricorn USB3 SATA bridge

2014-12-10 Thread Darrick J. Wong
On Wed, Dec 10, 2014 at 02:15:14AM -0800, Darrick J. Wong wrote: On Wed, Dec 10, 2014 at 01:04:58AM -0800, Darrick J. Wong wrote: On Wed, Dec 10, 2014 at 09:19:04AM +0100, Hans de Goede wrote: Hi, On 09-12-14 20:31, Darrick J. Wong wrote: Hi, I have an Apricorn USB 3 disk

Re: [PATCH net v5 2/7] cxgb4i: fix credit check for tx_data_wr

2014-12-10 Thread Sergei Shtylyov
Hello. On 12/10/2014 4:43 AM, Karen Xie wrote: [PATCH net v5 2/7] cxgb4i: fix credit check for tx_data_wr From: Karen Xie k...@chelsio.com make sure any tx credit related checking is done before adding the wr header. Signed-off-by: Karen Xie k...@chelsio.com ---

[PATCH net v6 2/7] cxgb4i: fix credit check for tx_data_wr

2014-12-10 Thread Karen Xie
[PATCH net v6 2/7] cxgb4i: fix credit check for tx_data_wr From: Karen Xie k...@chelsio.com make sure any tx credit related checking is done before adding the wr header. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c |3 ++- 1 files changed, 2

[PATCH net v6 1/7] cxgb4i: fix tx immediate data credit check

2014-12-10 Thread Karen Xie
[PATCH net v6 1/7] cxgb4i: fix tx immediate data credit check From: Karen Xie k...@chelsio.com Only data skbs need the wr header added while control skbs do not. Make sure they are treated differently. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 22

[PATCH net v6 0/7] cxgb4/cxgbi: misc. fixes for cxgb4i

2014-12-10 Thread Karen Xie
[PATCH net v6 0/7] cxgb4/cxgbi: misc. fixes for cxgb4i This patch set fixes cxgb4i's tx credit calculation and adds handling of additional rx message and negative advice types. It also removes the duplicate code in cxgb4i to set the outgoing queues of a packet. Karen Xie (7): cxgb4i: fix tx

[PATCH net v6 4/7] cxgb4i: additional types of negative advice

2014-12-10 Thread Karen Xie
[PATCH net v6 4/7] cxgb4i: additional types of negative advice From: Karen Xie k...@chelsio.com Treat both CPL_ERR_KEEPALV_NEG_ADVICE and CPL_ERR_PERSIST_NEG_ADVICE as negative advice. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 12 +--- 1

[PATCH net v6 6/7] cxgb4i: use set_wr_txq() to set tx queues

2014-12-10 Thread Karen Xie
[PATCH net v6 6/7] cxgb4i: use set_wr_txq() to set tx queues From: Karen Xie k...@chelsio.com use cxgb4's set_wr_txq() for setting of the tx queue for a outgoing packet. Remove the similar function in cxgb4i. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c |

[PATCH net v6 5/7] cxgb4i: handle non-pdu-aligned rx data

2014-12-10 Thread Karen Xie
[PATCH net v6 5/7] cxgb4i: handle non-pdu-aligned rx data From: Karen Xie k...@chelsio.com Abort the connection upon receiving of cpl_rx_data, which means the pdu cannot be recovered from the tcp stream. This generally is due to pdu header corruption. Signed-off-by: Karen Xie k...@chelsio.com

[PATCH net v6 3/7] cxgb4/cxgb4i: set the max. pdu length in firmware

2014-12-10 Thread Karen Xie
[PATCH net v6 3/7] cxgb4/cxgb4i: set the max. pdu length in firmware. From: Karen Xie k...@chelsio.com Programs the firmware of the maximum outgoing iscsi pdu length per connection. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 69

[PATCH net v6 7/7] libcxgbi: free skb after debug prints

2014-12-10 Thread Karen Xie
[PATCH net v6 7/7] libcxgbi: free skb after debug prints From: Karen Xie k...@chelsio.com The debug print was accessing the skb after it was freed. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/libcxgbi.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff

RE: [PATCH net v5 2/7] cxgb4i: fix credit check for tx_data_wr

2014-12-10 Thread Karen Xie
Thanks for the review. V6 has been submitted to address this. -Original Message- From: Sergei Shtylyov [mailto:sergei.shtyl...@cogentembedded.com] Sent: Wednesday, December 10, 2014 6:09 AM To: Karen Xie; linux-scsi@vger.kernel.org; net...@vger.kernel.org Cc: Hariprasad S; Anish Bhatt;

[Bug 89531] New: mpt2sas: only every second disk working with PCIe x4 connection

2014-12-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=89531 Bug ID: 89531 Summary: mpt2sas: only every second disk working with PCIe x4 connection Product: SCSI Drivers Version: 2.5 Kernel Version: 3.16.5 Hardware: x86-64

Re: [PATCH net v6 7/7] libcxgbi: free skb after debug prints

2014-12-10 Thread Sergei Shtylyov
Hello. On 12/10/2014 07:25 PM, Karen Xie wrote: [PATCH net v6 7/7] libcxgbi: free skb after debug prints Please, do not duplicate the subject in the changelog -- DaveM would have to edit it out by hand. From: Karen Xie k...@chelsio.com The debug print was accessing the skb after it

[PATCH net v7 0/7] cxgb4/cxgbi: misc. fixes for cxgb4i

2014-12-10 Thread Karen Xie
[PATCH net v7 0/7] cxgb4/cxgbi: misc. fixes for cxgb4i This patch set fixes cxgb4i's tx credit calculation and adds handling of additional rx message and negative advice types. It also removes the duplicate code in cxgb4i to set the outgoing queues of a packet. Karen Xie (7): cxgb4i: fix tx

[PATCH net v7 3/7] cxgb4/cxgb4i: set the max. pdu length in firmware

2014-12-10 Thread Karen Xie
[PATCH net v7 3/7] cxgb4/cxgb4i: set the max. pdu length in firmware. From: Karen Xie k...@chelsio.com Programs the firmware of the maximum outgoing iscsi pdu length per connection. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 69

[PATCH net v7 6/7] cxgb4i: use set_wr_txq() to set tx queues

2014-12-10 Thread Karen Xie
[PATCH net v7 6/7] cxgb4i: use set_wr_txq() to set tx queues From: Karen Xie k...@chelsio.com use cxgb4's set_wr_txq() for setting of the tx queue for a outgoing packet. Remove the similar function in cxgb4i. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c |

[PATCH net v7 5/7] cxgb4i: handle non-pdu-aligned rx data

2014-12-10 Thread Karen Xie
[PATCH net v7 5/7] cxgb4i: handle non-pdu-aligned rx data From: Karen Xie k...@chelsio.com Abort the connection upon receiving of cpl_rx_data, which means the pdu cannot be recovered from the tcp stream. This generally is due to pdu header corruption. Signed-off-by: Karen Xie k...@chelsio.com

[PATCH net v7 2/7] cxgb4i: fix credit check for tx_data_wr

2014-12-10 Thread Karen Xie
[PATCH net v7 2/7] cxgb4i: fix credit check for tx_data_wr From: Karen Xie k...@chelsio.com make sure any tx credit related checking is done before adding the wr header. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c |3 ++- 1 files changed, 2

[PATCH net v7 4/7] cxgb4i: additional types of negative advice

2014-12-10 Thread Karen Xie
[PATCH net v7 4/7] cxgb4i: additional types of negative advice From: Karen Xie k...@chelsio.com Treat both CPL_ERR_KEEPALV_NEG_ADVICE and CPL_ERR_PERSIST_NEG_ADVICE as negative advice. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 12 +--- 1

[PATCH net v7 1/7] cxgb4i: fix tx immediate data credit check

2014-12-10 Thread Karen Xie
[PATCH net v7 1/7] cxgb4i: fix tx immediate data credit check From: Karen Xie k...@chelsio.com Only data skbs need the wr header added while control skbs do not. Make sure they are treated differently. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 22

[PATCH net v7 7/7] libcxgbi: fix freeing skb prematurely

2014-12-10 Thread Karen Xie
[PATCH net v7 7/7] libcxgbi: fix freeing skb too early From: Karen Xie k...@chelsio.com With debug turned on the debug print would access the skb after it is freed. Fix it to free the skb after the debug print. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/libcxgbi.c |

RE: [PATCH net v6 7/7] libcxgbi: free skb after debug prints

2014-12-10 Thread Karen Xie
Thanks, v7 has been submitted to address your comment. Please review. From: Sergei Shtylyov [sergei.shtyl...@cogentembedded.com] Sent: Wednesday, December 10, 2014 11:38 AM To: Karen Xie; linux-scsi@vger.kernel.org; net...@vger.kernel.org Cc: Hariprasad S;

Re: [PATCH net v7 3/7] cxgb4/cxgb4i: set the max. pdu length in firmware

2014-12-10 Thread David Miller
From: Karen Xie k...@chelsio.com Date: Wed, 10 Dec 2014 12:24:09 -0800 [PATCH net v7 3/7] cxgb4/cxgb4i: set the max. pdu length in firmware. Please listen to the feedback you have been given. Again, you should not duplicate the Subject line in your message body, that makes more work for the

Re: [PATCH net v6 7/7] libcxgbi: free skb after debug prints

2014-12-10 Thread David Miller
From: Karen Xie k...@chelsio.com Date: Wed, 10 Dec 2014 20:26:59 + Thanks, v7 has been submitted to address your comment. Please review. Sorry, you did not actually address his comments. He said to not duplicate your Subject lines in your message bodies, and you did not fix that. -- To

Re: [PATCH 07/22] [SCSI] mpt2sas: Complete the SCSI command with DID_RESET status for log_info value 0x0x32010081

2014-12-10 Thread Martin K. Petersen
Sreekanth == Sreekanth Reddy sreekanth.re...@avagotech.com writes: Sreekanth For any SCSI command, if the driver receives IOC status = Sreekanth SCSI_IOC_TERMINATED and log info = 0x32010081 then that Sreekanth command will be completed with DID_RESET host status. What does that log info

Re: [PATCH net v7 3/7] cxgb4/cxgb4i: set the max. pdu length in firmware

2014-12-10 Thread James Bottomley
On Wed, 2014-12-10 at 15:31 -0500, David Miller wrote: From: Karen Xie k...@chelsio.com Date: Wed, 10 Dec 2014 12:24:09 -0800 [PATCH net v7 3/7] cxgb4/cxgb4i: set the max. pdu length in firmware. Please listen to the feedback you have been given. Again, you should not duplicate the

Re: [PATCH net v7 3/7] cxgb4/cxgb4i: set the max. pdu length in firmware

2014-12-10 Thread David Miller
From: James Bottomley james.bottom...@hansenpartnership.com Date: Wed, 10 Dec 2014 23:41:29 +0300 On Wed, 2014-12-10 at 15:31 -0500, David Miller wrote: From: Karen Xie k...@chelsio.com Date: Wed, 10 Dec 2014 12:24:09 -0800 [PATCH net v7 3/7] cxgb4/cxgb4i: set the max. pdu length in

Re: [PATCH 09/22] [SCSI] mpt2sas, mpt3sas: Added a support to set cpu affinity for each MSIX vector enabled by the HBA

2014-12-10 Thread Martin K. Petersen
Sreekanth == Sreekanth Reddy sreekanth.re...@avagotech.com writes: Sreekanth, @@ -1373,20 +1380,30 @@ _base_assign_reply_queues(struct MPT2SAS_ADAPTER *ioc) cpu = cpumask_first(cpu_online_mask); - do { + list_for_each_entry(reply_q, ioc-reply_queue_list, list) { + Why

Re: [PATCH 06/22] [SCSI] mpt2sas, mpt3sas: Removing uppper boundary restriction for the module parameter max_sgl_entries

2014-12-10 Thread Martin K. Petersen
Sreekanth == Sreekanth Reddy sreekanth.re...@avagotech.com writes: @@ -2486,9 +2486,13 @@ _base_allocate_memory_pools(struct MPT2SAS_ADAPTER *ioc, int sleep_flag) /* command line tunables for max sgl entries */ if (max_sgl_entries != -1) { -

Re: [PATCH] scsi:storvsc enable reading from VPD pages on SPC-2

2014-12-10 Thread Sitsofe Wheeler
On Wed, Dec 10, 2014 at 12:38:25AM -0800, Long Li wrote: MSFT targets currently claim SPC-2 compliance while they implement post SPC-2 features. With this patch we can correctly handle WRITE_SAME_16 issues. This patch fixes an issue where the flag is setup too late in drive initialization

[PATCH net v7 0/7] cxgb4/cxgbi: misc. fixes for cxgb4i

2014-12-10 Thread Karen Xie
[PATCH net v7 0/7] cxgb4/cxgbi: misc. fixes for cxgb4i This patch set fixes cxgb4i's tx credit calculation and adds handling of additional rx message and negative advice types. It also removes the duplicate code in cxgb4i to set the outgoing queues of a packet. Karen Xie (7): cxgb4i: fix tx

RE: [PATCH net v6 7/7] libcxgbi: free skb after debug prints

2014-12-10 Thread Karen Xie
Sorry, misread the comment, will resubmit. Thanks. -Original Message- From: David Miller [mailto:da...@davemloft.net] Sent: Wednesday, December 10, 2014 12:33 PM To: Karen Xie Cc: sergei.shtyl...@cogentembedded.com; linux-scsi@vger.kernel.org; net...@vger.kernel.org; Hariprasad S; Anish

Re: [PATCH net v6 7/7] libcxgbi: free skb after debug prints

2014-12-10 Thread David Miller
From: Karen Xie k...@chelsio.com Date: Wed, 10 Dec 2014 21:02:34 + Sorry, misread the comment, will resubmit. Thanks. Please do not top-post. Quote the relevant material, then provide your own content after the quoted material, not before. -- To unsubscribe from this list: send the line

[PATCH net v8 1/7] cxgb4i: fix tx immediate data credit check

2014-12-10 Thread Karen Xie
From: Karen Xie k...@chelsio.com Only data skbs need the wr header added while control skbs do not. Make sure they are treated differently. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 22 +++--- drivers/scsi/cxgbi/libcxgbi.h |4

[PATCH net v8 4/7] cxgb4i: additional types of negative advice

2014-12-10 Thread Karen Xie
From: Karen Xie k...@chelsio.com Treat both CPL_ERR_KEEPALV_NEG_ADVICE and CPL_ERR_PERSIST_NEG_ADVICE as negative advice. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git

[PATCH net v8 3/7] cxgb4/cxgb4i: set the max. pdu length in firmware

2014-12-10 Thread Karen Xie
From: Karen Xie k...@chelsio.com Programs the firmware of the maximum outgoing iscsi pdu length per connection. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 69 +++- 1 files changed, 51 insertions(+), 18 deletions(-) diff

[PATCH net v8 0/7] cxgb4/cxgbi: misc. fixes for cxgb4i

2014-12-10 Thread Karen Xie
This patch set fixes cxgb4i's tx credit calculation and adds handling of additional rx message and negative advice types. It also removes the duplicate code in cxgb4i to set the outgoing queues of a packet. Karen Xie (7): cxgb4i: fix tx immediate data credit check cxgb4i: fix credit check for

[PATCH net v8 5/7] cxgb4i: handle non-pdu-aligned rx data

2014-12-10 Thread Karen Xie
From: Karen Xie k...@chelsio.com Abort the connection upon receiving of cpl_rx_data, which means the pdu cannot be recovered from the tcp stream. This generally is due to pdu header corruption. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 22

[PATCH net v8 6/7] cxgb4i: use set_wr_txq() to set tx queues

2014-12-10 Thread Karen Xie
From: Karen Xie k...@chelsio.com use cxgb4's set_wr_txq() for setting of the tx queue for a outgoing packet. Remove the similar function in cxgb4i. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 16 +--- 1 files changed, 5 insertions(+), 11

Re: [PATCH] scsi:storvsc enable reading from VPD pages on SPC-2

2014-12-10 Thread Martin K. Petersen
Long == Long Li lon...@microsoft.com writes: Long MSFT targets currently claim SPC-2 compliance while they implement Long post SPC-2 features. With this patch we can correctly handle Long WRITE_SAME_16 issues. Handle the issues or handle WRITE SAME(10/16)? + {Msft, Virtual Disk, 1.0,

[PATCH net v8 2/7] cxgb4i: fix credit check for tx_data_wr

2014-12-10 Thread Karen Xie
From: Karen Xie k...@chelsio.com make sure any tx credit related checking is done before adding the wr header. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[PATCH net v8 7/7] libcxgbi: fix freeing skb prematurely

2014-12-10 Thread Karen Xie
From: Karen Xie k...@chelsio.com With debug turned on the debug print would access the skb after it is freed. Fix it to free the skb after the debug print. Signed-off-by: Karen Xie k...@chelsio.com --- drivers/scsi/cxgbi/libcxgbi.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)

[v3.16][v3.17][v3.18][ Regression] scsi: handle flush errors properly

2014-12-10 Thread Joseph Salisbury
Hello James, A kernel bug report was opened against Ubuntu [0]. After a kernel bisect, it was found that reverting the following commit resolved this bug: commit 89fb4cd1f717a871ef79fa7debbe840e3225cd54 Author: James Bottomley jbottom...@parallels.com Date: Thu Jul 3 19:17:34 2014 +0200

RE: [PATCH] scsi:storvsc enable reading from VPD pages on SPC-2

2014-12-10 Thread Long Li
-Original Message- From: Sitsofe Wheeler [mailto:sits...@gmail.com] Sent: Wednesday, December 10, 2014 12:58 PM To: Long Li Cc: KY Srinivasan; Haiyang Zhang; jbottom...@parallels.com; linux- s...@vger.kernel.org; de...@linuxdriverproject.org; linux- ker...@vger.kernel.org Subject:

Re: [PATCH RESEND 2/5] kexec: Export kexec_in_progress

2014-12-10 Thread Brian King
On 12/08/2014 03:38 PM, Eric W. Biederman wrote: Brian King brk...@linux.vnet.ibm.com writes: On 12/02/2014 12:49 PM, Brian King wrote: On 12/02/2014 12:47 PM, Brian King wrote: A kexec boot for some ipr SAS adapters was seen to take ~20 seconds just doing ipr adapter initialization. This

Re: [v3.16][v3.17][v3.18][ Regression] scsi: handle flush errors properly

2014-12-10 Thread Steven Haber
Hey Joe, Here's some context: The SCSI flush command was being treated by a zero-byte write, which means that if an error was returned, you wouldn't catch it until a subsequent write (or flush). The way writes work is that all possible bytes are written, and if something bad happens, an error

RE: [PATCH] scsi:storvsc enable reading from VPD pages on SPC-2

2014-12-10 Thread KY Srinivasan
-Original Message- From: Long Li Sent: Wednesday, December 10, 2014 2:28 PM To: Martin K. Petersen Cc: KY Srinivasan; Haiyang Zhang; jbottom...@parallels.com; linux- s...@vger.kernel.org; de...@linuxdriverproject.org; linux- ker...@vger.kernel.org Subject: RE: [PATCH]

RE: [PATCH] scsi:storvsc enable reading from VPD pages on SPC-2

2014-12-10 Thread Long Li
Long == Long Li lon...@microsoft.com writes: Long MSFT targets currently claim SPC-2 compliance while they implement Long post SPC-2 features. With this patch we can correctly handle Long WRITE_SAME_16 issues. Handle the issues or handle WRITE SAME(10/16)? With this patch, the SCSI

Re: UAS crash with Apricorn USB3 SATA bridge

2014-12-10 Thread Darrick J. Wong
On Wed, Dec 10, 2014 at 02:29:29AM -0800, Darrick J. Wong wrote: On Wed, Dec 10, 2014 at 02:15:14AM -0800, Darrick J. Wong wrote: On Wed, Dec 10, 2014 at 01:04:58AM -0800, Darrick J. Wong wrote: On Wed, Dec 10, 2014 at 09:19:04AM +0100, Hans de Goede wrote: Hi, On 09-12-14

RE: [PATCH 09/22] [SCSI] mpt2sas, mpt3sas: Added a support to set cpu affinity for each MSIX vector enabled by the HBA

2014-12-10 Thread Elliott, Robert (Server Storage)
-Original Message- From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- ow...@vger.kernel.org] On Behalf Of Sreekanth Reddy Sent: Tuesday, 09 December, 2014 6:17 AM To: martin.peter...@oracle.com; j...@kernel.org; h...@infradead.org ... Change_set: 1. Added affinity_hint

Re: [PATCH net v8 1/7] cxgb4i: fix tx immediate data credit check

2014-12-10 Thread David Miller
From: Karen Xie k...@chelsio.com Date: Wed, 10 Dec 2014 13:11:06 -0800 From: Karen Xie k...@chelsio.com Only data skbs need the wr header added while control skbs do not. Make sure they are treated differently. Signed-off-by: Karen Xie k...@chelsio.com Please text format your commit

Re: [v3.16][v3.17][v3.18][ Regression] scsi: handle flush errors properly

2014-12-10 Thread James Bottomley
On Wed, 2014-12-10 at 17:08 -0500, Joseph Salisbury wrote: Hello James, A kernel bug report was opened against Ubuntu [0]. After a kernel bisect, it was found that reverting the following commit resolved this bug: If I read this bug report correctly, it's saying a USB attached device

T10-PI: Getting failed tag info

2014-12-10 Thread Vladislav Bolkhovitin
Hi, We are currently developing a SCSI target system with T10-PI. We are using block integrity interface and found a problem that this interface fundamentally can not pass Oracle T10-PI certification tests. Those tests require to receive on the initiator side information about which particular

[PATCH] cxgb4/csiostor: Don't use MASTER_MUST for fw_hello call

2014-12-10 Thread Hariprasad Shenai
Remove use of calls into t4_fw_hello() with MASTER_MUST, which results in FW_HELLO_CMD_MASTERFORCE being set. The firmware doesn't support this and of course any existing PF Drivers will totally go for a toss. Signed-off-by: Hariprasad Shenai haripra...@chelsio.com ---