"fs/git@git.tuxist.de:jan.koester/linux.git" did not exist on "76381a42e4a5606774fd48413e6282cd7130ff2c"
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>
Loading
Please sign in to comment