* [GIT PULL] Compression patches for 3.18-rc1
@ 2014-10-07 22:33 Greg KH
0 siblings, 0 replies; only message in thread
From: Greg KH @ 2014-10-07 22:33 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, Don A. Bailey
The following changes since commit 9e82bf014195d6f0054982c463575cdce24292be:
Linux 3.17-rc5 (2014-09-14 17:50:12 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/compress-3.18-rc1
for you to fetch changes up to 72cf90124e87d975d0b2114d930808c58b4c05e4:
lzo: check for length overrun in variable length encoding. (2014-09-28 11:08:01 +0200)
----------------------------------------------------------------
Compression patches for 3.18-rc1
More fun with the LZO compression code. Here's some patches that
properly document what the logic is, and fix up all of the previously
reported issues against the LZO code.
This has been in linux-next for a while with no issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Willy Tarreau (3):
Documentation: lzo: document part of the encoding
Revert "lzo: properly check for overruns"
lzo: check for length overrun in variable length encoding.
Documentation/lzo.txt | 164 ++++++++++++++++++++++++++++++++++++++++
lib/lzo/lzo1x_decompress_safe.c | 103 ++++++++++++++-----------
2 files changed, 221 insertions(+), 46 deletions(-)
create mode 100644 Documentation/lzo.txt
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-07 22:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07 22:33 [GIT PULL] Compression patches for 3.18-rc1 Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).