From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dm-devel@redhat.com, linux-block@vger.kernel.org,
Alasdair G Kergon <agk@redhat.com>,
Christoph Hellwig <hch@lst.de>,
Damien Le Moal <damien.lemoal@wdc.com>,
Michal Suchanek <msuchanek@suse.de>,
Mikulas Patocka <mpatocka@redhat.com>,
Ming Lei <ming.lei@redhat.com>,
Wei Yongjun <weiyongjun1@huawei.com>
Subject: [git pull] device mapper fixes for 5.8-rc5
Date: Thu, 9 Jul 2020 15:43:30 -0400 [thread overview]
Message-ID: <20200709194329.GA14653@redhat.com> (raw)
Hi Linus,
The following changes since commit dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258:
Linux 5.8-rc4 (2020-07-05 16:20:22 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.8/dm-fixes-2
for you to fetch changes up to 6958c1c640af8c3f40fa8a2eee3b5b905d95b677:
dm: use noio when sending kobject event (2020-07-08 12:50:51 -0400)
Please pull, thanks!
Mike
----------------------------------------------------------------
- A request-based DM fix to not use a waitqueue to wait for blk-mq IO
completion because doing so is racey.
- A couple more DM zoned target fixes to address issues introduced
during the 5.8 cycle.
- A DM core fix to use proper interface to cleanup DM's static flush
bio.
- A DM core fix to prevent mm recursion during memory allocation
needed by dm_kobject_uevent.
----------------------------------------------------------------
Christoph Hellwig (1):
dm: use bio_uninit instead of bio_disassociate_blkg
Damien Le Moal (1):
dm zoned: Fix zone reclaim trigger
Michal Suchanek (1):
dm writecache: reject asynchronous pmem devices
Mikulas Patocka (1):
dm: use noio when sending kobject event
Ming Lei (1):
dm: do not use waitqueue for request-based DM
Wei Yongjun (1):
dm zoned: fix unused but set variable warnings
drivers/md/dm-rq.c | 4 --
drivers/md/dm-writecache.c | 6 +++
drivers/md/dm-zoned-metadata.c | 9 ++++-
drivers/md/dm-zoned-reclaim.c | 7 ++--
drivers/md/dm-zoned-target.c | 10 +----
drivers/md/dm.c | 84 ++++++++++++++++++++++++++----------------
6 files changed, 71 insertions(+), 49 deletions(-)
next reply other threads:[~2020-07-09 19:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-09 19:43 Mike Snitzer [this message]
2020-07-09 20:20 ` [git pull] device mapper fixes for 5.8-rc5 pr-tracker-bot
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=20200709194329.GA14653@redhat.com \
--to=snitzer@redhat.com \
--cc=agk@redhat.com \
--cc=damien.lemoal@wdc.com \
--cc=dm-devel@redhat.com \
--cc=hch@lst.de \
--cc=linux-block@vger.kernel.org \
--cc=ming.lei@redhat.com \
--cc=mpatocka@redhat.com \
--cc=msuchanek@suse.de \
--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.