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
https://bugzilla.kernel.org/show_bug.cgi?id=90601
Justin Keogh changed:
What|Removed |Added
Attachment #174451|application/octet-stream|text/plain
mime type|
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.
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
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
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
https://bugzilla.kernel.org/show_bug.cgi?id=90601
Justin Keogh changed:
What|Removed |Added
CC||kernel@v6y.net
--- Comment #20 from Ju
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
> > +
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 -
>
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
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
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
12 matches
Mail list logo