All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: dm-devel@redhat.com, Geert Uytterhoeven <geert@linux-m68k.org>,
	Joe Thornber <ejt@redhat.com>, Alasdair G Kergon <agk@redhat.com>
Subject: [git pull] device mapper fixes for 4.19-rc7
Date: Fri, 5 Oct 2018 15:05:25 -0400	[thread overview]
Message-ID: <20181005190524.GA5921@redhat.com> (raw)

Hi Greg,

The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:

  Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)

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

for you to fetch changes up to 5d07384a666d4b2f781dc056bfeec2c27fbdf383:

  dm cache: fix resize crash if user doesn't reload cache table (2018-10-04 15:20:52 -0400)

Please pull, thanks!
Mike

----------------------------------------------------------------
- Fix a DM thinp __udivdi3 undefined on 32-bit bug introduced during
  4.19 merge window.

- Fix leak and dangling pointer in DM multipath's scsi_dh related code.

- A couple stable@ fixes for DM cache's resize support.

- A DM raid fix to remove "const" from decipher_sync_action()'s return
  type.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dm raid: remove bogus const from decipher_sync_action() return type

Joe Thornber (1):
      dm cache metadata: ignore hints array being too small during resize

Mike Snitzer (3):
      dm thin metadata: fix __udivdi3 undefined on 32-bit
      dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointer
      dm cache: fix resize crash if user doesn't reload cache table

 drivers/md/dm-cache-metadata.c |  4 ++--
 drivers/md/dm-cache-target.c   |  9 +++++++--
 drivers/md/dm-mpath.c          | 14 ++++++++------
 drivers/md/dm-raid.c           |  2 +-
 drivers/md/dm-thin-metadata.c  |  6 ++----
 5 files changed, 20 insertions(+), 15 deletions(-)

             reply	other threads:[~2018-10-05 19:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05 19:05 Mike Snitzer [this message]
2018-10-05 23:30 ` [git pull] device mapper fixes for 4.19-rc7 Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181005190524.GA5921@redhat.com \
    --to=snitzer@redhat.com \
    --cc=agk@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=ejt@redhat.com \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.