dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [git pull] device mapper fixes for 4.15 final
@ 2018-01-19 22:03 Mike Snitzer
  0 siblings, 0 replies; only message in thread
From: Mike Snitzer @ 2018-01-19 22:03 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Joe Thornber, Dennis Yang, dm-devel, Mikulas Patocka,
	Ondrej Kozina, Wei Yongjun, Milan Broz, Alasdair G Kergon

Hi Linus,

The following changes since commit 1291a0d5049dbc06baaaf66a9ff3f53db493b19b:

  Linux 4.15-rc4 (2017-12-17 18:59:59 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3cc2e57c4beabcbbaa46e1ac6d77ca8276a4a42d:

  dm crypt: fix error return code in crypt_ctr() (2018-01-17 09:10:55 -0500)

Please pull, thanks!
Mike

----------------------------------------------------------------
All stable@ fixes:

- Fix DM thinp btree corruption seen when inserting a new key/value pair
  into a full root node.

- Fix DM thinp btree removal deadlock due to artificially low number of
  allowed concurrent locks allowed.

- Fix possible DM crypt corruption if kernel keyring service is used.
  Only affects ciphers using following IVs: essiv, lmk and tcw.

- Two DM crypt device initialization error checking fixes.

- Fix DM integrity to allow use of async ciphers that require DMA.

----------------------------------------------------------------
Dennis Yang (1):
      dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6

Joe Thornber (1):
      dm btree: fix serious bug in btree_split_beneath()

Mikulas Patocka (1):
      dm integrity: don't store cipher request on the stack

Milan Broz (1):
      dm crypt: fix crash by adding missing check for auth key size

Ondrej Kozina (1):
      dm crypt: wipe kernel key copy after IV initialization

Wei Yongjun (1):
      dm crypt: fix error return code in crypt_ctr()

 drivers/md/dm-crypt.c                 | 20 ++++++++++----
 drivers/md/dm-integrity.c             | 49 ++++++++++++++++++++++++++---------
 drivers/md/dm-thin-metadata.c         |  6 ++++-
 drivers/md/persistent-data/dm-btree.c | 19 ++------------
 4 files changed, 59 insertions(+), 35 deletions(-)

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

only message in thread, other threads:[~2018-01-19 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-19 22:03 [git pull] device mapper fixes for 4.15 final Mike Snitzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).