mbox series

[git,pull] device mapper fixes for 4.19 final

Message ID 20181010164643.GA10173@redhat.com (mailing list archive)
State Not Applicable, archived
Delegated to: Mike Snitzer
Headers show
Series [git,pull] device mapper fixes for 4.19 final | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-4.19/dm-fixes-3

Message

Mike Snitzer Oct. 10, 2018, 4:46 p.m. UTC
Hi Greg,

The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:

  Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-4.19/dm-fixes-3

for you to fetch changes up to beb9caac211c1be1bc118bb62d5cf09c4107e6a5:

  dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabled (2018-10-10 12:11:09 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix a DM cache module init error path bug that doesn't properly
  cleanup a KMEM_CACHE if target registration fails.

- Two stable@ fixes for DM zoned target; 4.20 will have changes that
  eliminate this code entirely but <= 4.19 needs these changes.

----------------------------------------------------------------
Damien Le Moal (1):
      dm: fix report zone remapping to account for partition offset

Mike Snitzer (1):
      dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabled

Shenghui Wang (1):
      dm cache: destroy migration_cache if cache target registration failed

 drivers/md/dm-cache-target.c |  5 ++---
 drivers/md/dm-linear.c       |  8 +++++++-
 drivers/md/dm.c              | 27 ++++++++++++++++++++-------
 3 files changed, 29 insertions(+), 11 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

Comments

Greg Kroah-Hartman Oct. 10, 2018, 8:35 p.m. UTC | #1
On Wed, Oct 10, 2018 at 12:46:44PM -0400, Mike Snitzer wrote:
> Hi Greg,
> 
> The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:
> 
>   Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-4.19/dm-fixes-3

Now merged, thanks.

greg k-h

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel