commit | b7753fc7f6f5626e51ee78156fd801fb52163af0 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed May 06 16:34:42 2020 -0700 |
committer | Kees Cook <keescook@chromium.org> | Sat May 30 10:34:02 2020 -0700 |
tree | 65be713bc464cea37e20f08c9d665cacb0bea5fb | |
parent | 609e28bb139e53621521130f0d4aea27a725d465 [diff] |
pstore: Make sure console capturing will restart The CON_ENABLED flag gets cleared during unregister_console(), so make sure we already reset the console flags before calling register_console(), otherwise unloading and reloading a pstore backend will not restart console logging. Signed-off-by: Kees Cook <keescook@chromium.org>