[<prev] [next>] [day] [month] [year] [list]
Message-Id: <5239e29d26989e9096@agluck-desk.sc.intel.com>
Date: Wed, 18 Sep 2013 10:27:57 -0700
From: "Luck, Tony" <tony.luck@...el.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] pstore/compression fixes
The following changes since commit e831cbfc1ad843b5542cc45f777e1a00b73c0685:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2013-09-11 08:36:03 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git tags/please-pull-pstore
for you to fetch changes up to 802e4c6f5887205eda110c6bfb90c9bfa93dc8a7:
pstore: Remove the messages related to compression failure (2013-09-16 09:28:29 -0700)
----------------------------------------------------------------
Three pstore fixes related to compression:
1) Better adjustment of size of compression buffer (was too big
for EFIVARS backend resulting in compression failure
2) Use zlib_inflateInit2 instead of zlib_inflateInit
3) Don't print messages about compression failure. They will
waste space that may better be used to log console output
leading to the crash.
----------------------------------------------------------------
Aruna Balakrishnaiah (3):
pstore: Adjust buffer size for compression for smaller registered buffers
pstore: Use zlib_inflateInit2 instead of zlib_inflateInit
pstore: Remove the messages related to compression failure
fs/pstore/platform.c | 29 +++++++++++++++++++++++------
1 file changed, 23 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists