commit | 1344dd86f35c7669c94aceb2273676e356cff848 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Mar 03 17:45:38 2017 -0800 |
committer | Kees Cook <keescook@chromium.org> | Tue Mar 07 08:21:38 2017 -0800 |
tree | f3d03fec8d2693cd9704514d645c81bde6db6312 | |
parent | 6330d5534786d5315d56d558aa6d20740f97d80a [diff] |
pstore: Avoid race in module unloading Technically, it might be possible for struct pstore_info to go out of scope after the module_put(), so report the backend name first. Signed-off-by: Kees Cook <keescook@chromium.org>