]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Mar 2015 19:07:47 +0000 (12:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Mar 2015 19:07:47 +0000 (12:07 -0700)
commit1cdf1a88b86bfa9fda9fd0afb08ad8b6527b3a2c
treef7bb2cac51a10245a2d8935515c2015b91e344be
parentebd043b57efa940cf01adc6f067fe32dd99d9829
parentba50f3efcac39814ce979d8dbc9574fb860b76ed
Merge tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core fixes from Greg KH:
 "Here are two bugfixes for things reported.  One regression in kernfs,
  and another issue fixed in the LZ4 code that was fixed in the
  "upstream" codebase that solves a reported kernel crash

  Both have been in linux-next for a while"

* tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
  LZ4 : fix the data abort issue
  kernfs: handle poll correctly on 'direct_read' files.