* [git pull] device mapper fixes for 5.18-rc3
@ 2022-04-15 20:43 Mike Snitzer
2022-04-15 23:04 ` [dm-devel] " pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Mike Snitzer @ 2022-04-15 20:43 UTC (permalink / raw)
To: Linus Torvalds
Cc: dm-devel, linux-block, Alasdair G Kergon, Khazhismel Kumykov,
Mikulas Patocka, Shin'ichiro Kawasaki
Hi Linus,
The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:
Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.18/dm-fixes-2
for you to fetch changes up to 92b914e29af3e99589f2d2876616c0b534892ed4:
dm: fix bio length of empty flush (2022-04-15 16:16:09 -0400)
Please pull, thanks.
Mike
----------------------------------------------------------------
- Fix memory corruption in DM integrity target when tag_size is less
than digest size.
- Fix DM multipath's historical-service-time path selector to not use
sched_clock() and ktime_get_ns(); only use ktime_get_ns().
- Fix dm_io->orig_bio NULL pointer dereference in dm_zone_map_bio()
due to 5.18 changes that overlooked DM zone's use of ->orig_bio
- Fix for regression that broke the use of dm_accept_partial_bio() for
"abnormal" IO (e.g. WRITE ZEROES) that does not need duplicate bios
- Fix DM's issuing of empty flush bio so that it's size is 0.
----------------------------------------------------------------
Khazhismel Kumykov (1):
dm mpath: only use ktime_get_ns() in historical selector
Mike Snitzer (2):
dm zone: fix NULL pointer dereference in dm_zone_map_bio
dm: allow dm_accept_partial_bio() for dm_io without duplicate bios
Mikulas Patocka (1):
dm integrity: fix memory corruption when tag_size is less than digest size
Shin'ichiro Kawasaki (1):
dm: fix bio length of empty flush
drivers/md/dm-integrity.c | 7 +++--
drivers/md/dm-ps-historical-service-time.c | 11 +++----
drivers/md/dm-zone.c | 49 +++++++++++++++++-------------
drivers/md/dm.c | 18 +++++------
4 files changed, 45 insertions(+), 40 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-15 23:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-15 20:43 [git pull] device mapper fixes for 5.18-rc3 Mike Snitzer
2022-04-15 23:04 ` [dm-devel] " pr-tracker-bot
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).