diff options
author | Kees Cook <keescook@chromium.org> | 2018-10-26 11:17:07 +0300 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2018-12-04 03:52:35 +0300 |
commit | bdabc8e71c8582cd61314f004b9a0283269585bb (patch) | |
tree | 37a81c0fcf48abf0702a333cc83e8d88833a8a17 /include/linux/pstore_ram.h | |
parent | 971f66d8a75a4f86a254652cc1e70a7be841cc43 (diff) | |
download | linux-bdabc8e71c8582cd61314f004b9a0283269585bb.tar.xz |
pstore: Do not use crash buffer for decompression
The pre-allocated compression buffer used for crash dumping was also
being used for decompression. This isn't technically safe, since it's
possible the kernel may attempt a crashdump while pstore is populating the
pstore filesystem (and performing decompression). Instead, just allocate
a separate buffer for decompression. Correctness is preferred over
performance here.
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'include/linux/pstore_ram.h')
0 files changed, 0 insertions, 0 deletions