Re: [PATCH 01/19] lpfc: Fix crash in pci hot plug situations

2017-09-25 Thread Johannes Thumshirn
This probably should be two patches and both CCed to stable. Byte, Johannes -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane

[PATCH 01/19] lpfc: Fix crash in pci hot plug situations

2017-09-21 Thread James Smart
From: Dick Kennedy During pci hot plug scenarios the driver had two issues: a) oops in a list_add call The lookup by tag function will return null if the IOCB is out of range or does not have the on txcmplq flag set. Fix: Check for null return from lookup by tag. b) oops in kernels timer mana