dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [dm-devel] [git pull] device mapper fixes for 6.3-rc4
@ 2023-03-24 17:21 Mike Snitzer
  2023-03-24 21:23 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Snitzer @ 2023-03-24 17:21 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jiasheng Jiang, Mike Snitzer, Coly Li, linux-block, dm-devel,
	Mikulas Patocka, Alasdair G Kergon

Hi Linus,

The following changes since commit d695e44157c8da8d298295d1905428fb2495bc8b:

  dm: remove unnecessary (void*) conversion in event_callback() (2023-02-20 11:52:49 -0500)

are available in the Git repository at:

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

for you to fetch changes up to d3aa3e060c4a80827eb801fc448debc9daa7c46b:

  dm stats: check for and propagate alloc_percpu failure (2023-03-16 13:37:06 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix DM thin to work as a swap device by using 'limit_swap_bios' DM
  target flag (initially added to allow swap to dm-crypt) to throttle
  the amount of outstanding swap bios.

- Fix DM crypt soft lockup warnings by calling cond_resched() from the
  cpu intensive loop in dmcrypt_write().

- Fix DM crypt to not access an uninitialized tasklet. This fix allows
  for consistent handling of IO completion, by _not_ needlessly punting
  to a workqueue when tasklets are not needed.

- Fix DM core's alloc_dev() initialization for DM stats to check for
  and propagate alloc_percpu() failure.
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEJfWUX4UqZ4x1O2wixSPxCi2dA1oFAmQd2p0ACgkQxSPxCi2d
A1qvXAf/WCMNXRbFhO35QqukBqS7sUOMfWl1hIEdABRu+3Ul1KHBWzXVYWuWgebw
kr79V3LZG63cLvhreCy64X/0tXLZa0c0AGWZI6rJ/QAozSCs9R8BqOrJnB5GT1o9
/lvmOL31MloMnIKArWseIQViNM97gEHmFpuj0saqitcvNTjjipzxq/wOyhmDQwnE
8rxJpKSHBJXs9X/VyM9FTWxtijTQw3c8wxJJo7eV6TTuLyrErm46tyI1cBQ4vDoa
ogMVWVrf51uTsqL6DqGenDc+kO7CH5lipIJij1bTtKgs3aBNlaiZQC1nPkMST9Ue
hpH61ixAg+bsWi4/xLFafCl6QAGMlA==
=71ya
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Coly Li (1):
      dm thin: fix deadlock when swapping to thin device

Jiasheng Jiang (1):
      dm stats: check for and propagate alloc_percpu failure

Mike Snitzer (1):
      dm crypt: avoid accessing uninitialized tasklet

Mikulas Patocka (1):
      dm crypt: add cond_resched() to dmcrypt_write()

 drivers/md/dm-crypt.c | 16 ++++++++++------
 drivers/md/dm-stats.c |  7 ++++++-
 drivers/md/dm-stats.h |  2 +-
 drivers/md/dm-thin.c  |  2 ++
 drivers/md/dm.c       |  4 +++-
 5 files changed, 22 insertions(+), 9 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dm-devel] [git pull] device mapper fixes for 6.3-rc4
  2023-03-24 17:21 [dm-devel] [git pull] device mapper fixes for 6.3-rc4 Mike Snitzer
@ 2023-03-24 21:23 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-03-24 21:23 UTC (permalink / raw)
  To: Mike Snitzer
  Cc: Jiasheng Jiang, Mike Snitzer, Coly Li, linux-block, dm-devel,
	Mikulas Patocka, Linus Torvalds, Alasdair G Kergon

The pull request you sent on Fri, 24 Mar 2023 13:21:42 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5ad4fe9613cb8c202150f5cce5347fc8926c6c01

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-24 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 17:21 [dm-devel] [git pull] device mapper fixes for 6.3-rc4 Mike Snitzer
2023-03-24 21:23 ` 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).