Re: [PATCH] aacraid: Correct hba_send to include iu_type

2018-05-01 Thread Martin K. Petersen
Dave, > commit b60710ec7d7ab ("aacraid: enable sending of TMFs from aac_hba_send()") > > allows aac_hba_send() to send scsi commands, and TMF requests, but the > existing > code only updates the iu_type for scsi commands. For TMF requests we are > sending > an unknown iu_type to firmware,

Re: [PATCH] aacraid: Correct hba_send to include iu_type

2018-04-25 Thread Brian King
On 04/25/2018 10:24 AM, Dave Carroll wrote: > commit b60710ec7d7ab ("aacraid: enable sending of TMFs from aac_hba_send()") > > allows aac_hba_send() to send scsi commands, and TMF requests, but the > existing > code only updates the iu_type for scsi commands. For TMF requests we are > sending >

[PATCH] aacraid: Correct hba_send to include iu_type

2018-04-25 Thread Dave Carroll
commit b60710ec7d7ab ("aacraid: enable sending of TMFs from aac_hba_send()") allows aac_hba_send() to send scsi commands, and TMF requests, but the existing code only updates the iu_type for scsi commands. For TMF requests we are sending an unknown iu_type to firmware, which causes a fault.