All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] device mapper fixes for 4.8-rc5
@ 2016-09-02 17:57 Mike Snitzer
  0 siblings, 0 replies; only message in thread
From: Mike Snitzer @ 2016-09-02 17:57 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Eric Biggers, Bhaktipriya Shridhar, Vladimir Zapolskiy, dm-devel,
	Mikulas Patocka, Alasdair G Kergon

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-02 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-02 17:57 [git pull] device mapper fixes for 4.8-rc5 Mike Snitzer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.