Hi Linus, The following changes since commit 3eab887a55424fc2c27553b7bfe32330df83f7b8: Linux 4.8-rc4 (2016-08-28 15:04:33 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm tags/dm-4.8-fixes-4 for you to fetch changes up to edd1ea2a8a2549e4fe58e817d539445729491ecf: dm bufio: remove use of deprecated create_singlethread_workqueue() (2016-08-30 19:45:20 -0400) Please pull, thanks. Mike ---------------------------------------------------------------- - a stable fix in both DM crypt and DM log-writes for too large bios (as generated by bcache) - 2 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() ---------------------------------------------------------------- Bhaktipriya Shridhar (1): dm bufio: remove use of deprecated create_singlethread_workqueue() Eric Biggers (1): dm crypt: fix free of bad values after tfm allocation failure Mikulas Patocka (3): dm log writes: move IO accounting earlier to fix error path dm log writes: fix bug with too large bios dm crypt: fix error with too large bios Vladimir Zapolskiy (1): dm log writes: fix check of kthread_run() return value drivers/md/dm-bufio.c | 2 +- drivers/md/dm-crypt.c | 9 ++++++++- drivers/md/dm-log-writes.c | 10 +++++----- 3 files changed, 14 insertions(+), 7 deletions(-) -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel