Hi Linus, The following changes since commit 277100b3d5fefacba4f5ff18e2e52a9553eb6e3f: Merge tag 'block-6.9-20240315' of git://git.kernel.dk/linux (2024-03-15 14:55:50 -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 for you to fetch changes up to b4d78cfeb30476239cf08f4f40afc095c173d6e3: dm-integrity: align the outgoing bio in integrity_recheck (2024-03-21 13:19:10 -0400) Please pull, thanks. Mike ---------------------------------------------------------------- - Fix a memory leak in DM integrity recheck code that was added during the 6.9 merge. Also fix the recheck code to ensure it issues bios with proper alignment. - Fix DM snapshot's dm_exception_table_exit() to schedule while handling an large exception table during snapshot device shutdown. -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEJfWUX4UqZ4x1O2wixSPxCi2dA1oFAmX9seYACgkQxSPxCi2d A1oKMwgA2xYlw4JooN7PIvGb7IiIfzXfdVmmtTiHBzuvhAOg7f014UbUoubnNz0z DogzvWVX4Svieh60EYVaaHdWWJWBQnNLO5qJCEmt4sMYXU9pnpJnfWCQiP3EHKL5 8fVsoCeEK1Eh+eYghG7731zSaqqavwTYm3rlzcuq5hPa+cW6b2OgxzUJybEfsXhi 9Y5lc7LUEuLuSRAnL/Msg4Rmo6eR45GOmY9EcULx0hf/plJrho9J5cp07KJ5ViXK ciYTGy3bkoVxKufepdINaKZyI2/3PEDZm2cTfidubhSj33Zgce2c7oJz+1F9Q9wf bixaB+mI2pMVwFzllrkxnl8yIGgoAw== =D74z -----END PGP SIGNATURE----- ---------------------------------------------------------------- Mikulas Patocka (3): dm-integrity: fix a memory leak when rechecking the data dm snapshot: fix lockup in dm_exception_table_exit dm-integrity: align the outgoing bio in integrity_recheck drivers/md/dm-integrity.c | 20 ++++++++++++++------ drivers/md/dm-snap.c | 4 +++- 2 files changed, 17 insertions(+), 7 deletions(-)