[git pull] device mapper fixes for 6.3-rc4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx
https://listman.redhat.com/mailman/listinfo/dm-devel




[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux