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(-)