mbox series

[git,pull] device mapper fixes for v6.9-rc6

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

Pull-request

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

Message

Mike Snitzer April 26, 2024, 4:29 p.m. UTC
Hi Linus,

The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 48ef0ba12e6b77a1ce5d09c580c38855b090ae7c:

  dm: restore synchronous close of device mapper block device (2024-04-16 11:32:07 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix 6.9 regression so that DM device removal is performed
  synchronously by default. Asynchronous removal has always been
  possible but it isn't the default. It is important that synchronous
  removal be preserved, otherwise it is an interface change that
  breaks lvm2.

- Remove errant semicolon in drivers/md/dm-vdo/murmurhash3.c
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEJfWUX4UqZ4x1O2wixSPxCi2dA1oFAmYr08wACgkQxSPxCi2d
A1qSXAgAsmfo5nV8/tNsrG3aBYN/rbGyEQaKl+m3eGK3T874WyrbW/On5qfGzEO1
09O5jNEMhkEHBQq6tKu/Gp87xLVJroIOMLTYpmCg6nnlwVIifFy1uuaBFA1xgM9U
xf7myg6fRj66Yjwv0y1WmTaQTX30s9alJ7f/PZQT1MJFhGIuHPIns3bsyZ43RcOl
pNkS9jjdHkDpXK/cWseb9mz6TAISa8Fn2NYkDPvq6r/J/aIxhRiHlhlzFuQnnfkH
Rg5GVg2R/yCZiGQpuA6IqfEX6eqc4HlZa5Ty2zj9BjUhmj+YbuLEKj+uMEB6wMPd
uK7uWfkxZYvsBAdaFfSpU8XyTumaAA==
=zK77
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Matthew Sakai (1):
      dm vdo murmurhash: remove unneeded semicolon

Ming Lei (1):
      dm: restore synchronous close of device mapper block device

 drivers/md/dm-vdo/murmurhash3.c |  2 +-
 drivers/md/dm.c                 | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org April 26, 2024, 6:30 p.m. UTC | #1
The pull request you sent on Fri, 26 Apr 2024 12:29:26 -0400:

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

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

Thank you!