Commit c10130c234c8 for kernel

commit c10130c234c81f4a7a143edbf413080235f8d8ce
Merge: 06121e12c27a ed46f39c47eb
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jun 5 13:52:15 2026 -0700

    Merge tag 'io_uring-7.1-20260605' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

    Pull io_uring fix from Jens Axboe:
     "A single fix for a missing flag mask when multishot is used with
      an incrementally consumed buffer ring, potentially leading to
      application confusion because of lack of IORING_CQE_F_BUF_MORE
      consistency"

    * tag 'io_uring-7.1-20260605' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
      io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries