Merge tag 'compress-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Oct 2014 10:54:13 +0000 (06:54 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Oct 2014 10:54:13 +0000 (06:54 -0400)
commit3fc1479c5e78afa3013ad80b9b7367f0278c629b
tree9eba4be06224c028c46ce8fdfffe2ec80a49bebf
parentbca51651fc2f197c6364c0e682f68047a7e4b444
parent72cf90124e87d975d0b2114d930808c58b4c05e4
Merge tag 'compress-3.18-rc1' of git://git./linux/kernel/git/gregkh/driver-core

Pull compression update from Greg KH:
 "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"

* tag 'compress-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
  lzo: check for length overrun in variable length encoding.
  Revert "lzo: properly check for overruns"
  Documentation: lzo: document part of the encoding