]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc333c979e8eadfd25a2148d78b6c33823483eeb0
tree9eba4be06224c028c46ce8fdfffe2ec80a49bebf
parent702bc733ffc953ee21a58d2f558233615da581bb
parente348142a869336241fbe945038093b9e575ea4f5
Merge tag 'compress-3.18-rc1' of git://git.kernel.org/pub/scm/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