Message ID | CAGtn9rmosXZtSgn24gFNYTzkFrHgY+pQBNTiP-3N6-a8OX+HzA@mail.gmail.com |
---|---|
State | New |
Headers | show |
Series | scsi-staging crashing on boot | expand |
Ewan, > Anybody else hit this? We are seeing a crash right after boot. > Machine has an Emulex HBA, we don't see this on a similar machine > w/Qlogic. > > This was detected w/automation, we'll try backing out the last commit > (below) That would be great. I had lab problems yesterday so I didn't get a chance to complete my usual run prior to pushing.
> That would be great. I had lab problems yesterday so I didn't get a > chance to complete my usual run prior to pushing. Boots fine for me with lpfc (and a0af3d1104f7).
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index a56f01f659f8..f49ff18cb252 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c @@ -8546,7 +8546,6 @@ static void lpfc_unset_driver_resource_phase2(struct lpfc_hba *phba) { if (phba->wq) { - flush_workqueue(phba->wq); destroy_workqueue(phba->wq); phba->wq = NULL; }