Hi Linus The following changes since commit 86731a2a651e58953fc949573895f2fa6d456841:
Linux 6.16-rc3 (2025-06-22 13:30:08 -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.17/dm-changes for you to fetch changes up to 55a0fbd2ac3fe8f61a30ea697b2eb3034f6778c8: dm: set DM_TARGET_PASSES_CRYPTO feature for dm-thin (2025-07-31 16:30:02 +0200) Please, pull, thanks Mikulas ---------------------------------------------------------------- dm-table: fix checking for request-based stackable devices dm-flakey: fix corrupt_bio_byte setup checks dm raid: add support for resync w/o metadata devices dm, dm-mpath, vm-vdo, dm-raid: small code simplification dm-verity: remove support for asynchronous hashes dm-zoned-target: close smatch warning dm-thin: update the documentation dm-thin: enable inline-crypto passthrough -----BEGIN PGP SIGNATURE----- iIoEABYIADIWIQRnH8MwLyZDhyYfesYTAyx9YGnhbQUCaJC5oRQcbXBhdG9ja2FA cmVkaGF0LmNvbQAKCRATAyx9YGnhbX+RAP911rivQBhdJSiktvnSulBvSANzzNWa 9pNIuHGCmX3RVwEA53xpdUBkWjvGbtrUwk2eu8SK728H9aOFrpaDImKdVws= =gUBT -----END PGP SIGNATURE----- ---------------------------------------------------------------- Benjamin Marzinski (1): dm-table: fix checking for rq stackable devices Damien Le Moal (2): dm: Remove unnecessary return in dm_zone_endio() dm: Simplify dm_io_complete() Dmitry Antipov (1): dm: ima: avoid extra calls to strlen() Eric Biggers (1): dm-verity: remove support for asynchronous hashes Heinz Mauelshagen (1): dm raid: add support for resync w/o metadata devices Kent Overstreet (1): dm-flakey: Fix corrupt_bio_byte setup checks LongPing Wei (2): dm-thin: update the documentation dm: set DM_TARGET_PASSES_CRYPTO feature for dm-thin Mikulas Patocka (3): dm-mpath: make dm_unregister_path_selector return void dm-mpath: don't print the "loaded" message if registering fails vdo: omit need_resched() before cond_resched() Pavel Tikhomirov (1): dm-raid: do not include dm-core.h Purva Yeshi (1): md: dm-zoned-target: Initialize return variable r to avoid uninitialized use .../device-mapper/thin-provisioning.rst | 16 +- drivers/md/dm-flakey.c | 9 +- drivers/md/dm-ima.c | 42 +++-- drivers/md/dm-path-selector.c | 8 +- drivers/md/dm-path-selector.h | 2 +- drivers/md/dm-ps-historical-service-time.c | 9 +- drivers/md/dm-ps-io-affinity.c | 5 +- drivers/md/dm-ps-queue-length.c | 9 +- drivers/md/dm-ps-round-robin.c | 9 +- drivers/md/dm-ps-service-time.c | 9 +- drivers/md/dm-raid.c | 7 +- drivers/md/dm-table.c | 10 +- drivers/md/dm-thin.c | 7 +- drivers/md/dm-vdo/funnel-workqueue.c | 3 +- drivers/md/dm-verity-fec.c | 4 +- drivers/md/dm-verity-target.c | 185 ++++----------------- drivers/md/dm-verity.h | 22 +-- drivers/md/dm-zone.c | 2 - drivers/md/dm-zoned-target.c | 2 +- drivers/md/dm.c | 11 +- 20 files changed, 110 insertions(+), 261 deletions(-)