Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pstore: Shut down worker when unregistering
commit 6330d55 upstream. When built as a module and running with update_ms >= 0, pstore will Oops during module unload since the work timer is still running. This makes sure the worker is stopped before unloading. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information