Re: SCSI "staging" tree for linux-next?

2014-05-16 Thread James Bottomley
On Fri, 2014-05-16 at 15:38 +0200, Hannes Reinecke wrote: > On 05/15/2014 07:26 AM, Christoph Hellwig wrote: > > Hi James, > > > > we're past -rc5 and no SCSI patches have been collected for 3.16 yet, > > despite a lot of patches including a lot of reviewed ones pending on the > > list. > > > > I'd

Re: SCSI "staging" tree for linux-next?

2014-05-16 Thread Nicholas A. Bellinger
On Fri, 2014-05-16 at 15:38 +0200, Hannes Reinecke wrote: > On 05/15/2014 07:26 AM, Christoph Hellwig wrote: > > Hi James, > > > > we're past -rc5 and no SCSI patches have been collected for 3.16 yet, > > despite a lot of patches including a lot of reviewed ones pending on the > > list. > > > > I'd

[GIT PULL] target fixes for v3.15-rc6

2014-05-16 Thread Nicholas A. Bellinger
Hello Linus, Here are the target-pending fixes for v3.15-rc6. Please go ahead and pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master This series include: - Close race between iser-target network portal shutdown + accepting new connection logins (sag

Re: scsi error handling thread and REQUEST SENSE

2014-05-16 Thread Ewan Milne
On Fri, 2014-05-16 at 19:02 +, Elliott, Robert (Server Storage) wrote: > There is an issue with a command timeout followed by a failed > abort in the linux SCSI stack. This might explain some odd crashes I've seen, where it looks like a command might have completed *long* after it should have

RE: [PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread KY Srinivasan
> -Original Message- > From: driverdev-devel-boun...@linuxdriverproject.org [mailto:driverdev- > devel-boun...@linuxdriverproject.org] On Behalf Of KY Srinivasan > Sent: Friday, May 16, 2014 12:29 PM > To: James Bottomley; Ian Abbott > Cc: Andy Whitcroft; de...@linuxdriverproject.org; Hai

RE: [PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread KY Srinivasan
> -Original Message- > From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] > Sent: Friday, May 16, 2014 11:25 AM > To: Ian Abbott > Cc: linux-scsi@vger.kernel.org; de...@linuxdriverproject.org; Andy > Whitcroft; KY Srinivasan; Haiyang Zhang; Tim Gardner > Subject: Re: [PA

scsi error handling thread and REQUEST SENSE

2014-05-16 Thread Elliott, Robert (Server Storage)
There is an issue with a command timeout followed by a failed abort in the linux SCSI stack. After triggering a timeout on a command like: [ 5454.196861] sd 2:0:0:1: [sds] Done: TIMEOUT [ 5454.196863] sd 2:0:0:1: [sds] Result: hostbyte=DID_OK driverbyte=DRIVER_OK [ 5454.196866] sd 2:0:0:1: [sds] C

Re: [PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread James Bottomley
On Fri, 2014-05-16 at 19:18 +0100, Ian Abbott wrote: > On 2014-05-16 18:58, James Bottomley wrote: > > On Fri, 2014-05-16 at 18:39 +0100, Ian Abbott wrote: > >> On 2014-05-16 18:14, James Bottomley wrote: > >>> On Fri, 2014-05-16 at 16:39 +0100, Ian Abbott wrote: > From: Andy Whitcroft >

Re: [PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread Ian Abbott
On 2014-05-16 18:58, James Bottomley wrote: On Fri, 2014-05-16 at 18:39 +0100, Ian Abbott wrote: On 2014-05-16 18:14, James Bottomley wrote: On Fri, 2014-05-16 at 16:39 +0100, Ian Abbott wrote: From: Andy Whitcroft Suggested-by: James Bottomley That is my patch, isn't it, just with a slig

Re: [PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread James Bottomley
On Fri, 2014-05-16 at 18:39 +0100, Ian Abbott wrote: > On 2014-05-16 18:14, James Bottomley wrote: > > On Fri, 2014-05-16 at 16:39 +0100, Ian Abbott wrote: > >> From: Andy Whitcroft > >> > >> Suggested-by: James Bottomley > > > > That is my patch, isn't it, just with a slightly modified comment:

Re: [PATCH 2/2] scsi: hyper-v storvsc -- host takes MAINTENANCE_IN commands badly -- elide them

2014-05-16 Thread James Bottomley
On Fri, 2014-05-16 at 16:39 +0100, Ian Abbott wrote: > From: Andy Whitcroft > > BugLink: http://bugs.launchpad.net/bugs/1234417 This is a pretty low quality bug report; where's the analysis that should be in your patch? The problem is, is it not, that when you turn on trim we now also probe for

Re: [PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread Ian Abbott
On 2014-05-16 18:14, James Bottomley wrote: On Fri, 2014-05-16 at 16:39 +0100, Ian Abbott wrote: From: Andy Whitcroft Suggested-by: James Bottomley That is my patch, isn't it, just with a slightly modified comment: http://marc.info/?l=linux-scsi&m=137908428211951 I believe so, yes. Look

Re: [PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread James Bottomley
On Fri, 2014-05-16 at 16:39 +0100, Ian Abbott wrote: > From: Andy Whitcroft > > Suggested-by: James Bottomley That is my patch, isn't it, just with a slightly modified comment: http://marc.info/?l=linux-scsi&m=137908428211951 Andy promised to go off and test it and that's where the thread end

Re: [PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread Dan Carpenter
On Fri, May 16, 2014 at 04:39:07PM +0100, Ian Abbott wrote: > From: Andy Whitcroft > > Suggested-by: James Bottomley > Signed-off-by: Andy Whitcroft You should be signing these as well. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the bod

[PATCH 2/2] scsi: hyper-v storvsc -- host takes MAINTENANCE_IN commands badly -- elide them

2014-05-16 Thread Ian Abbott
From: Andy Whitcroft BugLink: http://bugs.launchpad.net/bugs/1234417 Signed-off-by: Andy Whitcroft Signed-off-by: Tim Gardner --- Original patch title was "UBUNTU: SAUCE: storvsc -- host takes MAINTENANCE_IN commands badly elide them". Changed by Ian Abbott --- drivers/scsi/storvsc_drv.c | 2

[PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread Ian Abbott
From: Andy Whitcroft Suggested-by: James Bottomley Signed-off-by: Andy Whitcroft --- Original patch title changed slightly by Ian Abbott due to typo. --- drivers/scsi/storvsc_drv.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_dr

[PATCH 0/2] scsi: hyper-v storvsc changes by Ubuntu

2014-05-16 Thread Ian Abbott
These changes to the Microsoft Hyper-V storage driver in Ubuntu Saucy's 3.13 kernel look useful for the mainline kernel, especially as they enable 'TRIM' support. Andy Whitcroft (2): scsi: hyper-v storvsc switch up to SPC-3 scsi: hyper-v storvsc -- host takes MAINTENANCE_IN commands badly --

Re: SCSI "staging" tree for linux-next?

2014-05-16 Thread Hannes Reinecke
On 05/15/2014 07:26 AM, Christoph Hellwig wrote: Hi James, we're past -rc5 and no SCSI patches have been collected for 3.16 yet, despite a lot of patches including a lot of reviewed ones pending on the list. I'd really love to get at least some testing for all the work that sometimes has been p

Re: [PATCH v1.2 17/16] arcmsr: fixed calling scsi_scan_host after all initialization done

2014-05-16 Thread Tomas Henzl
On 05/16/2014 01:46 PM, ching wrote: > Hi Tomas, > > Although in http://www.makelinux.net/ldd3/chp-7-sect-6, there said to flush > the shared workqueue requires calling function > flush_scheduled_work. > > But in kernel workqueue.c, there are comment of flush_scheduled_work said > that > "In mos

Re: PATCH: mvsas: add support for Supermicro AOC-SAS2LP-MV8

2014-05-16 Thread Jan Kasprzak
Hello, Xiangliang Yu wrote: : > Ben Hutchings already submitted a patch for this twice, which I cc'd you : > on: : > : > http://marc.info/?t=13927720393 : > : > will you ack it? : I can't find this mail in my mail box. any news with this patch? Will it be acked by you and submitte

Re: [PATCH v1.2 17/16] arcmsr: fixed calling scsi_scan_host after all initialization done

2014-05-16 Thread ching
Hi Tomas, Although in http://www.makelinux.net/ldd3/chp-7-sect-6, there said to flush the shared workqueue requires calling function flush_scheduled_work. But in kernel workqueue.c, there are comment of flush_scheduled_work said that "In most situations flushing the entire workqueue is overkill

Hi

2014-05-16 Thread Dave,Angela Dawes
We have a private donation for you,write back for details. -- 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

[Bug 61771] Support for LSI Logic / Symbios Logic M1064E MegaRAID SAS

2014-05-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=61771 Azamat H. Hackimov changed: What|Removed |Added CC||azamat.hacki...@gmail.com --- Commen