mbox series

[git,pull] device mapper fix for 6.8-rc6

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

Pull-request

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

Message

Mike Snitzer Feb. 24, 2024, 4:05 p.m. UTC
Hi Linus,

A fix for changes from yesterday's DM pull request.

The following changes since commit 0e0c50e85a364bb7f1c52c84affe7f9e88c57da7:

  dm-crypt, dm-integrity, dm-verity: bump target version (2024-02-20 13:35:47 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 66ad2fbcdbeab0edfd40c5d94f32f053b98c2320:

  dm-integrity, dm-verity: reduce stack usage for recheck (2024-02-24 10:53:57 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix DM integrity and verity targets to not use excessive stack when
  they recheck in the error path.
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEJfWUX4UqZ4x1O2wixSPxCi2dA1oFAmXaEswACgkQxSPxCi2d
A1oT2Qf/c1opgjRUe+yY/v7nWf4paufSj2O4LYAy/qQBU7IS9CcXQPzi/pKlfEo8
60OZfa5gfrCAla79se7hHI/mxReq7CI5nFvYDyqQ1JZQ/djG/4cN/oWf5fQ12pon
/ET1IzaZ+Mom+5wDBeQBLoQwXTA1ru5Bi1OiUe9Ed3wzadZQQks5s65fPnc0emGJ
ClyaXiiCt4Dy36E5GmuPpmPB4ZJ57SwcnFWDFIeCHEbIQk36APkZ22z7lqGObjw2
ANO1l59k6ojzmaXLi9pw/J/o/qyfNR0MpeI7SpmtJzhSZKeGKsUX2GlJ9QBhViJp
XL/+7MbSRJ43IY1lomoHZm1vxe0aPg==
=sQPX
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Arnd Bergmann (1):
      dm-integrity, dm-verity: reduce stack usage for recheck

 drivers/md/dm-integrity.c     | 10 ++++------
 drivers/md/dm-verity-target.c |  4 ++--
 2 files changed, 6 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 24, 2024, 6:11 p.m. UTC | #1
The pull request you sent on Sat, 24 Feb 2024 11:05:54 -0500:

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

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

Thank you!