From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: [git pull] device mapper fixes for 4.8-rc5 Date: Fri, 2 Sep 2016 13:57:49 -0400 Message-ID: <20160902175748.GA75303@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Linus Torvalds Cc: Eric Biggers , Bhaktipriya Shridhar , Vladimir Zapolskiy , dm-devel@redhat.com, Mikulas Patocka , Alasdair G Kergon List-Id: dm-devel.ids 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(-)