Commit 35ef102063fd for kernel

commit 35ef102063fd6f39e045e6d4e92ac04d3d29c0bf
Merge: 42f961c42b6b 94b1a3ca9b8d
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Sep 11 12:38:44 2026 -0700

    Merge tag 'block-7.3-20260911' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

    Pull block fixes from Jens Axboe:

     - Fix the start and length check added to iov_iter_extract_bvecs(),
       which used iter_iov_addr()/iter_iov_len() helpers that aren't safe
       for the ITER_BVEC/FOLIOQ/etc iterator types passed

     - sunvdc fixes for an -EIO issue from lack of retries, and unmapping
       LDC cookies when the descriptor send fails

     - Clear force_abort in ublk_queue_reset_io_flags()

     - ublk selftest install fix

    * tag 'block-7.3-20260911' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
      selftests: ublk: add batch IO cases to recover_03
      ublk: clear force_abort in ublk_queue_reset_io_flags()
      sunvdc: fix -EIO issue due to lack of retries
      sunvdc: unmap LDC cookies when the descriptor send fails
      block: Fix start and length check added to iov_iter_extract_bvecs()
      selftests: ublk: install test_common.sh and trace/ scripts