Re: [PATCH 1/3] qla2xxx: fix error message on

2018-03-21 Thread Martin K. Petersen
Meelis, > This patch fixes IO traps caught by hardware when mailbox command fails on > qla2200. The error handler assumes newer firmware that is available on 2400 > and > newer HBA-s. > > This causes ugly crashes on sparc64. Amended according to Himanshu's requests and applied to 4.16/scsi-fixe

Re: [PATCH 1/3] qla2xxx: fix error message on

2018-03-19 Thread Madhani, Himanshu
> On Mar 8, 2018, at 5:44 AM, Meelis Roos wrote: > > This patch fixes IO traps caught by hardware when mailbox command fails on > qla2200. The error handler assumes newer firmware that is available on 2400 > and > newer HBA-s. > > This causes ugly crashes on sparc64. > > Fix it with separate

Re: [PATCH 1/3] qla2xxx: fix error message on

2018-03-19 Thread Martin K. Petersen
Meelis, > This patch fixes IO traps caught by hardware when mailbox command fails on > qla2200. The error handler assumes newer firmware that is available on 2400 > and > newer HBA-s. > > This causes ugly crashes on sparc64. > > Fix it with separate debug prints on different firmware generations

[PATCH 1/3] qla2xxx: fix error message on

2018-03-08 Thread Meelis Roos
This patch fixes IO traps caught by hardware when mailbox command fails on qla2200. The error handler assumes newer firmware that is available on 2400 and newer HBA-s. This causes ugly crashes on sparc64. Fix it with separate debug prints on different firmware generations like most other places d