All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] device mapper fix for 4.5-rc6
@ 2016-02-23 20:30 Mike Snitzer
  0 siblings, 0 replies; only message in thread
From: Mike Snitzer @ 2016-02-23 20:30 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: dm-devel, Alasdair G Kergon

Hi Linus,

The following changes since commit 81f70ba233d5f660e1ea5fe23260ee323af5d53a:

  Linux 4.5-rc5 (2016-02-20 13:39:35 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm tags/dm-4.5-fix

for you to fetch changes up to 4328daa2e79ed904a42ce00a9f38b9c36b44b21a:

  dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths (2016-02-21 20:27:50 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
Fix a 112 byte leak for each IO request that is requeued while DM
multipath is handling faults due to path failures.  This leak does not
happen if blk-mq DM multipath is used.  It only occurs if .request_fn DM
multipath is stacked ontop of blk-mq paths (e.g. scsi-mq devices).

----------------------------------------------------------------
Mike Snitzer (1):
      dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths

 drivers/md/dm.c | 2 ++
 1 file changed, 2 insertions(+)

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

only message in thread, other threads:[~2016-02-23 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 20:30 [git pull] device mapper fix for 4.5-rc6 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.