All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dm-devel@redhat.com, Alasdair G Kergon <agk@redhat.com>
Subject: [git pull] device mapper fixes for 4.3-rc3
Date: Tue, 22 Sep 2015 16:31:53 -0400	[thread overview]
Message-ID: <20150922203153.GA40142@redhat.com> (raw)

Hi Linus,

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm tags/dm-4.3-fixes

for you to fetch changes up to 586b286b110e94eb31840ac5afc0c24e0881fe34:

  dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE (2015-09-14 12:04:24 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
Two stable@ fixes:

- DM thinp fix to properly advertise discard support as disabled for
  thin devices backed by a thin-pool with discard support disabled.

- DM crypt fix to prevent the creation of bios that violate the
  underlying block device's max_segments limits.  This fixes a
  relatively long-standing NCQ SSD corruption issue reported against
  dm-crypt ever since the dm-crypt cpu parallelization patches were
  merged back in 4.0.

----------------------------------------------------------------
Mike Snitzer (2):
      dm thin: disable discard support for thin devices if pool's is disabled
      dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE

 drivers/md/dm-crypt.c | 17 +++++++++++++++--
 drivers/md/dm-thin.c  |  4 ++++
 2 files changed, 19 insertions(+), 2 deletions(-)

                 reply	other threads:[~2015-09-22 20:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20150922203153.GA40142@redhat.com \
    --to=snitzer@redhat.com \
    --cc=agk@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=torvalds@linux-foundation.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.