* [git pull] device mapper fixes for 5.8-rc5
@ 2020-07-09 19:43 Mike Snitzer
2020-07-09 20:20 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Mike Snitzer @ 2020-07-09 19:43 UTC (permalink / raw)
To: Linus Torvalds
Cc: dm-devel, linux-block, Alasdair G Kergon, Christoph Hellwig,
Damien Le Moal, Michal Suchanek, Mikulas Patocka, Ming Lei,
Wei Yongjun
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [git pull] device mapper fixes for 5.8-rc5
2020-07-09 19:43 [git pull] device mapper fixes for 5.8-rc5 Mike Snitzer
@ 2020-07-09 20:20 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-07-09 20:20 UTC (permalink / raw)
To: Mike Snitzer
Cc: Linus Torvalds, dm-devel, linux-block, Alasdair G Kergon,
Christoph Hellwig, Damien Le Moal, Michal Suchanek,
Mikulas Patocka, Ming Lei, Wei Yongjun
The pull request you sent on Thu, 9 Jul 2020 15:43:30 -0400:
> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.8/dm-fixes-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2a89b99f580371b86ae9bafd6cbeccd3bfab524a
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-09 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-09 19:43 [git pull] device mapper fixes for 5.8-rc5 Mike Snitzer
2020-07-09 20:20 ` pr-tracker-bot
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.