Message ID | 20190117161445.25671-1-emilne@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix use-after-free errors in lpfc driver when using NVMe | expand |
Ewan, > These two patches fix use-after-free errors in the shutdown path of > the lpfc driver with both the Initiator and Target mode usage of FC > ports. > > The problem is very apparent with slub_debug enabled, as the memory > poisoning prevents the wait_for_completion_timeout() from returning > after the object has been freed. Applied to 5.0/scsi-fixes. Thanks!