Home
last modified time | relevance | path

Searched hist:b7753fc7f6f5626e51ee78156fd801fb52163af0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/pstore/
H A Dplatform.cdiff b7753fc7f6f5626e51ee78156fd801fb52163af0 Wed May 06 18:34:42 CDT 2020 Kees Cook <keescook@chromium.org> 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>