mbox series

[git,pull] device mapper fixes for 6.14

Message ID 21cb8031-3dd4-9cb0-94b3-4be4b19b53f1@redhat.com (mailing list archive)
State New
Headers show
Series [git,pull] device mapper fixes for 6.14 | expand

Pull-request

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

Message

Mikulas Patocka Feb. 24, 2025, 12:48 p.m. UTC
Hi Linus

The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:

  Linux 6.14-rc3 (2025-02-16 14:02:44 -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.14/dm-fixes

for you to fetch changes up to 36e1b81f599a093ec7477e4593e110104adcfb96:

  dm vdo: add missing spin_lock_init (2025-02-24 12:07:02 +0100)

Please, pull, thanks
Mikulas

----------------------------------------------------------------
- dm-vdo: add missing spin_lock_init

- dm-integrity: divide-by-zero fix

- dm-integrity: do not report unused entries in the table line
-----BEGIN PGP SIGNATURE-----

iIoEABYIADIWIQRnH8MwLyZDhyYfesYTAyx9YGnhbQUCZ7xnCRQcbXBhdG9ja2FA
cmVkaGF0LmNvbQAKCRATAyx9YGnhbVueAP47A+AczQa868MpFc2p8w5AmqqF6jyW
s303VCS9wUCtBwD/TkFcYz5AtIRvIIdZiwtOKALPekjeLeOZaOSnrdJVkw0=
=x00V
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Ken Raeburn (1):
      dm vdo: add missing spin_lock_init

Milan Broz (2):
      dm-integrity: Avoid divide by zero in table status in Inline mode
      dm-integrity: Do not emit journal configuration in DM table for Inline mode

 drivers/md/dm-integrity.c  | 25 ++++++++++++++-----------
 drivers/md/dm-vdo/dedupe.c |  1 +
 2 files changed, 15 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 25, 2025, 5:13 p.m. UTC | #1
The pull request you sent on Mon, 24 Feb 2025 13:48:54 +0100 (CET):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2c24478e5f6e8a1060f5ad2f52210549a4819204

Thank you!