Commit a634dda26186 for kernel

commit a634dda26186cf9a51567020fcce52bcba5e1e59
Merge: f692a6c69076 6f7a644eb7db
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jan 16 17:02:28 2025 -0800

    Merge tag 'io_uring-6.13-20250116' of git://git.kernel.dk/linux

    Pull io_uring fixes from Jens Axboe:
     "One fix for the error handling in buffer cloning, and one fix for the
      ring resizing.

      Two minor followups for the latter as well.

      Both of these issues only affect 6.13, so not marked for stable"

    * tag 'io_uring-6.13-20250116' of git://git.kernel.dk/linux:
      io_uring/register: cache old SQ/CQ head reading for copies
      io_uring/register: document io_register_resize_rings() shared mem usage
      io_uring/register: use stable SQ/CQ ring data during resize
      io_uring/rsrc: fixup io_clone_buffers() error handling