mbox series

[git,pull] device mapper fixes for 6.1-rc6

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

Pull-request

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

Message

Mike Snitzer Nov. 18, 2022, 5:10 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 18, 2022, 8:32 p.m. UTC | #1
The pull request you sent on Fri, 18 Nov 2022 12:10:54 -0500:

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

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

Thank you!