mbox series

[git,pull] device mapper fixes for 6.9-rc2

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

Pull-request

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

Message

Mike Snitzer March 29, 2024, 2:20 p.m. UTC
Hi Linus,

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -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-2

for you to fetch changes up to 8e91c2342351e0f5ef6c0a704384a7f6fc70c3b2:

  dm integrity: fix out-of-range warning (2024-03-29 09:48:07 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix MAINTAINERS to not include M: dm-devel for DM entries.

- Fix DM vdo's murmurhash to use proper byteswapping methods.

- Fix DM integrity clang warning about comparison out-of-range.
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEJfWUX4UqZ4x1O2wixSPxCi2dA1oFAmYGzUoACgkQxSPxCi2d
A1roewf/V6P7fvYKJlAFQ3nhpOy09KSY8G1UofjrfTmqVG329jAzOWoEq5umivPY
TLWJ0kJ1Wst0+U61u+lho0RnYd3ZHQU3pMrl5Lq9B5yCeZcZIPYxhEBhBsRJtSV7
m04aaF8Lox5ofhPfNwrhUmJyTa7ZKtkz2MCk4TaT3qNkamzE0ToYjJduERzA1FU7
x8fEg/D8CrPVn5tbTf6G2u3T2iMJXu1mzR3bj3C8CEGN4QPtRc9c54s2FL4o0mOS
c/i7VDSSDk/NujY65vY2u0P3hNZKEUcv00M7LezYA6hwhZdINTS4K4oOtPaZUYaN
FsjMHiyE5echCCv6FvE+ztFGo4H30w==
=U7Wa
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Arnd Bergmann (1):
      dm integrity: fix out-of-range warning

Ken Raeburn (1):
      dm vdo murmurhash3: use kernel byteswapping routines instead of GCC ones

Kuan-Wei Chiu (1):
      MAINTAINERS: Remove incorrect M: tag for dm-devel@lists.linux.dev

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

Comments

pr-tracker-bot@kernel.org March 29, 2024, 7:27 p.m. UTC | #1
The pull request you sent on Fri, 29 Mar 2024 10:20:22 -0400:

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

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

Thank you!