All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] device mapper fixes for 4.19 final
@ 2018-10-10 16:46 Mike Snitzer
  2018-10-10 20:35 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Snitzer @ 2018-10-10 16:46 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: dm-devel, Damien Le Moal, Alasdair G Kergon, Shenghui Wang

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] device mapper fixes for 4.19 final
  2018-10-10 16:46 [git pull] device mapper fixes for 4.19 final Mike Snitzer
@ 2018-10-10 20:35 ` Greg Kroah-Hartman
  2018-10-11  3:37   ` [git pull] device mapper fix " Mike Snitzer
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-10-10 20:35 UTC (permalink / raw)
  To: Mike Snitzer; +Cc: dm-devel, Damien Le Moal, Alasdair G Kergon, Shenghui Wang

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [git pull] device mapper fix for 4.19 final
  2018-10-10 20:35 ` Greg Kroah-Hartman
@ 2018-10-11  3:37   ` Mike Snitzer
  2018-10-11  5:40     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Snitzer @ 2018-10-11  3:37 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: dm-devel, Damien Le Moal, Alasdair G Kergon

On Wed, Oct 10 2018 at  4:35P -0400,
Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:

> 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.

Hey Greg,

Sadly the previous DM pull request had a stupid oversight on my part.
Damien was quick to correct it and I've now made it available.  Sorry
for the noise, that's what I get for requesting you pull the same day I
stage a commit, I'll be more careful!

The following changes since commit beb9caac211c1be1bc118bb62d5cf09c4107e6a5:

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

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-4

for you to fetch changes up to 118aa47c7072bce05fc39bd40a1c0a90caed72ab:

  dm linear: fix linear_end_io conditional definition (2018-10-10 23:22:24 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix for earlier 4.19 final DM linear change that incorrectly
  checked for CONFIG_DM_ZONED rather than CONFIG_BLK_DEV_ZONED.

----------------------------------------------------------------
Damien Le Moal (1):
      dm linear: fix linear_end_io conditional definition

 drivers/md/dm-flakey.c | 2 ++
 drivers/md/dm-linear.c | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] device mapper fix for 4.19 final
  2018-10-11  3:37   ` [git pull] device mapper fix " Mike Snitzer
@ 2018-10-11  5:40     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-10-11  5:40 UTC (permalink / raw)
  To: Mike Snitzer; +Cc: dm-devel, Damien Le Moal, Alasdair G Kergon

On Wed, Oct 10, 2018 at 11:37:11PM -0400, Mike Snitzer wrote:
> On Wed, Oct 10 2018 at  4:35P -0400,
> Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:
> 
> > 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.
> 
> Hey Greg,
> 
> Sadly the previous DM pull request had a stupid oversight on my part.
> Damien was quick to correct it and I've now made it available.  Sorry
> for the noise, that's what I get for requesting you pull the same day I
> stage a commit, I'll be more careful!
> 
> The following changes since commit beb9caac211c1be1bc118bb62d5cf09c4107e6a5:
> 
>   dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabled (2018-10-10 12:11:09 -0400)
> 
> 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-4

Now merged, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-11  5:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10 16:46 [git pull] device mapper fixes for 4.19 final Mike Snitzer
2018-10-10 20:35 ` Greg Kroah-Hartman
2018-10-11  3:37   ` [git pull] device mapper fix " Mike Snitzer
2018-10-11  5:40     ` Greg Kroah-Hartman

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.