[Bug 90601] panic on write to 3ware raid array

2015-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90601 --- Comment #25 from Justin Keogh --- Just to clarify, I couldn't trigger this by writing to the array from /dev/zero at all (maybe because ZFS), all panics were triggered by writing real data from another array on the same controller. -- You ar

[Bug 90601] panic on write to 3ware raid array

2015-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90601 Justin Keogh changed: What|Removed |Added Attachment #174451|application/octet-stream|text/plain mime type|

[Bug 90601] panic on write to 3ware raid array

2015-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90601 --- Comment #24 from Justin Keogh --- Created attachment 174461 --> https://bugzilla.kernel.org/attachment.cgi?id=174461&action=edit dmesg for panic without zfs modules -- You are receiving this mail because: You are the assignee for the bug.

[Bug 90601] panic on write to 3ware raid array

2015-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90601 --- Comment #23 from Justin Keogh --- Created attachment 174451 --> https://bugzilla.kernel.org/attachment.cgi?id=174451&action=edit dmesg for commit 'scsi: convert device_busy to atomic_t' -- You are receiving this mail because: You are the a

[Bug 90601] panic on write to 3ware raid array

2015-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90601 --- Comment #22 from Justin Keogh --- Created attachment 174441 --> https://bugzilla.kernel.org/attachment.cgi?id=174441&action=edit .config -- You are receiving this mail because: You are the assignee for the bug. -- To unsubscribe from this

[Bug 90601] panic on write to 3ware raid array

2015-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90601 --- Comment #21 from Justin Keogh --- Created attachment 174431 --> https://bugzilla.kernel.org/attachment.cgi?id=174431&action=edit git bisect log between 3.14.33 and 3.18.7 -- You are receiving this mail because: You are the assignee for the

[Bug 90601] panic on write to 3ware raid array

2015-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=90601 Justin Keogh changed: What|Removed |Added CC||kernel@v6y.net --- Comment #20 from Ju

Re: [PATCH v3 18/20] lpfc: Fix for lun discovery issue with saturn adapter.

2015-04-18 Thread Sebastian Herbszt
I wrote: > James Smart wrote: > > > > Fix for lun discovery issue with saturn adapter. > > > > FCP_CMD payload was not always properly initialized on SLI-3 devices. > > > > Signed-off-by: Dick Kennedy > > Signed-off-by: James Smart > > --- > > drivers/scsi/lpfc/lpfc_scsi.c | 41 > > +

Re: [PATCH v3 18/20] lpfc: Fix for lun discovery issue with saturn adapter.

2015-04-18 Thread Sebastian Herbszt
James Smart wrote: > > Fix for lun discovery issue with saturn adapter. > > FCP_CMD payload was not always properly initialized on SLI-3 devices. > > Signed-off-by: Dick Kennedy > Signed-off-by: James Smart > --- > drivers/scsi/lpfc/lpfc_scsi.c | 41 - >

Re: lpfc: Unknown ELS command x18 received from NPORT xfffc2b

2015-04-18 Thread James Smart
This would silence it. However, I'm about to push a new patch set which adds full RDP support. -- james s On 4/14/2015 7:07 PM, Sebastian Herbszt wrote: We recently started to get [8043768.238110] lpfc :10:00.1: 1:(0):0115 Unknown ELS command x18 received from NPORT xfffc2b [8130462.560

Re: [PATCH v3 10/20] lpfc: Fix provide host name and OS name in RSNN-NN FC-GS command

2015-04-18 Thread James Smart
Fixes those things that parse the result of what data is registered with the fabric. -- james On 4/14/2015 6:02 PM, Sebastian Herbszt wrote: James Smart wrote: Fix provide host name and OS name in RSNN-NN FC-GS command Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- drivers/s

Re: [PATCH, RFC] scsi: use host wide tags by default

2015-04-18 Thread Christoph Hellwig
On Fri, Apr 17, 2015 at 02:42:40PM -0700, James Bottomley wrote: > > if(hostdata->msgin[1] == A_SIMPLE_TAG_MSG) { > > - struct scsi_cmnd *SCp = scsi_find_tag(SDp, > > hostdata->msgin[2]); > > + struct scsi_cmnd *SCp; > > + > > + SCp