Commit 5014bebee0cf for kernel

commit 5014bebee0cffda14fafae5a2534d08120b7b9e8
Merge: 447d2d272e4e 9c565428788f
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Apr 2 21:27:59 2025 -0700

    Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

    Pull device mapper updates from Mikulas Patocka:

     - dm-crypt: switch to using the crc32 library

     - dm-verity, dm-integrity, dm-crypt: documentation improvement

     - dm-vdo fixes

     - dm-stripe: enable inline crypto passthrough

     - dm-integrity: set ti->error on memory allocation failure

     - dm-bufio: remove unused return value

     - dm-verity: do forward error correction on metadata I/O errors

     - dm: fix unconditional IO throttle caused by REQ_PREFLUSH

     - dm cache: prevent BUG_ON by blocking retries on failed device resumes

     - dm cache: support shrinking the origin device

     - dm: restrict dm device size to 2^63-512 bytes

     - dm-delay: support zoned devices

     - dm-verity: support block number limits for different ioprio classes

     - dm-integrity: fix non-constant-time tag verification (security bug)

     - dm-verity, dm-ebs: fix prefetch-vs-suspend race

    * tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: (27 commits)
      dm-ebs: fix prefetch-vs-suspend race
      dm-verity: fix prefetch-vs-suspend race
      dm-integrity: fix non-constant-time tag verification
      dm-verity: support block number limits for different ioprio classes
      dm-delay: support zoned devices
      dm: restrict dm device size to 2^63-512 bytes
      dm cache: support shrinking the origin device
      dm cache: prevent BUG_ON by blocking retries on failed device resumes
      dm vdo indexer: reorder uds_request to reduce padding
      dm: fix unconditional IO throttle caused by REQ_PREFLUSH
      dm vdo: rework processing of loaded refcount byte arrays
      dm vdo: remove remaining ring references
      dm-verity: do forward error correction on metadata I/O errors
      dm-bufio: remove unused return value
      dm-integrity: set ti->error on memory allocation failure
      dm: Enable inline crypto passthrough for striped target
      dm vdo slab-depot: read refcount blocks in large chunks at load time
      dm vdo vio-pool: allow variable-sized metadata vios
      dm vdo vio-pool: support pools with multiple data blocks per vio
      dm vdo vio-pool: add a pool pointer to pooled_vio
      ...