From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Joe Thornber <thornber@redhat.com>,
Dennis Yang <dennisyang@qnap.com>,
dm-devel@redhat.com, Mikulas Patocka <mpatocka@redhat.com>,
Ondrej Kozina <okozina@redhat.com>,
Wei Yongjun <weiyongjun1@huawei.com>,
Milan Broz <gmazyland@gmail.com>,
Alasdair G Kergon <agk@redhat.com>
Subject: [git pull] device mapper fixes for 4.15 final
Date: Fri, 19 Jan 2018 17:03:16 -0500 [thread overview]
Message-ID: <20180119220315.GA30994@redhat.com> (raw)
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(-)
reply other threads:[~2018-01-19 22:03 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=20180119220315.GA30994@redhat.com \
--to=snitzer@redhat.com \
--cc=agk@redhat.com \
--cc=dennisyang@qnap.com \
--cc=dm-devel@redhat.com \
--cc=gmazyland@gmail.com \
--cc=mpatocka@redhat.com \
--cc=okozina@redhat.com \
--cc=thornber@redhat.com \
--cc=torvalds@linux-foundation.org \
--cc=weiyongjun1@huawei.com \
/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.