mbox series

[git,pull] device mapper fixes for 6.0-rc1

Message ID YvWtRMgKKKSEcEAr@redhat.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] device mapper fixes for 6.0-rc1 | expand

Pull-request

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

Message

Mike Snitzer Aug. 12, 2022, 1:30 a.m. UTC
Hi Linus,

The following changes since commit 12907efde6ad984f2d76cc1a7dbaae132384d8a5:

  dm verity: have verify_wq use WQ_HIGHPRI if "try_verify_in_tasklet" (2022-08-04 15:59:52 -0400)

are available in the Git repository at:

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

for you to fetch changes up to e3a7c2947b9e01b9cedd3f67849c0ae95f0fadfa:

  dm bufio: fix some cases where the code sleeps with spinlock held (2022-08-11 11:10:42 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- A few fixes for the DM verity and bufio changes from the 6.0 merge.

- A smatch warning fix for DM writecache locking in writecache_map.

----------------------------------------------------------------
Mike Snitzer (3):
      dm bufio: simplify DM_BUFIO_CLIENT_NO_SLEEP locking
      dm verity: fix DM_VERITY_OPTS_MAX value yet again
      dm verity: fix verity_parse_opt_args parsing

Mikulas Patocka (2):
      dm writecache: fix smatch warning about invalid return from writecache_map
      dm bufio: fix some cases where the code sleeps with spinlock held

 drivers/md/dm-bufio.c         | 20 +++++++++++++-------
 drivers/md/dm-verity-target.c | 14 ++++++++++++--
 drivers/md/dm-writecache.c    |  3 ++-
 3 files changed, 27 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 12, 2022, 4:02 p.m. UTC | #1
The pull request you sent on Thu, 11 Aug 2022 21:30:44 -0400:

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

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

Thank you!