commit | fbabd829fe76a72a6444f64361cf8b2a9848639d | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Tue Apr 18 09:56:31 2017 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Tue Apr 18 10:55:37 2017 -0700 |
tree | d2fe120c94ec375c6cf44e822b2435ffa39819f0 | |
parent | 8b06b884cd98f7ec8b5028680b99fabfb7b3e192 [diff] |
acpi, nfit: fix module unload vs workqueue shutdown race The workqueue may still be running when the devres callbacks start firing to deallocate an acpi_nfit_desc instance. Stop and flush the workqueue before letting any other devres de-allocations proceed. Reported-by: Linda Knippers <linda.knippers@hpe.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>