Commit 530b0b61df5a for kernel

commit 530b0b61df5a2824250060f2a1ab77d7501a747d
Merge: 764a167f54a5 85f6c439a69a
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Feb 27 10:39:11 2026 -0800

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

    Pull io_uring fixes from Jens Axboe:
     "Just two minor patches in here, ensuring the use of READ_ONCE() for
      sqe field reading is consistent across the codebase. There were two
      missing cases, now they are covered too"

    * tag 'io_uring-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
      io_uring/timeout: READ_ONCE sqe->addr
      io_uring/cmd_net: use READ_ONCE() for ->addr3 read