Hi Linus, The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa: Linux 6.1-rc5 (2022-11-13 13:12:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.1/dm-fixes-2 for you to fetch changes up to 984bf2cc531e778e49298fdf6730e0396166aa21: dm integrity: clear the journal on suspend (2022-11-18 11:05:09 -0500) Please pull, thanks. Mike ---------------------------------------------------------------- - Fix misbehavior if list_versions DM ioctl races with module loading. - Fix missing decrement of no_sleep_enabled if dm_bufio_client_create failed. - Allow DM integrity devices to be activated in read-only mode. ---------------------------------------------------------------- Mikulas Patocka (3): dm ioctl: fix misbehavior if list_versions races with module loading dm integrity: flush the journal on suspend dm integrity: clear the journal on suspend Zhihao Cheng (1): dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create failed drivers/md/dm-bufio.c | 2 ++ drivers/md/dm-integrity.c | 20 ++++++++++++++------ drivers/md/dm-ioctl.c | 4 ++-- 3 files changed, 18 insertions(+), 8 deletions(-)