On 06/28/2016 10:57 PM, Bryant G. Ly wrote:
I was hoping someone in the community can help answer this:
If I were to remove the masking off of the lun addressing method prior to
target_submit_cmd/target_submit_tmr then I get a hang within scsi probe
on bootup. (srp->lun.scsi_lun[0] &= 0x3f; and
> "Alan" == Alan Stern writes:
Alan> Commit b704f70ce200 ("SCSI: fix bug in scsi_dev_info_list
Alan> matching") changed the way vendor- and model-string matching was
Alan> carried out in the routine that looks up entries in a SCSI devinfo
Alan> list. The new matching code failed to take into
> "Brian" == Brian King writes:
Brian> If we fall back to using LSI on the Croc or Crocodile chip we
Brian> need to clear the interrupt so we don't hang the system.
Applied to 4.7/scsi-fixes.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the lin
On 6/27/16, 3:17 PM, "Michael Cyr" wrote:
+ cmd->se_cmd.tag = be64_to_cpu(srp->tag);
+
+ spin_lock_bh(&vscsi->intr_lock);
+ list_add_tail(&cmd->list, &vscsi->active_q);
+ spin_unlock_bh(&vscsi->intr_lock);
+
+ srp->lun.scsi_lun[0] &= 0x3f;
+
+ pr_debug("cal
On 06/15/2016 06:00 AM, Johannes Thumshirn wrote:
> Check for the existance of pciob->vport before accessing it.
piocb mispelled.
>
> Signed-off-by: Johannes Thumshirn
> ---
> drivers/scsi/lpfc/lpfc_sli.c | 13 -
> 1 file changed, 4 insertions(+), 9 deletions(-)
>
> diff --git a/d
On Thu, 2016-06-23 at 10:22 +0200, Johannes Thumshirn wrote:
> Vasu is going to resign from his maintainer role and I'll take over.
>
> Signed-off-by: Johannes Thumshirn
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> inde
On Mon, Jun 27, 2016 at 09:12:11PM +, Don Brace wrote:
[...]
> > > ---
> >
> > [...]
> >
> > > + */
> > > +
> > > +#if !defined(_SMARTPQI_H)
> > > +#define _SMARTPQI_H
> > > +
> > > +#pragma pack(1)
> >
> > I know GCC does understand #pragma pack() to be compatible with MSVC
> > but please
7 matches
Mail list logo