]> 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)
commitd26d4c635c65287b3a885db5f136d8b5050641d2
tree9eba4be06224c028c46ce8fdfffe2ec80a49bebf
parent4c9f84da5b7372a4c0b27ad25a806141e3f059f5
parent6c1f51d7fd0345bfadb6a5d126e162b3cb36fc8c
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