git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e260818
)
pstore: do not use message compression without lock
author
Konstantin Khlebnikov
<khlebnikov@yandex-team.ru>
Thu, 21 May 2015 16:26:19 +0000
(09:26 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Thu, 21 May 2015 16:26:19 +0000
(09:26 -0700)
pstore_compress() uses static stream buffer for zlib-deflate which
easily crashes when several concurrent threads use one shared state.
Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found