]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Sep 2016 00:29:58 +0000 (17:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Sep 2016 00:29:58 +0000 (17:29 -0700)
commitf4bafaa5dc04d66ed9d1e840f69d173bdf9d122f
treec188dc353782dd0bdc4da099790b3f60c2b94894
parent2c4b1b80b7449ea4326f52a4f46121977638b8ea
parentee8a4d51866fa90bb5612189c4073e56ada86c9f
Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

Pull device mapper fixes from Mike Snitzer:

 - a stable fix in both DM crypt and DM log-writes for too large bios
   (as generated by bcache)

 - two other stable fixes for DM log-writes

 - a stable fix for a DM crypt bug that could result in freeing pointers
   from uninitialized memory in the tfm allocation error path

 - a DM bufio cleanup to discontinue using create_singlethread_workqueue()

* tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm bufio: remove use of deprecated create_singlethread_workqueue()
  dm crypt: fix free of bad values after tfm allocation failure
  dm crypt: fix error with too large bios
  dm log writes: fix check of kthread_run() return value
  dm log writes: fix bug with too large bios
  dm log writes: move IO accounting earlier to fix error path