Commit 0ce37745d4bf for kernel

commit 0ce37745d4bfbc493f718169c3974898ffec8ee7
Merge: 73387b89d99f 093fbffe03f5
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jul 24 20:02:58 2026 -0700

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

    Pull block fixes from Jens Axboe:

     - Fix a ublk recovery hang, where END_USER_RECOVERY without a
       successful START_USER_RECOVERY could be satisfied by a stale
       completion latch

     - Fix a stack out-of-bounds read in the CDROMVOLCTRL ioctl

     - MAINTAINERS email address update for Roger Pau Monne

    * tag 'block-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
      MAINTAINERS: update my email address
      cdrom: fix stack out-of-bounds read in CDROMVOLCTRL
      ublk: wait on ublk_dev_ready() instead of ub->completion