https://github.com/torvalds/linux
Revision 8b5cdbe595a05b8c767d9fe779bd47e997f934c9 authored by Linus Torvalds on 07 February 2019, 22:42:43 UTC, committed by Linus Torvalds on 07 February 2019, 22:42:43 UTC
Pull device mapper fixes from Mike Snitzer:
 "Both of these fixes address issues in changes merged for 5.0-rc4:

   - Fix DM core's missing memory barrier before waitqueue_active()
     calls.

   - Fix DM core's clone_bio() to work when cloning a subset of a bio
     with an integrity payload; bio_integrity_trim() wasn't getting
     called due to bio_trim()'s early return"

* tag 'for-5.0/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm: don't use bio_trim() afterall
  dm: add memory barrier before waitqueue_active
2 parent s d47e3da + fa8db49
History
Tip revision: 8b5cdbe595a05b8c767d9fe779bd47e997f934c9 authored by Linus Torvalds on 07 February 2019, 22:42:43 UTC
Merge tag 'for-5.0/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Tip revision: 8b5cdbe
File Mode Size
.gitignore -rw-r--r-- 8 bytes
Makefile -rw-r--r-- 1.5 KB

back to top